Hi everyone
I am trying to set up a layout and variable in Sellerdeck so that i can choose to add a 'corner image' to draw attention to a certain product or two. See the image below, yellow triangle.
I played around with some code and have got something to work as i would hope it would look using firefox developer tools, and whilst i have tried to recreate this in sellerdeck, i am strggling to locate the exact place to put my code! I can only assume it has something to do with the filtering being default view?
When i place my layout in Filtered Product Summary, it shows in the preview, and in offline page preview, but is then not uploaded when i publish the changes. See below.
I have created a layout that defaults to no value, and a variable set to product level to allow me to choose an image to show in the top left corner.
Can anyone suggest something that I have not thought of?
Thank you in advance! Adam
I am trying to set up a layout and variable in Sellerdeck so that i can choose to add a 'corner image' to draw attention to a certain product or two. See the image below, yellow triangle.
I played around with some code and have got something to work as i would hope it would look using firefox developer tools, and whilst i have tried to recreate this in sellerdeck, i am strggling to locate the exact place to put my code! I can only assume it has something to do with the filtering being default view?
When i place my layout in Filtered Product Summary, it shows in the preview, and in offline page preview, but is then not uploaded when i publish the changes. See below.
I have created a layout that defaults to no value, and a variable set to product level to allow me to choose an image to show in the top left corner.
HTML Code:
<div style="z-index:200; position:absolute; float:left; clear:both; width:50%;"> <img src="<actinic:variable name="ProductListCornerImage" />"> </div>
Thank you in advance! Adam
Comment