Page 1 of 1

[v3.0.2.0 - Concept] - catalog/view/theme/default/template/extension/payment/firstdata.twig

Posted: Mon Nov 27, 2017 11:50 pm
by straightlight
Find:

Code: Select all

Use a new card
replace with:

Code: Select all

{text_use_new_card}
In catalog/language/<your_language_code>/extension/payment/firstdata.php file, add at the bottom:

Code: Select all

$_['text_use_new_card'] = 'Use a new card';

Re: [v3.0.2.0 - Concept] - catalog/view/theme/default/template/extension/payment/firstdata.twig

Posted: Wed Nov 29, 2017 4:56 pm
by JNeuhoff
Rather than flooding this forum section with postings, couldn't you submit pull requests on github to have a chance that any of your suggestions for improving the OpenCart core will actually be implemented by Daniel?

Also, most of your suggestions aren't about new concepts, but are simply about minor code improvements.