Although I tried and tried, I could not get a download to show after completing Free Checkout. Then I noticed:
After logging in as Returning Customer, Add an item to the cart, then go to Downloads link. It says "Your shopping cart is empty!".
1. That's not correct, and 2. Shouldn't it say "You have no downloads.."?
No OC versions provided.
As for the text_empty, it would rather display:
Although, the reason it doesn't is because a product has been added to the cart and Opencart uses the site body to add a product. Since the removal keys of the text definitions from the controllers, Opencart takes the last passed definition entry which then outputs: Your shopping cart is empty! message instead.
If the language text definition would of remained in those controller files as they were supposed to in the first place, the right 'text_empty' key from the languages would be displayed instead.
As for the text_empty, it would rather display:
Code: Select all
You have not made any previous downloadable orders!
If the language text definition would of remained in those controller files as they were supposed to in the first place, the right 'text_empty' key from the languages would be displayed instead.

Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
This is a bug common to some OpenCart 3.0 pages. You can usually fix it by adding this line in the controller file:
I suspect it'll be fixed in a future update of 3.0.
Code: Select all
AFTER THE FIRST INSTANCE OF:
$this->load->language(
ADD:
$data['heading_title'] = $this->language->get('heading_title');
I suspect it'll be fixed in a future update of 3.0.
Who is online
Users browsing this forum: No registered users and 4 guests