When checking out on the catalog/checkout_payment.php page I get the following code that shows in the Gift Voucher and Coupon section where the coupon is supposed to be entered:
TEXT_ENTER_GV_CODE
TEXT_GV_CODE_INPUT_D
Thank you in advance,
Martin
When checking out on the catalog/checkout_payment.php page I get the following code that shows in the Gift Voucher and Coupon section where the coupon is supposed to be entered:
TEXT_ENTER_GV_CODE
TEXT_GV_CODE_INPUT_D
Thank you in advance,
Martin
You're simply missing the text defines for these items.
I'll do a quick search of the source files and see where they should be entered.
For future: your osCmax version and whether a clean install or upgrade, would be helpful.
catalog/includes/languages/each_language/ot_gv.php
Code:define('TEXT_ENTER_GV_CODE', 'Enter Redeem Code '); define('TEXT_ENTER_GV_CODE', 'Entrez le code à utiliser '); define('TEXT_ENTER_GV_CODE','Introduzca código '); define('TEXT_ENTER_GV_CODE', 'Geben Sie Ihren Gutscheincode ein ');
Last edited by ridexbuilder; 08-30-2017 at 01:33 AM.
Hosting plans with installation, configuration, contributions, support and maintenance.
*** FREE osCmax hosting available ***
oscmaxtemplates.com
Same locations for
Note the two single quotes at the end - not a double quote i.e. the default is blank.Code:define('TEXT_GV_CODE_INPUT_DEFAULT', '');
If these definitions are there but not being loaded then you have a deeper issue...
Hosting plans with installation, configuration, contributions, support and maintenance.
*** FREE osCmax hosting available ***
oscmaxtemplates.com
You may have removed the Gift Voucher from the Modules in Admin, Order Totals.
Hosting plans with installation, configuration, contributions, support and maintenance.
*** FREE osCmax hosting available ***
oscmaxtemplates.com
I checked all 4 files and the code is present in each. Latest version, clean install.
Thanks
Martin
Well Daaaaah the Gift Voucher in Order totals was not installed.
Thanks so much!
Martin
Bookmarks