Description
This plugin helps you to make your shop online and add products of your shop with categories, so that your customers can place orders online.
During activation of this plugin it creates 2 pages Products and Checkout with required shortcodes you can change products page to anything but use shortcode. You also can change title of Checkout page but keep url /checkout/ as that is required by plugin. Use the shotcode below to show shopping page in widget or header of your site.
Check live demo http://webfulcreations.com/envato/grocery_order/products/
Screenshots
Installation
During activation of this plugin it creates 2 pages Products and Checkout with required shortcodes you can change products page to anything but use shortcode. You also can change title of Checkout page but keep url /checkout/ as that is required by plugin. Use the shotcode below to show shopping page in widget or header of your site.
Shortcodes
Use following shortcode to list categories and products.
//Shortcode
[my_shop]
//PHP function for template.
<?php my_shop(); ?>
Use following shortcode for shopping bag.
//Shortocode
[my_bag]
//PHP function for template.
<? my_bag(); ?>
Use following shortcode for checkout page.
//Shortocode
[my_checkout]
//PHP function for template.
<? my_checkout(); ?>
Reviews
Contributors & Developers
“WordPress Simple Shop” is open source software. The following people have contributed to this plugin.
Contributors“WordPress Simple Shop” has been translated into 2 locales. Thank you to the translators for their contributions.
Translate “WordPress Simple Shop” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.