Опис
CW Ajax Cart is a free eCommerce plugin that allows you to create your own shop. There is no payment gateways in this plugin.
At first you need to select Cart page and Post type for your product on settings page.
For minicart you can use widget or shortcode
Скріншоти
Встановлення
- Upload
cw-shopping-cart
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Create Cart page and use shortcode [cart] on this page (screenshot-1)
- Go to plugin settings page, select cart page and set post type of your product (screenshot-2)
- Create a new product, and fill Price metabox (screenshot-3)
- You can switch on Coupons in the cart on settings page
- Create coupons if you need, there are 2 types of the coupons – fixed price and percent (screenshot-4)
Shortcodes
If you want to use shortcodes editing the files you need to use this WP function – do_shortcode(”);
Example – echo do_shortcode( ‘[minicart]’ );
[minicart] – minicart, you can put it in sidebar or header (also there is widget for minicart)
[buy-button] – buy button for single product
[catalog-buy-button] – buy button for category (you can put it in excerpt field of the product, or you need to edit category file)
[cart] – cart page
Часті питання
- Installation Instructions
-
- Upload
cw-shopping-cart
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Create Cart page and use shortcode [cart] on this page (screenshot-1)
- Go to plugin settings page, select cart page and set post type of your product (screenshot-2)
- Create a new product, and fill Price metabox (screenshot-3)
- You can switch on Coupons in the cart on settings page
- Create coupons if you need, there are 2 types of the coupons – fixed price and percent (screenshot-4)
Shortcodes
If you want to use shortcodes editing the files you need to use this WP function – do_shortcode(”);
Example – echo do_shortcode( ‘[minicart]’ );[minicart] – minicart, you can put it in sidebar or header (also there is widget for minicart)
[buy-button] – buy button for single product
[catalog-buy-button] – buy button for category (you can put it in excerpt field of the product, or you need to edit category file)
[cart] – cart page - Upload
- Can i use online payment in this plugin?
-
No, there is no payment in this plugin.
Відгуки
Учасники та розробники
“CW Ajax Cart” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:
Учасники“CW Ajax Cart” було перекладено на 1 локалізацію. Дякуємо перекладачам за їх роботу.
Перекладіть “CW Ajax Cart” на вашу мову.
Цікавитесь розробкою?
Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.
Журнал змін
2.1
Removed price from cart and email notification, if product is without price
Updated some translations
2.0
Russian translation