Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.03 KB

README.markdown

File metadata and controls

32 lines (21 loc) · 1.03 KB

Shopping Cart

This extension provides shopping cart base functionality for your Symphony website.

Installation

  1. Upload the 'shopping_cart' folder to your Symphony 'extensions' folder
  2. Enable it by selecting "Shopping Cart" in the list, choose Enable from the with-selected menu, then click Apply
  3. When creating or editing a section you can add the "Price" field and the "Weight" field

Usage

Event

  • Look at "Shopping Cart" Event's description for list of possible options.

Data Source

  • Look at "Shopping Cart" Data Source's description.

Price field output filtering

  • Use range: {$min-price}/{$max-price} for filtering by price ranges.
  • Use range: {$min-weight}/{$max-weight} for filtering by weight ranges.