davidstummer Posted April 20, 2003 Share Posted April 20, 2003 i know how to make the pound and make it default, but how do i get rid of the other currencies and the box which shows the different currencies. also, how to i get rid of the box which shows the flags for different languages, and keep the english as default. thanks, dave Link to comment Share on other sites More sharing options...
Ajeh Posted April 20, 2003 Share Posted April 20, 2003 Edit your column_left.php and comment out the include statements for the currencies and languages with a couple // in front of the lines. This way, if you change your mind one day you can bring them back. Link to comment Share on other sites More sharing options...
davidstummer Posted April 20, 2003 Author Share Posted April 20, 2003 how do you remove upcoming products from the bottom of the site. can anyone answer this - i think it's great that people have managed to develop osc, but what is the incentive for keeping it running? Link to comment Share on other sites More sharing options...
Ajeh Posted April 20, 2003 Share Posted April 20, 2003 About 100,000 posts and 1000s of users ... :D I find the code amazing ... and not just because I am on the Team. Nothing I like better than writting an add-on for it. :D Link to comment Share on other sites More sharing options...
Ajeh Posted April 20, 2003 Share Posted April 20, 2003 Oh ... to remove the upcoming products ... comment it out on default.php <?php // include(DIR_WS_MODULES . FILENAME_UPCOMING_PRODUCTS); ?> This way you can put it in again later, should you change your mind. Link to comment Share on other sites More sharing options...
Guest Posted October 10, 2004 Share Posted October 10, 2004 I am new to OSC and found this good. One thing I am having a problem with is this. My default lang is English and currency is GBP but the product prices are shown in USD ($). Why is this? When I remove all currencies except the price is shown as zero (0). TIA Link to comment Share on other sites More sharing options...
Guest Posted October 10, 2004 Share Posted October 10, 2004 Did you created a new default currency? In the edit did you put 1.0000000 as the value and then click on update currencies button ? and in the catalog/includes/languages/english.php around line 36 // if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used w$ define('LANGUAGE_CURRENCY', 'USD'); Change it to whatever you need HTH The_Bear Link to comment Share on other sites More sharing options...
Guest Posted October 10, 2004 Share Posted October 10, 2004 Did you created a new default currency?Yes - GBPIn the edit did you put 1.0000000 as the value and then click on update currencies button ?Yesand in the catalog/includes/languages/english.php around line 36 // if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used w$ define('LANGUAGE_CURRENCY', 'USD'); Change it to whatever you need No, but I have now and it works fine. Thanks Link to comment Share on other sites More sharing options...
akkinmore Posted October 22, 2004 Share Posted October 22, 2004 Hi I am looking for a solution about the currency. How do I detect when there is a change of currency in codes? Example: US$ -> GBP. Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.