Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

zones and prices


nihanshe

Recommended Posts

can anyone tell me how to get my price to show in my listings they are at 0 and should be ie: ?45.00

but in Categories / Products they seem to be ok ?45.00.

 

 

the other question is how and where do edit to get the uk zones, I have downloaded a contribution for it but dont know what part of the directory to upload it to.

please help

 

Regards Mervyn

Link to comment
Share on other sites

can anyone tell me how to get my price to show in my listings they are at 0 and should be ie: ?45.00

but in Categories / Products they seem to be ok ?45.00.

 

Change the default currency in language file /includes/languages/english.php

 

define('LANGUAGE_CURRENCY', 'USD');
Link to comment
Share on other sites

the other question is how and where do edit to get the uk zones, I have downloaded a contribution for it but dont know what part of the directory to upload it to.

 

Which contribution have you downloaded?

Link to comment
Share on other sites

Change the default currency in language file /includes/languages/english.php

 

Many thanks for you help just noticed a mistake i made got that done now! thanks.

 

still dont understand the zone thing, this is just some of the code for counties in the UK any info on how to set up zones would be great.

 

 

# UK Counties Zones for OSCommerce, taken from PayPal

# Last Updated 08 Apr 2006 by Ray Jenson

 

INSERT INTO zones (zone_country_id,zone_code,zone_name) VALUES("222","Avon","England - Avon");

INSERT INTO zones (zone_country_id,zone_code,zone_name) VALUES("222","Bath and Northeast Somerset","England - Bath and Northeast Somerset");

INSERT INTO zones (zone_country_id,zone_code,zone_name) VALUES("222","Bedfordshire","England - Bedfordshire");

INSERT INTO zones (zone_country_id,zone_code,zone_name) VALUES("222","Bristol","England - Bristol");

INSERT INTO zones (zone_country_id,zone_code,zone_name) VALUES("222","Buckinghamshire","England - Buckinghamshire");

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...