- Install plugins and activate. Cf Shopping Cart, Contact Form 7, Custom Field Template, Exec-PHP(optional) and QF-GetThumb(optional).
- Be place Cf Shopping Cart widget to sidebar.
- Visit settings Contact Form 7, Add new contact form.
Add code into the Form: '[cfshoppingcart* cartdata class:cfshoppingcart7]'.
Add code into the Message body: '[cartdata]'.
Add code into Additional Settings: 'on_sent_ok: "cfshoppingcart_empty_cart();"'.
- Add new page (example 'Check out'), add code into the article: '[contact-form ? "???"]'. remember this page url.
- Add new page (example 'Shopping Cart') and put in '[cfshoppingcart_cart 1]' to article. remember this page url.
- Setting Custom Field Template, add new template. Field name example: 'Product ID', 'Name' and 'Price'... remember field names.
- Settings Cf Shopping Cart.
(If choice manually at 7th step then edit theme file (archive.php, single.php and more). Insert php code '' into the loop of output-article.)
- Make product pages. Add new page or post, input Custom Field, write article and set category.
- Repeat 8th steps.
For basic Installation, you can also have a look at the plugin homepage.
If you be running WordPress on Windows, must be rewrite php.ini file, if necessary.
Thereby, Php don't say error message very well.
Reference: http://php.net/manual/en/function.error-reporting.php
php.ini:
-- before --
error_reporting = E_ALL | E_STRICT
-- after --
;error_reporting = E_ALL | E_STRICT
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED