I am trying to insert 'Standard Product Image' instead of 'Small Product Image; into layout 'Regular Product Summary' but I can't seem to make this work. Could someone explain how this is done please.
Announcement
Collapse
No announcement yet.
Standard Product Image
Collapse
X
-
Go to Design / Library / Layouts / Products / Regular Product Summary
Just below the “Edit Layout Code...” pane title is an icon that looks like [><]. If it has a light blue border, click it once so that it doesn’t.
The raw text of that layout now shows.
Look around line 25 for a line like:
Code:<p class="product-image set-left"><actinic:variable name="ProductImageLayout" value="Small Product Image" /></p>
Line should now look like:
Code:<p class="product-image set-left"><actinic:variable name="ProductImageLayout" value="Standard Product Image" /></p>
Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
- 1 like
Comment
Comment