Design Recipes
Product Category Layout Template
You can switch between existing product category layouts or crate your own template to provide the display you want...
Tue, 17 Feb, 2015 at 4:38 PM
To have a base price display inclusive of a normal RRP and or Special Offer Price, please read the below.
If you need to display one of the values f...
Mon, 1 Jun, 2015 at 9:09 AM
2 Column Layout
store.product.tpl:
<div class="pcl-product-each" data-product-id="{{ product.id }}">
...
Mon, 1 Jun, 2015 at 11:16 AM
The default slider in REC is brought in with the following In the Admin > Templates > main/index.tpl file:
{# Content slider will appear h...
Wed, 7 Oct, 2015 at 10:27 AM
This hides product prices on an ecommerce site until the user is logged in.
Example Use(s):
Often used by trade sites to show products but n...
Mon, 1 Jun, 2015 at 9:09 AM
You can set pages that are only available to a logged in user and also restricted to specific user groups.
For non logged in users and users who are...
Wed, 16 Sep, 2015 at 1:05 PM
You can display options and attributes with their corresponding product on product category layout pages.
EXAMPLE 1 - OPTION DROPDOWN, QTY & ADD T...
Wed, 13 Apr, 2016 at 10:22 AM
REC's default menu is simple by design, allowing you to customise it without needing to change many declarations & it's also designed to work fo...
Thu, 20 Dec, 2018 at 12:05 PM