PDA

View Full Version : Edit Norman's Dynamic Product Images patch


bangers
20-May-2005, 12:50 PM
Anyone who uses norman's patch will know how good it is.
However I have a little problem with it:
I've set it to display in 2 rows which is usually fine.
However when I have an odd number of choices I don't no if I can change the amount of rows.
Options below this are at the moment filling the gap left by the odd number of the last row.
An example can be found here:
http://www.boxhedge.com/sws/acatalog/Aquasphere-Seal-Kids-Goggles-Clear-Lens.shtml

I'm sure theres's something easy I can do but I have tried adding things within dynamicimagesupport.js lke (br> tags but nothing seems to work.
Maybe it's something work with other code within my page?

Any thoughts would be appreciated
regards
Bangers

NormanRouxel
20-May-2005, 01:01 PM
Did this bit from bottom of the Donationware "readme" not helpLAYOUT

Because of the way radio buttons are created by Actinic there is no way to detect when
the last one has been generated. If you display these buttons in columns and the final row
isn't full then the next attribute name may be displayed in the remaining position.

A work-around for this is to change Act_VariantAttributeName.html to be:-

<br clear=all><span class="actxsmall">NETQUOTEVAR:ATTRIBUTENAME</span><br>

as this will allow further attributes to line up better.

Alternatively you can put "<br clear=all>" into the User Defined Separator field
of the Attribute that uses these buttons.

bangers
20-May-2005, 01:11 PM
I'm an idot, it works fine,
regards,
Bangers