Zen Cart Logo
Forums / Discounts/Coupons, Gift Certificates, Newsletters, Ads / Gerbuldy gook for coupon title at checkout

Gerbuldy gook for coupon title at checkout

Locked

Views: 4,223

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
18 Feb 2007, 4:22 PM
#1
bridye avatar

bridye

New Zenner

Join Date:
Feb 2007
Posts:
20
Plugin Contributions:
0

Gerbuldy gook for coupon title at checkout

Hi, How do I change this on the checkout page
MODULE_ORDER_TOTAL_COUPON_TITLE
To something nice like"Enter your coupn code here"

Then after a coupon code is entered I get all this that shows up in the coupon reedem box.
MODULE_ORDER_TOTAL_COUPON_REDEEM_INSTRUCTIONSMODULE_ORDER_TOTAL_COUPON_REMOVE_INSTRUCTIONS MODULE_ORDER_TOTAL_COUPON_TEXT_CURRENT_CODEbridyelaunch
MODULE_ORDER_TOTAL_COUPON_TEXT_ENTER_CODE

How do I get rid of this, or change it?
thanks for any help,
Brian

18 Feb 2007, 5:08 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Gerbuldy gook for coupon title at checkout

Sounds like you are missing language file definitions ...

Peek and see if you have removed the defines in:
/includes/languages/english/modules/order_total/ot_coupon.php

If you need to customize them, then copy that to your templates and overrides directory:
/includes/languages/english/modules/order_total/your_template_dir/ot_coupon.php

18 Feb 2007, 7:48 PM
#3
bridye avatar

bridye

New Zenner

Join Date:
Feb 2007
Posts:
20
Plugin Contributions:
0

Re: Gerbuldy gook for coupon title at checkout

Thanks for pointing me in the right direction

I have nothing in any template folder in that path.
All the ot_ files are under the following path.
/includes/languages/english/modules/order_total

I have an empty folder for the 'classic' template, nothing for the 'mostly grey' template I'm using.
I do have ot_coupon.php here:
/includes/languages/english/modules/order_total/ot_coupon.php

also here:
includes/modules/order_total/ot_coupon.php

Ok, so in looking at the other ot_ files in the languages/... folder it looks like I need a new file that looks something like this:

<?PHP define('MODULE_ORDER_TOTAL_COUPON_TITLE', 'Coupon Redemption'); define(' MODULE_ORDER_TOTAL_COUPON_REDEEM_INSTRUCTIONS', 'To redeem a Bri Dye coupon simply type the Coupon Code into the box provided'); define('MODULE_ORDER_TOTAL_COUPON_TEXT_ENTER_CODE','Enter code here'); ?>

Does this look about right?

18 Feb 2007, 7:52 PM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Gerbuldy gook for coupon title at checkout

There are 11 defines or so for that file in v1.3.7 ...

Get a clean download of Zen Cart v1.3.7 from the Download link at the top of your screen and you should check to see if your site is up to date both on the original files and then check your templates and overrides ...

Beyond Compare from scootersoftware.com is an excellant program for this ...

18 Feb 2007, 9:55 PM
#5
bridye avatar

bridye

New Zenner

Join Date:
Feb 2007
Posts:
20
Plugin Contributions:
0

Re: Gerbuldy gook for coupon title at checkout

Excellent,
A new upload of ot_coupon took care of it. Thanks.

I have another question that doesn't fit in this thread, but maybe you can help without me re-posting somewhere.

Somehow I've changed the layout of the product menus. They are no longer all the way left. Exmple here:

http://www.bridye.com/index.php?main_page=index&cPath=4_17

Would you happen to know where the code is to get this back to the left?

Thanks for your help, it is greatly appreciated. I'm trying to get this site live Monday,
Brian

19 Feb 2007, 1:34 AM
#6
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Gerbuldy gook for coupon title at checkout

Check your overrides against the original files and check your site against a clean v1.3.7 download from here ...

You have missed something in there ...

If you switch to Classic template does it fix the display?

If so, then it is in your templates and override files ...

19 Feb 2007, 6:25 PM
#7
bridye avatar

bridye

New Zenner

Join Date:
Feb 2007
Posts:
20
Plugin Contributions:
0

Re: Gerbuldy gook for coupon title at checkout

Thank you Linda, unfortunately that didn't do anything. I know that I'm responsible for changing it. I made several adjustments to spacing throughout the site. The problem is I can't for the life of me remember what file I changed that effected that area. I think it was a tpl_ file, I just havn't been able to locate it again. I'm still looking though.

thanks again,
Brian