Guest Posted December 20, 2005 Posted December 20, 2005 Hi, I was wondering if someone could help me, this is probably a really dumb question to ask. For some reason the price is not being displayed on new products added to the website, this is a test one here:- http://www.friendsexposed.com/store/catalo...?products_id=28 Could anyone help thanks Ashley x
Guest Posted December 20, 2005 Posted December 20, 2005 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
hardcore_shad Posted January 14, 2008 Posted January 14, 2008 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 Hi Guys, I've checked other posts on this as well... - I cleared my cache - Made sure my default currency in english.php was USD - My store language currency is set to "false" - default language is set to English "en" And still the prices are not showing in the cart, but the prices in admin are correct. Everything was fine moments ago, until after I completed the star_products mod. The mod was alright except that it was not showing any prices. Then after I tinkered with the currency, the prices vanished... Help please... Thank you.
Guest Posted January 14, 2008 Posted January 14, 2008 Hi Guys, I've checked other posts on this as well... - I cleared my cache - Made sure my default currency in english.php was USD - My store language currency is set to "false" - default language is set to English "en" And still the prices are not showing in the cart, but the prices in admin are correct. Everything was fine moments ago, until after I completed the star_products mod. The mod was alright except that it was not showing any prices. Then after I tinkered with the currency, the prices vanished... Help please... Thank you. Have you got the prices showing in the product listing section of the configuration menu in admin?
hardcore_shad Posted January 14, 2008 Posted January 14, 2008 Hi Sutikah! All the prices and details are alright in the back end - admin area. I also returned the settings before this happend, but still the same. I just reuploaded my site again and still the same. :c I am using both IE and FF to check the site to eliminate session / cookies concerns. Hold on!!! I had the "maintenance mod" running while doing the changes. Turning it off returned the prices, but also my cart is rully uploaded again from the back up. Will try to execute the new mod again. Hope this helps someone as it did me...
duncanbbd Posted February 7, 2008 Posted February 7, 2008 Hi Sutikah! All the prices and details are alright in the back end - admin area. I also returned the settings before this happend, but still the same. I just reuploaded my site again and still the same. :c I am using both IE and FF to check the site to eliminate session / cookies concerns. Hold on!!! I had the "maintenance mod" running while doing the changes. Turning it off returned the prices, but also my cart is rully uploaded again from the back up. Will try to execute the new mod again. Hope this helps someone as it did me... did you solve this ? I had something similar when I started. I only use GBP, and when i removed USD and Euros, prices went to 0. the solution was to set this define('LANGUAGE_CURRENCY', 'USD'); to this define('LANGUAGE_CURRENCY', 'GBP'); as has been mentioned above.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.