nihanshe Posted November 1, 2006 Share Posted November 1, 2006 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 More sharing options...
kagg Posted November 2, 2006 Share Posted November 2, 2006 can anyone tell me how to get my price to show in my listings they are at 0 and should be ie: ?45.00but 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 More sharing options...
kagg Posted November 2, 2006 Share Posted November 2, 2006 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 More sharing options...
nihanshe Posted November 2, 2006 Author Share Posted November 2, 2006 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 More sharing options...
kagg Posted November 2, 2006 Share Posted November 2, 2006 These are the sql statements that need to be executed through phpmyadmin (database inetrface) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.