system/library/cart/currency.php
also files :
admin/controller/localisation/currency.php
admin/model/localisation/currency.php
admin/language/*/currency.php
catalog/model/localisation/currency.php
You can find the schema => https://docs.opencart.com/en-gb/developer/module/ (which changes here and there but the logic remain the same even in OC4.
As has been said - Opencart 4 is NOT RECOMMENDED for LIVE sites.
You can download Opencart 3.0.4.1 from the download section => https://www.opencart.com/index.php?rout ... ad/history
Code: Select all
$this->currencies[$result['code']] = ['currency_id' => $result['currency_id'], 'title' => $result['title'], 'symbol_left' => $result['symbol_left'], 'symbol_right' => $result['symbol_right'], 'decimal_place' => $result['decimal_place'], 'value' => $result['value']];
admin/controller/localisation/currency.php
admin/model/localisation/currency.php
admin/language/*/currency.php
catalog/model/localisation/currency.php
You can find the schema => https://docs.opencart.com/en-gb/developer/module/ (which changes here and there but the logic remain the same even in OC4.
As has been said - Opencart 4 is NOT RECOMMENDED for LIVE sites.
You can download Opencart 3.0.4.1 from the download section => https://www.opencart.com/index.php?rout ... ad/history
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
What kind of bugs? I am testing it now and already configured it as I need. I have already kinda understood how it works. I like it because of its simplicity.
Is version 3 as simple as version 4 in code? The codes is basically the same or not?
Read the forum please and make your own decision on it.daneguero wrote: ↑Mon Sep 15, 2025 2:15 amWhat kind of bugs? I am testing it now and already configured it as I need. I have already kinda understood how it works. I like it because of its simplicity.
Is version 3 as simple as version 4 in code? The codes is basically the same or not?
Mike
cue4cheap not cheap quality
Lots of bugs - some known some not.
For more details go through the forum or search google.
Opencart has been similar since OC1 but the question you ask is too wide.
But if you are asking if you will have problems understanding OC3 if you can understand OC4 the answer is no. Since it free to download the easy way would be to download it and check for yourself.
In addition there are far more forum answers for OC3 - far more modules - many more free modules - and OC3.0.4.1 (which is basically 3.0.3.8 with php8 support) is stable. It has never been recommended to use the latest OC version before it has been throughly tested - but OC4 has more issues than usual .. a lot more than usual … with more and more being found and left unresolved with little hope on the horizon the next version will be much better.
On the opposite side of the coin - everyone will be very happy for you to join the guinea pigs and fix the errors you find and publish them for all the other Guinea pigs .. the rest of us are more than happy with OC3.0.3.8 (self upgraded for php8) - OC3.0.4.1 or OC2.0.3.2 (self upgraded for php8) and some of us still love OC1.5.5.1 & OC1.5.5.6 - which also have been self upgraded. So each of the OC versions are similar - some versions better than others - but they are different - and some have a better reputation than others .. for a reason - but your site do whatever you want …
For more details go through the forum or search google.
Opencart has been similar since OC1 but the question you ask is too wide.
But if you are asking if you will have problems understanding OC3 if you can understand OC4 the answer is no. Since it free to download the easy way would be to download it and check for yourself.
In addition there are far more forum answers for OC3 - far more modules - many more free modules - and OC3.0.4.1 (which is basically 3.0.3.8 with php8 support) is stable. It has never been recommended to use the latest OC version before it has been throughly tested - but OC4 has more issues than usual .. a lot more than usual … with more and more being found and left unresolved with little hope on the horizon the next version will be much better.
On the opposite side of the coin - everyone will be very happy for you to join the guinea pigs and fix the errors you find and publish them for all the other Guinea pigs .. the rest of us are more than happy with OC3.0.3.8 (self upgraded for php8) - OC3.0.4.1 or OC2.0.3.2 (self upgraded for php8) and some of us still love OC1.5.5.1 & OC1.5.5.6 - which also have been self upgraded. So each of the OC versions are similar - some versions better than others - but they are different - and some have a better reputation than others .. for a reason - but your site do whatever you want …
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
Who is online
Users browsing this forum: No registered users and 15 guests