Announcement

Collapse
No announcement yet.

Standard Product Image

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Standard Product Image

    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.
    Regards
    Sally

    Fashion Jewellery Wholesale - Glitzy Jewels

    #2
    Surely an easy thing to do for you gurus out there.
    Regards
    Sally

    Fashion Jewellery Wholesale - Glitzy Jewels

    Comment


      #3
      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>
      Change the word Small to Standard.

      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

      Comment

      Working...
      X