Skip to content

Product Grid

Kevin Ottley edited this page Apr 8, 2014 · 2 revisions

Prev | Next

###/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

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.

Clone this wiki locally