Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / buttons messed up...help?

buttons messed up...help?

Locked

Views: 904

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
9 Sep 2006, 10:24 PM
#2
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: buttons messed up...help?

check in includes -> languages -> english -> button_names.php and make sure they are defined.

9 Sep 2006, 10:44 PM
#3
kschmid avatar

kschmid

New Zenner

Join Date:
Jul 2006
Posts:
13
Plugin Contributions:
0

Re: buttons messed up...help?

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?

9 Sep 2006, 11:01 PM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: buttons messed up...help?

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

define('TEXT_PRODUCT_LISTING_MULTIPLE_ADD_TO_CART', 'Add: '); 

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.