Will that small error mean that when ordering if the customer doesn't pick an attribute nothing will happen and the order will still go through?
Thanks
Will that small error mean that when ordering if the customer doesn't pick an attribute nothing will happen and the order will still go through?
Thanks
D,
The whole process of an attribute is to choose one of the values you created.
The procedure above by default will say in the box instead of black "Please Select Hose Colour" which then they click the dropdown box for the color they select...
Just a more professional way to view with no mistakes when ordering..
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Getting abit lost when trying to do those changes, i'll keep at it though! Thanks again!
i'm trying to solve the same issue, i would like my #productname to be aligned left, instead of centerd, because it splits into two lines.
i have a background image for the product name, and i can make it bigger so all of the text can be seen, but it doesn't look good.
i've tried adding :
#productName {text-align: left; color: #FFFFFF;}
to the bottom of my stylesheet, but it didn't fix anything.
please take a look at my website in IE, because it looks different from Firefox
http://got-jdm.com/JDM/nissan-rb25de...0sx-p-393.html
TIA
dpm,
you need to edit the tpl_product_info_display.php file and move the block
<!--bof Product Name-->
<h1 id="productName" class="productGeneral"><?php echo $products_name; ?></h1>
<!--eof Product Name-->
above th image block.
that fixed my issue....
GL
Thanks but we've already changed that part bud.
Damian