Tag Archive: wp

Jigoshop to WooCommerce Migration

For those of you who are using Jigoshop and are thinking of migrating your store to WooCommerce, then you maybe in some luck. There is a document detailing how to do this and it seems quite straight forward. Why? I don’t know but there could be a few reasons. Maybe you want to use a […]

read more

How to update pricings for all products in jigoshop

REMEMBER to backup your database before making any changes!!! In order to change the prices for all products in your store, you will need to get into your database (mysql) and run an SQL statement. Here’s an example to change the prices for ALL PRODUCTS to 90% of the original price: update wp_postmeta set meta_value […]

read more

WordPress problem when moving folders

  I tried moving my WordPress folder to the root of my hosting account and things went pear shaped. After some debugging, I noticed that in the database stored the URL of the website. This meant I had to change most of the data entries in the database. I knew nothing about SQL queries but […]

read more