Plugin Directory

Changeset 1892936


Ignore:
Timestamp:
06/14/2018 02:27:22 PM (8 years ago)
Author:
DPDplugins
Message:

Updated readme

Location:
dpd-cart
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dpd-cart/branches/2.0/readme.txt

    r1892366 r1892936  
    11=== Plugin Name ===
    22Contributors: DPDPlugins
    3 Tags: cart, ecommerce, dpd
     3Tags: cart, ecommerce, dpd, sell downloads
    44Requires at least: 4.9.0
    55Tested up to: 4.9.6
     
    3434##Getting Started
    3535 
    36 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory
     361. Add plugin to wordpress using the plugin browser or uploading the zip.
    37371. Activate the plugin through the 'Plugins' menu in WordPress
    38381. In the WordPress admin go to Settings > DPD Cart Plugin.
     
    46461. From Wordpress Dashboard go to Pages > Add New
    47471. 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]
    50501. From Wordpress Dashboard Go to Settings > DPD Cart Plugin.
    51511. Select newly created page as shop page.
     
    8181 
    8282Yep! 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 
     86Yep! 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 
     90Yep! Thats why we used shortcodes for the pages- you can put whatever content you want above and below them in the editor.
    8391 
    8492== Screenshots ==
     
    99107 
    100108= 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  
    11=== Plugin Name ===
    22Contributors: DPDPlugins
    3 Tags: cart, ecommerce, dpd
     3Tags: cart, ecommerce, dpd, sell downloads
    44Requires at least: 4.9.0
    55Tested up to: 4.9.6
     
    3434##Getting Started
    3535 
    36 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory
     361. Add plugin to wordpress using the plugin browser or uploading the zip.
    37371. Activate the plugin through the 'Plugins' menu in WordPress
    38381. In the WordPress admin go to Settings > DPD Cart Plugin.
     
    46461. From Wordpress Dashboard go to Pages > Add New
    47471. 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]
    50501. From Wordpress Dashboard Go to Settings > DPD Cart Plugin.
    51511. Select newly created page as shop page.
     
    8181 
    8282Yep! 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 
     86Yep! 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 
     90Yep! Thats why we used shortcodes for the pages- you can put whatever content you want above and below them in the editor.
    8391 
    8492== Screenshots ==
     
    99107 
    100108= 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.