Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

coupon code


Guest

Recommended Posts

Posted

I know there are a few coupon modules I need to alow customers to add a coupon code that would give them a set doller amount off their total. What module do you use for this purpose?

 

 

Something easy install and easy maintain I hope

Posted

Ahh, you had to stick that last line in there. There are a number of contributions that might do that for you. Gift Vouchers would but it is very difficult to install. There is a new Easy Discount one that is supposed to install easliy and might do it but, from what I undertand, very few are able to get it to work. Your best best would be to search the contributions section for "Coupon" and see what comes up.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Posted
you'll probably wind up using Credit Class and Gift Vouchers as there is no other contribution that offers it's flexibilty. It's a lot to install no doubt, and I had heard the horror stories when I was in your position but it actually wasn't THAT bad..... :D

 

 

I have triied installing it and when I am in my admin area its given a box at the bottem that says

BOX_HEADING_GV_ADMIN

BOX_COUPON_ADMIN

BOX_GV_ADMIN_QUEUE

BOX_GV_ADMIN_MAIL

BOX_GV_ADMIN_SENT

 

And this dosn't allow me to go to any of these

Posted
I have triied installing it and when I am in my admin area its given a box at the bottem that says

BOX_HEADING_GV_ADMIN

BOX_COUPON_ADMIN

BOX_GV_ADMIN_QUEUE

BOX_GV_ADMIN_MAIL

BOX_GV_ADMIN_SENT

 

And this dosn't allow me to go to any of these

 

you need to go to

 

admin/includes/languages/english.php and

 

add:

 

define('BOX_HEADING_GV_ADMIN', 'Vouchers/Coupons');

define('BOX_GV_ADMIN_QUEUE', 'Gift Voucher Queue');

define('BOX_GV_ADMIN_MAIL', 'Mail Gift Voucher');

define('BOX_GV_ADMIN_SENT', 'Gift Vouchers sent');

define('BOX_COUPON_ADMIN','Coupon Admin');

My Contribution

Music Download Store Template

http://www.oscommerce.com/community/contributions,4275

Posted
you need to go to

 

admin/includes/languages/english.php and

 

add:

 

define('BOX_HEADING_GV_ADMIN', 'Vouchers/Coupons');

define('BOX_GV_ADMIN_QUEUE', 'Gift Voucher Queue');

define('BOX_GV_ADMIN_MAIL', 'Mail Gift Voucher');

define('BOX_GV_ADMIN_SENT', 'Gift Vouchers sent');

define('BOX_COUPON_ADMIN','Coupon Admin');

 

OK I got that working I am fighting with the database now. I have to figure out how to upload the sql file to mySQL but I don't see upload files anywhare. Any help?

Posted
OK I got that working I am fighting with the database now. I have to figure out how to upload the sql file to mySQL but I don't see upload files anywhare. Any help?

 

 

Does your host offer a control panel or something for you to manage your account with? The easiest way to do this is with MyPhp Admin. If you're not sure what or where it is located, contact your host.

My Contribution

Music Download Store Template

http://www.oscommerce.com/community/contributions,4275

Posted

You have to access your database via phpMyAdmin. Once there then, if you have more than one database, just highlight the name of the database you wish to use. Affter that click on the SQL tab, then use the Browse box to locate the sql file for CCGV on your local computer. Then click the Go button.

 

Before you do this, download a backup of your existing database via your osCommerce admin panel --> Tools --> Backup.

 

Vger

Posted
Does your host offer a control panel or something for you to manage your account with? The easiest way to do this is with MyPhp Admin. If you're not sure what or where it is located, contact your host.

I have that but it only has an option to add to it manualy I don't have anything for uploading to it

Posted

In which case you need to take the code out of the sql file and copy and paste it into the SQL text box. Make sure to leave out the top part about how it was created and when etc - just run the code.

 

Vger

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...