Change Default Value of WP E-Commerce’s Product Rating

WP E-Commerce plugin has simple product rating feature. Your online store visitor can rate your products ( from 1 to 5 ). Unfortunately, the default value of the product rater is 1 (one). So, there is high possibility that your visitor will “accidentaly” click one star (bad raring) for your product. And bad rating is not good for your product. ;-)

wpecommerce-default-product-rating

[Read more...]

Tutorial: Side By Side WP E-Commerce Checkout Details

We get a question from our WP FlexiShop user (with WP E-Commerce plugin),

I really want the billing/contact and shipping columns to be much smaller, boxed (with the simple theme), and side by side. Can anyone tell me what file I need to edit?

[Read more...]

Tutorial: How To Move/Migrate/Duplicate WordPress Installation Manually

Moving/migrating/duplicating WordPress installation is very general task in wordpress. For example:

  • You develop your WordPress site locally or in development server and then you need to move it to production server.
  • You move your site to different directory/subdomain/domain
  • You migrate your site to different hosting for better performance
  • You want to duplicate your WordPress site to create dummy website for your personal purpose, etc…

I know that you can find too many similar but different tutorials, but yes, sometimes it is simple and complicated at the same time. And I also do know that there are some premium WordPress plugins to help you, but everyone loves free solution and manual process can improve your WordPress learning curve, especially for newbie (I am a senior newbie, LOL)…

Hey man, WordPress has XML Export/Import tools, why don’t we use it? It only exports/imports your contents (any post types)!!! But you have to re-do all settings, widgets, etc. Our manual process is done to get exact look of your previous WordPress site. This is not new things, if you have different solution, feel free to share your thought here… ;-)

[Read more...]