Changeset 1892366
- Timestamp:
- 06/13/2018 06:26:13 PM (8 years ago)
- Location:
- dpd-cart
- Files:
-
- 2 edited
-
branches/2.0/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dpd-cart/branches/2.0/readme.txt
r1892345 r1892366 36 36 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory 37 37 1. Activate the plugin through the 'Plugins' menu in WordPress 38 1. Place `<?php do_action('plugin_name_hook'); ?>` in your templates39 38 1. In the WordPress admin go to Settings > DPD Cart Plugin. 40 39 1. Enter DPD username and API Key, found in DPD on your user profile page. … … 42 41 1. Stores will load once you've connected to the DPD API. Now, select the store you want to use and other preferences. 43 42 1. Save Changes. 44 1. Create the shop and product pages as outlined in the next section.43 1. Create the shop and product pages as outlined below. 45 44 46 45 ### Creating Shop page … … 53 52 1. Save Changes. 54 53 55 ### Creating Product Page54 ### Creating (optional) Product Page 56 55 1. From Wordpress Dashboard go to Pages > Add New 57 56 1. Use shortcode- [dpdcart-product-page] -
dpd-cart/trunk/readme.txt
r1892346 r1892366 36 36 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory 37 37 1. Activate the plugin through the 'Plugins' menu in WordPress 38 1. Place `<?php do_action('plugin_name_hook'); ?>` in your templates39 38 1. In the WordPress admin go to Settings > DPD Cart Plugin. 40 39 1. Enter DPD username and API Key, found in DPD on your user profile page. … … 42 41 1. Stores will load once you've connected to the DPD API. Now, select the store you want to use and other preferences. 43 42 1. Save Changes. 44 1. Create the shop and product pages as outlined in the next section.43 1. Create the shop and product pages as outlined below. 45 44 46 45 ### Creating Shop page … … 53 52 1. Save Changes. 54 53 55 ### Creating Product Page54 ### Creating (optional) Product Page 56 55 1. From Wordpress Dashboard go to Pages > Add New 57 56 1. Use shortcode- [dpdcart-product-page]
Note: See TracChangeset
for help on using the changeset viewer.