Hi there
Within "My Account", "Wish List", "Address Book", "Downloads", ... all are empty (which is correct) and all sites show the correct head line. BUT: All sites say: "Your shopping cart is empty!"
I checked the language files. The correct phrase is in there for each site...
Any idea what could possibly cause such behavior?
Thanks,
Mike.
Within "My Account", "Wish List", "Address Book", "Downloads", ... all are empty (which is correct) and all sites show the correct head line. BUT: All sites say: "Your shopping cart is empty!"
I checked the language files. The correct phrase is in there for each site...
Any idea what could possibly cause such behavior?
Thanks,
Mike.
Followed is a solution to fix this issue: viewtopic.php?f=202&t=200617#p707947
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Thanks for your reply.
I followed the instructions and added the line of code into category.php, search.php, special.php and manufacturers (found in \catalog\controller\product\). Subsequently, I cleared the cache from witihin the admin's dashboard.
Unfortunately, nothing changed. The issue still exists.
Am I missing a step?
The link you provided suggests "refreshing opencart modification afterwards". I am not sure what is meant by this.
Thanks.
I followed the instructions and added the line of code into category.php, search.php, special.php and manufacturers (found in \catalog\controller\product\). Subsequently, I cleared the cache from witihin the admin's dashboard.
Unfortunately, nothing changed. The issue still exists.
Am I missing a step?
The link you provided suggests "refreshing opencart modification afterwards". I am not sure what is meant by this.
Thanks.
Also clear your cache from your admin - > extensions - > modifications - > refresh button.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Ensure your system/storage folder is located outside your public_html and to modify your config.php and admin/config.php file for your new DIR_STORAGE as well as editing your .htaccess file by removing the ^system/storage's entire line . Then, re-clear your entire OC cache.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Ensure your storage folder has writable access with recursive settings from at least 0755.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
This is also the case. But nevertheless: The issue remains. :-(
I just installed a fresh version of OC 3.0.1.1 which runs without this problem.
I just installed a fresh version of OC 3.0.1.1 which runs without this problem.
I had the same widespread issue as original poster. Your fix works for me for most locations, but not for "Wishlist" and "Address Book". Does anyone know what files need to be modified to keep the "Your shopping cart is empty" message from appearing in an empty wishlist or address book?
Hi guys!! Go to system/config/catalog.php.
Change:
To:
Solved the problem in this way 
Change:
Code: Select all
'controller/*/after' => array(
'event/debug/after'
)
Code: Select all
'controller/*/after' => array(
0=> 'event/language/after',
1=> 'event/debug/after',
)

Last edited by straightlight on Sun Apr 26, 2020 1:04 am, edited 1 time in total.
Reason: Added code tags.
Reason: Added code tags.
Who is online
Users browsing this forum: No registered users and 143 guests