by | Dec 15, 2018 | WooCommerce Basics
An extension is a WordPress plugin that requires a base plugin to work and function. In this case, you must have the WooCommerce plugin installed to use WooCommerce extensions. GregJamesonGreg Jameson has been writing blog articles on ecommerce and internet marketing... by | Dec 15, 2018 | WooCommerce Basics
It is possible to deactivate the plugin and keep your data. If you need to remove the data, you’ll need to write some code. Again, seek help from a developer if you don’t know how. You’ll need to add this line: define( ‘WC_REMOVE_ALL_DATA’, true); Add it... by | Dec 15, 2018 | WooCommerce Basics
Continuing to run an old version of WooCommerce is a mistake. WooCommerce for WordPress is easy to update and updates can provide important security and functional updates. We highly recommend doing your updates on a staging site in all cases to first test that... by | Dec 15, 2018 | WooCommerce Basics
There are four different ways you can customize your online store with WooCommerce. You can choose a theme and add plugins or extensions. An extension is just like a plugin, except that it needs a base plugin in order to function. You can also edit the plugin code. If... by | Dec 15, 2018 | WooCommerce Basics
If you’ve ever added a plugin to your WordPress site, then you already know installing this one is easy. Before you install, ensure you have: Hosting set up A domain name A website powered by WordPress A theme compatible with WooCommerce Then, download WooCommerce...