Lol, again thanks!
Now last question i promise. I'm wanting to have on pages with attribute choices to have them before the 'add to cart' icon and i was also wanting to change the 'add to cart' icon colour. Is this possible?
Lol, again thanks!
Now last question i promise. I'm wanting to have on pages with attribute choices to have them before the 'add to cart' icon and i was also wanting to change the 'add to cart' icon colour. Is this possible?
D,
includes/ templates/ custom/ css/ stylesheet.css
Add the following declaration at the end of the .css
- #cartAdd {background-color: #FF0000;}
Move Add to Cart Button
1. includes/ templates/ override foler/ templates/ tpl_product_info_display.php
1. line 88
2. Paste and move
3. to line 147
3. ftp to file
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
Doing that just puts a big border around the icon, i was actually wanting the icon itself a different colour then black if you know what i mean?
D,
You will half to use photoshop and create your own button.
Or take the gif image into photoshop and change the way you want
catalogue/includes/templates/template_default/buttons/english/button_in_cart.gif
- remember your overide folders for the ftp upload
Just a small error on the attributes:
For your Hose Colour for the Option Values
- You are missing Please Select Hose Colour
- What happen when I click add to cart, if a customer misses the Attribute selection, a warning message appears.
Example of what it should look like:
Please Select Hose Colour 0
Black 10
Red 20
Blue 30
Now in Attribute Controller
**Please Select**
- you need to add flag properties to Please Select Hose Colour
- Under Attribute Flags: the colored boxes
- Yellow box, Used for Display purpose only: Click Yes
- Tan box, Default Attribute to be marked selected: Click Yes
- What this does is force a customer to click their sizes correctly
- Right now I can add to the cart and not select a size or color.. BAD
- The beauty of this is a warning box appears at the top of the page and states they have not selected the attributes you offer to a customer.
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
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!