I set the Use CSS Buttons to TRUE in the Admin -> Config -> Layout Settings
With the category/product listing, I see normal HTML buttons. When I view the shopping cart, I see graphic buttons again. Any idea what could be causing this?
I set the Use CSS Buttons to TRUE in the Admin -> Config -> Layout Settings
With the category/product listing, I see normal HTML buttons. When I view the shopping cart, I see graphic buttons again. Any idea what could be causing this?
Which ones in particular?
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.
the Update Quantity button that shows up in the cart_quantity FORM is that one I am currently having issues with.
Found the problem. the zc_button_submit function (something like this), there is a check on the strlen of each button's ALT text. If the ALT text is > 30 characters, the image is used instead of a FORM button. Changing the ALT text to be < 30 characters solved the problem. Thanks!
- Luis