D
D
Dmitry2016-10-15 08:56:04
PHP
Dmitry, 2016-10-15 08:56:04

How to make a withdrawal with a limit in OpenCart?

Good afternoon! I work with OpenCart, and I don’t know how to implement my idea.
We have 2 fields in the admin panel where we enter the words:

<?php echo $price_en; ?>
<?php echo $price_ru ?>

It is necessary that the line
<?php echo $price_en; ?> - работала в английской версии сайта
а строка
<?php echo $price_ru; ?> - работала в русской версии сайта

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Egor, 2016-10-15
@egormmm

If these are inscriptions, then they are entered in the language files for each language.
And if these are different amounts that should be displayed depending on which language is currently being used, then you need to rewrite the controller logic.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question