Announcement

Collapse
No announcement yet.

2016 product price layout

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

    2016 product price layout

    I have smart theme out of the box using parent layouts but even after confirming with support the price and add to cart are at the very bottom - below the full description and image - almost making it hard for customers to actually buy!

    Has anyone else fixed this to have ref / price / add to cart at the top so it can be found?

    thank you
    https://www.harrisontelescopes.co.uk/

    Ed Harrison - Menmuir Scotland

    #2
    if using the image on left/right layouts move the find the following line of code

    HTML Code:
    <actinic:block if="%3cactinic%3avariable%20name%3d%22ProductDescriptionLength%22%20%2f%3e%20%3e%200" ><div class="product-text"><actinic:variable name="ProductDescription" /></div></actinic:block>
    and move it to just before
    HTML Code:
    <actinic:block if="%3cactinic%3avariable%20name%3d%22SocialMediaUsed%22%20%2f%3e%20AND%0d%3cactinic%3avariable%20name%3d%22ProductShareButtonsPosition%22%20%2f%3e%20%3d%3d%20%22Below%22%20AND%0d%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Product%20Page%22" >
    			<actinic:variable name="SocialMediaShareButtons" />
    		</actinic:block>
    		<actinic:variable name="ProductAlsoBoughtList" />
    		<actinic:variable name="ProductRelatedProductsList" />
    That should work.
    www.flytesofancy.co.uk, www.electricfencingkits.co.uk, www.dorsetlogstores.co.uk, www.framebow.co.uk

    Comment

    Working...
    X