mrees Posted November 22, 2004 Posted November 22, 2004 Hello, I know I have probably overlooked every instruction set in the knowledgebase, but could one of you guru's please help me thru these 2 simple problems: 1# How the heck do I modify the page that says "What's New Here? Sunday 06 February, 2000 Welcome to 'The Media Centre Experts'! This is a demonstration online-shop, any products purchased will not be delivered nor billed. Any information seen on these products are to be treated fictional" 2# How can I change the date and time OScommerce picks up ? Currently its using a US time zone, but my store is based in Australia. The hosting is also in the US. 3# For some reason all my products prices are not correct. For example: If i enter in a value of product one as $2000, for some reason its being displayed as $3809.40. Any help would be GREATLY appreciated ! Thanks, Matt ************************************** The Media Centre Experts Sydney - Australia **************************************
joleinik Posted November 22, 2004 Posted November 22, 2004 Hi Matt, 1# How the heck do I modify the page that says "What's New Here? Sunday 06 February, 2000 Welcome to 'The Media Centre Experts'! This is a demonstration online-shop, any products purchased will not be delivered nor billed. Any information seen on these products are to be treated fictional" This text is contained in /includes/languages/index.php. Open this file and change it to suit your needs. 2# How can I change the date and time OScommerce picks up ? Currently its using a US time zone, but my store is based in Australia. The hosting is also in the US. Not exactly sure, but I believe that this is included in the site setup. Either re-run your install, or edit /includes/configure.php Anyone else?? 3# For some reason all my products prices are not correct. For example: If i enter in a value of product one as $2000, for some reason its being displayed as $3809.40. Sounds like your currencies are not set up correctly. Go into your admin area, select Localization, and then Currencies. Configure this appropriately. Hope this helped! -John-o
mrees Posted November 22, 2004 Author Posted November 22, 2004 This text is contained in /includes/languages/index.php. Open this file and change it to suit your needs. Thanks I figured that one out. Not exactly sure, but I believe that this is included in the site setup. Either re-run your install, or edit /includes/configure.php Anyone else?? Still needing help on this one. Anyone ??? Sounds like your currencies are not set up correctly. Go into your admin area, select Localization, and then Currencies. Configure this appropriately. Already had checked these settings. Still no go. Any other ideas ? Thanks again for everyones help ************************************** The Media Centre Experts Sydney - Australia **************************************
mrees Posted November 23, 2004 Author Posted November 23, 2004 Can anyone else help with these probs ?? Please.. Thanks, Matt ************************************** The Media Centre Experts Sydney - Australia **************************************
♥Vger Posted November 23, 2004 Posted November 23, 2004 How can I change the date and time OScommerce picks up ? You'll need to edit the @setlocale(LC_TIME, 'en_US.ISO_8859-1'); to your own time zone. Don't know what that is, so you'll have to run a search for it. For some reason all my products prices are not correct. For example: If i enter in a value of product one as $2000, for some reason its being displayed as $3809.40 This sounds like a problem with your currency settings. Again in includes/languages/english.php you'll need to find 'USD' and change it to the three letter designation for Australian Dollars (AUS?). You'll also have to check that in your osCommerce Control Panel that Australian Dollars is your default currency, and then run an update of the other currencies. Vger
mrees Posted November 24, 2004 Author Posted November 24, 2004 Thanks. Can you tell me what you mean by "run an update" on the currencies ? Currently Im only using one currency and that is the way it will stay. Matt ************************************** The Media Centre Experts Sydney - Australia **************************************
tomba Posted November 24, 2004 Posted November 24, 2004 Hi Matt,This text is contained in /includes/languages/index.php. Open this file and change it to suit your needs. Not exactly sure, but I believe that this is included in the site setup. Either re-run your install, or edit /includes/configure.php Anyone else?? Sounds like your currencies are not set up correctly. Go into your admin area, select Localization, and then Currencies. Configure this appropriately. Hope this helped! -John-o <{POST_SNAPBACK}> Hi everybody, I am new to oscommerce and my shop works fine except when I try to change the text on this page (/includes/languages/'language'/index.php) my index page only displays the php commands and does not include the welcome headline. When I have changed these files on my local xampp server for testing purposes it worked. Can anybody help
Recommended Posts
Archived
This topic is now archived and is closed to further replies.