This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 61
Product Grid
Kevin Ottley edited this page Apr 8, 2014
·
2 revisions
###/search/grid.php
###Major Elements
Element | Description |
---|---|
Image | By default, the dimensions of the Listing Image are used (see Admin Form article) |
Description | The title or name of the Product |
Slashed Price** | If the Web Price is populated the regular price is displayed with a line through it |
Price** | If the Web Price is populated, it is displayed otherwise the regular price is displayed |
** Only Pro has the ability to define a Web price, so Web prices are not relevant in Cloud Web Stores
###Things to Consider
- Remember, through the Admin Panel, the user is able to define how many products per page and per line should be displayed. The defaults are set to 3 per line and 12 per page.
NOTE: The MONACO theme does not currently use the Products per line setting.
-
In the case of matrix products, the Price can also be displayed as a range (ex. $10.00 - $20.00).
-
CSS governs the 'slash' for the slashed price i.e. it is a CSS style that is applied to the text...
text-decoration: strikethrough;
This can easily be overridden via your theme CSS should you wish to display this price in a different way.