I want to use Extended Info to display an extra picture in a pop up window.
I have set up the Extended Info page correctly.
On the Links tab I have enabled 'Text link to extended info page'
This does produce a pop up page ok. but the text link is under the 'add to cart button' below all the other information. Its is basically in an awful place and easily missed.
I'd like to have this link just after the main description (which is where I believe it was in previous versions)
I expect I need to edit the Product Layout (Image on left text wrapped around) which is the one I use.
I think move;
to just below
Is that right?
However I am worried that I may break the now working code which previously hid the 'add to cart button'. I edited according to Louises fix here;
http://community.sellerdeck.com/showpost.php?p=348642&postcount=53
I can of course just make the change and see... but the add to cart button goes missing bug was a bug(ger) to fix as it was not always obvious it was happening. So I may not see it breaking again.
Can anyone advise if they believe
a/ the above edit will do what I want
b/ that it will not break the fix
Cheers,
Mark
I have set up the Extended Info page correctly.
On the Links tab I have enabled 'Text link to extended info page'
This does produce a pop up page ok. but the text link is under the 'add to cart button' below all the other information. Its is basically in an awful place and easily missed.
I'd like to have this link just after the main description (which is where I believe it was in previous versions)
I expect I need to edit the Product Layout (Image on left text wrapped around) which is the one I use.
I think move;
Code:
<p class="product-text"> <actinic:variable name="ProductLinks" /> </p>
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>
However I am worried that I may break the now working code which previously hid the 'add to cart button'. I edited according to Louises fix here;
http://community.sellerdeck.com/showpost.php?p=348642&postcount=53
I can of course just make the change and see... but the add to cart button goes missing bug was a bug(ger) to fix as it was not always obvious it was happening. So I may not see it breaking again.
Can anyone advise if they believe
a/ the above edit will do what I want
b/ that it will not break the fix
Cheers,
Mark
Comment