Changeset 1892936
- Timestamp:
- 06/14/2018 02:27:22 PM (8 years ago)
- Location:
- dpd-cart
- Files:
-
- 2 edited
-
branches/2.0/readme.txt (modified) (5 diffs)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dpd-cart/branches/2.0/readme.txt
r1892366 r1892936 1 1 === Plugin Name === 2 2 Contributors: DPDPlugins 3 Tags: cart, ecommerce, dpd 3 Tags: cart, ecommerce, dpd, sell downloads 4 4 Requires at least: 4.9.0 5 5 Tested up to: 4.9.6 … … 34 34 ##Getting Started 35 35 36 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory36 1. Add plugin to wordpress using the plugin browser or uploading the zip. 37 37 1. Activate the plugin through the 'Plugins' menu in WordPress 38 38 1. In the WordPress admin go to Settings > DPD Cart Plugin. … … 46 46 1. From Wordpress Dashboard go to Pages > Add New 47 47 1. Use shortcode that meets your requirements. 48 * Grid Layout - [dpdcart-store layout= "grid"]49 * List Layout - [dpdcart-store layout= "list"]48 * Grid Layout - [dpdcart-store layout=grid] 49 * List Layout - [dpdcart-store layout=list] 50 50 1. From Wordpress Dashboard Go to Settings > DPD Cart Plugin. 51 51 1. Select newly created page as shop page. … … 81 81 82 82 Yep! This plugin adds a context menu item to the WYSIWYG post and page editors. 83 84 = My theme has multiple page templates. Can I use a full width template for the shop and product pages? = 85 86 Yep! Thats why we used shortcodes for the pages- so you can create a new page and select whatever theme template you want 87 88 = Can I put content on the page above or below the shop or product pages? = 89 90 Yep! Thats why we used shortcodes for the pages- you can put whatever content you want above and below them in the editor. 83 91 84 92 == Screenshots == … … 99 107 100 108 = 1.6 = 101 * Old and busted, upgrade immediately!109 * Everything older than 2.0 is just plain broke. Don't use it. -
dpd-cart/trunk/readme.txt
r1892366 r1892936 1 1 === Plugin Name === 2 2 Contributors: DPDPlugins 3 Tags: cart, ecommerce, dpd 3 Tags: cart, ecommerce, dpd, sell downloads 4 4 Requires at least: 4.9.0 5 5 Tested up to: 4.9.6 … … 34 34 ##Getting Started 35 35 36 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory36 1. Add plugin to wordpress using the plugin browser or uploading the zip. 37 37 1. Activate the plugin through the 'Plugins' menu in WordPress 38 38 1. In the WordPress admin go to Settings > DPD Cart Plugin. … … 46 46 1. From Wordpress Dashboard go to Pages > Add New 47 47 1. Use shortcode that meets your requirements. 48 * Grid Layout - [dpdcart-store layout= "grid"]49 * List Layout - [dpdcart-store layout= "list"]48 * Grid Layout - [dpdcart-store layout=grid] 49 * List Layout - [dpdcart-store layout=list] 50 50 1. From Wordpress Dashboard Go to Settings > DPD Cart Plugin. 51 51 1. Select newly created page as shop page. … … 81 81 82 82 Yep! This plugin adds a context menu item to the WYSIWYG post and page editors. 83 84 = My theme has multiple page templates. Can I use a full width template for the shop and product pages? = 85 86 Yep! Thats why we used shortcodes for the pages- so you can create a new page and select whatever theme template you want 87 88 = Can I put content on the page above or below the shop or product pages? = 89 90 Yep! Thats why we used shortcodes for the pages- you can put whatever content you want above and below them in the editor. 83 91 84 92 == Screenshots == … … 99 107 100 108 = 1.6 = 101 * Old and busted, upgrade immediately!109 * Everything older than 2.0 is just plain broke. Don't use it.
Note: See TracChangeset
for help on using the changeset viewer.