Guest Posted August 29, 2008 Posted August 29, 2008 I have just moved our site from a .net domain to a .com domain. Everything seems to be working except the pricing. When viewed via admin, all products show the Net and Gross however when you view the site all products show the price as "0" I have checked everything I can think of and for the life of me can't find why it isn't displaying the prices In configuration I have: Display Product Price: 3 Display Prices with Tax: true Can anyone think of anything that would cause the pricing to display as "0" instead of the pricing that i can see via the Catalog?
diy Posted August 29, 2008 Posted August 29, 2008 Try setting up Display Prices with Tax to false (to see what will happen) and also check your currency settings under localization. The value should be set to 1. If that doesnt help give the forum more info (the currency you are using etc)
Skin Posted August 29, 2008 Posted August 29, 2008 I' ve just resolved this problem doing like suggested by kosmas, and just clicking on "refresh currencies". Thanks
65Thunderbird Posted August 31, 2008 Posted August 31, 2008 I am having the same problem, the above suggestions did not help. The only contribution I have added is SEO Header Tags, but the missing prices problems started before I adde the contribution. Thanks
Guest Posted August 31, 2008 Posted August 31, 2008 Problem still exists. Have tried the suggestions above (multiple times just in case) but is a no go. This is a new install and I haven't installed anything besides a template (issue started well after the template was installed). I have currency set as AUD however just changed the naming of USD, value set to 1.00000. Might need to do a complete re-install if no-one else has any suggestions
65Thunderbird Posted September 1, 2008 Posted September 1, 2008 I am having the same problem, the above suggestions did not help.The only contribution I have added is SEO Header Tags, but the missing prices problems started before I adde the contribution. Thanks To update further... When I add a product in Admin section, the name, price and picture do not show. When I look at it in the catalogue, the picture shows but the name does not and the price is zero Ahah ! I fixed it - (I am in Canada), I had deleted US Dollar as a currency, when I put it back, (with my default being Canadian dollars) my prices are now displayed - problem solved. I Still can't see the tiltle of the product though.
Guest Posted September 1, 2008 Posted September 1, 2008 Same deal as above regarding pricing. Added USD back into the currency list, updated currencies and wala, pricing now displays on site. Not good that USD HAS to be there for pricing to display as for us, everything is sold as AUD.
Guest Posted September 2, 2008 Posted September 2, 2008 Same deal as above regarding pricing. Added USD back into the currency list, updated currencies and wala, pricing now displays on site. Not good that USD HAS to be there for pricing to display as for us, everything is sold as AUD. Rubbish. look in catalog\includes\languages\english.php and make // if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language) define('LANGUAGE_CURRENCY', 'USD'); this // if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language) define('LANGUAGE_CURRENCY', 'AUD'); You may also have to set Admin ---> My Store --- > Default Language Currency to true.
Guest Posted April 14, 2010 Posted April 14, 2010 I have just had the same problem, went through all the steps people mentioned, and found the exact same issue as breakersit- US Dollar currency must be present, obviously there is some sort of 'trigger' in the system that if it is not included, no prices diplay. How to get around it? Insert the US Dollar currency in "Localizations", then "update currencies", then delete US Dollar, but do not update again- prices will display after that in your default currency- and no US Dollar option will be displayed or available for customers.
Ariadnetheweaver Posted April 15, 2010 Posted April 15, 2010 I have just had the same problem, went through all the steps people mentioned, and found the exact same issue as breakersit- US Dollar currency must be present, obviously there is some sort of 'trigger' in the system that if it is not included, no prices diplay. How to get around it? Insert the US Dollar currency in "Localizations", then "update currencies", then delete US Dollar, but do not update again- prices will display after that in your default currency- and no US Dollar option will be displayed or available for customers. Worked for me having taken out USD completely. You do need to make the change in the english.php file as in the post above. That was my main problem!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.