http://www.lisaspagnolo.com/zencart/...index&cPath=66
as you can see, the buttons on some of the pages in my store are out of whack, with way more text than should be there...any thoughts?
http://www.lisaspagnolo.com/zencart/...index&cPath=66
as you can see, the buttons on some of the pages in my store are out of whack, with way more text than should be there...any thoughts?
check in includes -> languages -> english -> button_names.php and make sure they are defined.
I checked that file, yes they are defined, and I don't see the text that appears on those whacked buttons anywhere in the define_buttons.php...
any other thoughts?
You have messed up the syntax in the english.php file that your site is using...
If you have used a custom plate and have this file in your template override folder, or have edited the main core file open it and find this line
You will probably discover that the pair of single quotes are not there and maybe not the word . . Add: . . you can check for the single quotes for other listings in this file also. Correct, save and upload and this should square this.Code:define('TEXT_PRODUCT_LISTING_MULTIPLE_ADD_TO_CART', 'Add: ');
Zen-Venom Get Bitten