Urgent Help !! - Shopping Cart - How Do I do this

rubberdubber

Free Member
Mar 23, 2007
220
7
hi
i need some help !!

We have just been awarded a council contract, where the council will subsidise one of our products.

The offer will only be open to people with a certain postcode.
they will enter their postcode onto the website and then it will show the discounted price, and they will be able to buy that product at the reduced rate.

Our website is oscommerce, which i dont think will allow the above to happen

does anyone know of a way that I can implement this into oscommerce, or does anyone know of a shopping cart that can give a discount for a postcode.
I am more than happy to use a complete new shopping cart if it makes it work

Please help
Thanks
 
The good thing about OSCommerce is the amount of contributions available that are usually really easy to install!

http://www.oscommerce.com/community?contributions=&search=coupon&category=all

Depending on your volume of orders you could do it 2 ways:

1) Put a note on the website saying "If you live in the *** *** postcode area please enter *** *** as a coupon code in the coupon code box to receive your discount" - but then you'd have to check each order you got to make sure people weren't trying it on. Not the best idea but will work if you only get a couple of orders.

2) You could pay someone to customise the contribution or write in some custom code for you which obviously would be more expensive but work much better!

(P.S There may be a mod already there that does this - search around on the OSC Site - I just haven't seen one)

Cheers
 
Upvote 0

MartCactus

Free Member
Sep 25, 2007
983
214
London, England
The coupon idea people have suggested is a good one.

It should be possible to write some simple code to take the first part of the customers postcode, and use that as a coupon. You then setup a coupon for each postcode you want to discount.

That way the user doesn't have to enter anything in the coupon box, but they still get the discount by virtue of their postcode.

For any developer familiar with the package you are using it should be a pretty easy change to make.
 
Upvote 0

Latest Articles