bitit.it Posted August 2, 2019 Posted August 2, 2019 Good Morning , i,'m in testing new Phoenix os commerce. i try in php 5.6, with importations of old database field 2.3.4 and making italian translator . apparently i'm in very good step , the italian shop output seem work with all datas except for the prices that don't show also in english version In the administrator interface in the preview don't see the price, but click in the edit interfaces the price are present. Thnak you Enrico
mhsuffolk Posted August 2, 2019 Posted August 2, 2019 Very Interesting. I had exactly the same problem on an xampp Phoenix test site using PHP 7.3 and a copy of my live frozen database minus the 2 configuration tables. Everything else worked so I thought I would come back to it. Good and bad news, it healed itself up after a few days of adding addons etc, I do not know what the issue was. It would be nice to know.. Live shop Phoenix 1.0.8.4 on PHP 7.4 Working my way up the versions.
BrockleyJohn Posted August 2, 2019 Posted August 2, 2019 Check your currency settings. Contact me for work on updating existing stores - whether to Phoenix or the new osC when it's released. Looking for a payment or shipping module? Maybe I've already done it. Working on generalising bespoke solutions for Quickbooks integration, Easify integration and pay4later (DEKO) integration at 2.3.x
bitit.it Posted August 2, 2019 Author Posted August 2, 2019 Ok , thank you . Done but in strange way : on Localization / Currencies i have set € like default Currency , nothing is happened. on Configuration/ my store /Switch To Default Language Currency I have set to change currency on changing language , so is solved, then have set back to don't change currency on changing language , it work . thank you again Enrico
kgtee Posted August 3, 2019 Posted August 3, 2019 One more setting you need to do. In includes/languages/english.php file, you need to change the default currency as well. See the example below Quote // if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language) define('LANGUAGE_CURRENCY', 'EUR'); This setting is hiding deep and many times gives people unnecessary shock. 😝
Recommended Posts
Archived
This topic is now archived and is closed to further replies.