http://www.chipfast.com/z/index.php?...&products_id=4
as you can see here it has, "product name: option"
What do I edit to place the options one <br> under?
http://www.chipfast.com/z/index.php?...&products_id=4
as you can see here it has, "product name: option"
What do I edit to place the options one <br> under?
Edit includes/templates/YOUR_TEMPLATE/tpl_modules_attributes.php and add a <br /> at the end of line 31 (of original 1.3.7 file)
I always thought that a closing </h> tag forced a line break, but obviously not!Code:<h4 class="optionName back"><?php echo $options_name[$i]; ?></h4>
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !
Psst ... Ryk ... remove the 'backs' - both pieces are floated left inside the wrapper - removing the floats will let them stack.
HTML Code:<div class="wrapperAttribsOptions"> <h4 class="optionName back"><?php echo $options_name[$i]; ?></h4> <div class="back" id="attrib-option-<?php echo $options_ids[$i]; ?>"><?php echo "\n" . $options_menu[$i]; ?></div> <br class="clearBoth" /> </div>
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
Look here you - I may be 55 and male, but in the interests of equality, I'm just as entitled to a blonde moment as anyone else!!![]()
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !
- sure that was a blond moment and not 'oldtimers' ?
![]()
![]()
PS- don't forget to put the customized module in your override directory.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
May you both find yourselves awaken by several hundred naked women, (edit, er 100 fabio's for kim)
It worked, thanks. ;)
over ride directory? Whaaaaa?
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !
i r noob
In that case, read up in the tutorials/FAQ about setting up your own template, because if you don't, all your hard work is liable to be overwritten at the next ZC upgrade.
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !