Order ID: #%s #2
Shouldn't that resolve to the invoice prefix? What is this %s, is that a variable that should have been resolved?
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
Only German Language extension installed.
When customers goes to Account, Order History, Order Information this is shown:
Account
Order details
Order ID: #%s #10
Date Added: 23/11/2017
find:
Code: Select all
$_['text_order_id'] = 'Order ID: #%s';
Code: Select all
$_['text_order_id'] = 'Order ID: # %s';
It won't fix the issue for your past orders but should fix the issue for future orders.
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
Order Details
Order ID: # %s #11
Date Added: 23/11/2017
Where does that additional %s come from?
Here is the code line:
Code: Select all
$_['text_order_id'] = 'Order ID: # %s';
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
Order Details
Order ID: #11
Date Added: 23/11/2017
Code: Select all
$_['text_order_id'] = 'Order ID:';
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
Order Details
Order ID: #13
Date Added: 23/11/2017
And after changing the credit.php and reward.php also older orders are now shown correctly! The old ones are dynamically updated!
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
Continued instructions on this topic from / on the 2nd post: viewtopic.php?f=201&t=199919
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
Users browsing this forum: No registered users and 29 guests