Hi,
I recently started looking into having the new products and best sellers size bar function within our site. i've generated the products and have inserted the variables into the layout.
Both variables are using the code:
The 'product image layout' is commentted out as i am not wanting the full product picture as they are to large, can i use my section link image instead? ie. my product thumb picture, before you actually go into the product?
Also i would only like the 'New Product' so appear on the catalog homepage and not throughout the site, is this possible.
I've attatched a picture to show you what i'm seeing in Actinic.
any help appreicated.
I recently started looking into having the new products and best sellers size bar function within our site. i've generated the products and have inserted the variables into the layout.
Both variables are using the code:
HTML Code:
<!-- <actinic:variable name="ListIndex" />. --> <a href="<actinic:variable name="SearchCGIURL" />?PRODREF=<actinic:variable Name="ProductID" />&NOLOGIN=1<actinic:block if="%3cactinic%3avariable%20name%3d%22IsHostMode%22%20%2f%3e">&SHOP=<actinic:variable name="ShopID" /></actinic:block>"><actinic:variable formatting="font(Color|b8b01b)" encoding="actinic" name="ProductName" /></a> <!-- <actinic:variable name="ProductImageLayout" /> --> <actinic:block if="%3cactinic%3avariable%20name%3d%22IsProductReferenceVisible%22%20%2f%3e" > <!-- (Ref: <actinic:variable name="ProductReference" />)--> </actinic:block> <br/> <actinic:variable name="PriceListRetail" />
Also i would only like the 'New Product' so appear on the catalog homepage and not throughout the site, is this possible.
I've attatched a picture to show you what i'm seeing in Actinic.
any help appreicated.
Comment