Page 1 of 2

Help with account pages

Posted: Tue Aug 22, 2017 9:16 pm
by graphicvinylvision
Currently running Opencart 3.0.2.0.
The bottom of every account page says "Your shopping cart is empty!" Instead of the normal text associated with the page.
This is on the wishlist, order history, downloads, and every page that doesn't have any info.

Re: Help with account pages

Posted: Tue Aug 22, 2017 11:21 pm
by MarketInSG
Is this a website upgrade, or a new installation?

Re: Help with account pages

Posted: Sun Aug 27, 2017 4:41 pm
by dharam81
I get the same you shopping cart is empty on every page in account tab for example if download not associated for order instead of saying you don't not have downloadable product it says in account/download that your shopping cart is empty.
Seems like a big?

Re: Help with account pages

Posted: Sun Aug 27, 2017 11:00 pm
by MarketInSG
are you using any page cache extensions?

Re: Help with account pages

Posted: Mon Aug 28, 2017 1:14 am
by dharam81
I am using Journal theme with cache enabled

Re: Help with account pages

Posted: Mon Aug 28, 2017 2:41 am
by dharam81
but if I use default theme I get the same shopping cart message at every page too when I don't have any cache module

Re: Help with account pages

Posted: Mon Aug 28, 2017 3:40 pm
by MarketInSG
how about trying on a clean installation, does the issue persists? You may need to hire someone to look into it, or perhaps try starting on a clean installation if you have yet to perform much customisation to the website

Re: Help with account pages

Posted: Mon Aug 28, 2017 11:06 pm
by dharam81
actually mine was fresh installation of 3.0.2.0
I am still trying to fix the same no luck yet.

Re: Help with account pages

Posted: Thu Aug 31, 2017 11:04 pm
by MarketInSG
how about testing it on your local server? does the issue persists? or maybe a different browser? pretty weird for such a thing to be happening

Re: Help with account pages

Posted: Fri Sep 01, 2017 1:11 am
by dharam81
happens in all browser I tried.

couldn't test on local server as my site is live

Re: Help with account pages

Posted: Fri Sep 01, 2017 1:50 am
by dharam81
Hi MarketInSG ,

this seems fixed for me now as I am regular updating fixes from bug tracker.

not sure which one exactly fixed this but this is sorted for me.

thanks for your time though.

regards
DK

Re: Help with account pages

Posted: Fri Sep 01, 2017 3:09 am
by omass
Same problem here :( Everywhere "Your shopping cart is empty!" example on category pages, where no products (it suposed to be written "There are no products to list in this category."). How did you solve that? v3.0.2.0.

Re: Help with account pages

Posted: Sat Sep 02, 2017 9:35 am
by MarketInSG
I think he tried a clean installation again and it fixed the issue

Re: Help with account pages

Posted: Tue Sep 05, 2017 2:05 pm
by omass
Clean install does not help. Same issue. I am suprised that only few of us see this issue.

Re: Help with account pages

Posted: Wed Sep 06, 2017 2:25 am
by dharam81
Clean install have you tried v 3.0.2.0 or updated one direct from Github?

Re: Help with account pages

Posted: Wed Sep 06, 2017 3:32 am
by cyclops12
Yes i can confirm this is happening in default 3.0.2.0 on localhost as well.
It seems like the product/category.php language file is being overridden by either common/cart.php or checkout/cart.php

Re: Help with account pages

Posted: Wed Sep 06, 2017 3:32 pm
by omass
Finally more people see this issue. I did fresh install, by downloading 3.0.2.0 files directly from opencart. Not upgrading. And not on localhost. Uploaded to a running server as always.

Re: Help with account pages

Posted: Wed Sep 06, 2017 3:41 pm
by AlexChanHK
It happened may due to the variable of the text_empty of header and category file have some conflict.
This is my solution:
please try to go the main folder\catalog\language\en-gb\product\category.php and edit the this content.
text_empty to text_category_empty

And go to the main folder\catalog\view\theme\default\template\product\category.twig and edit the this content.
text_empty to text_category_empty

Also seen like Daniel had fixed in the master version.

Re: Help with account pages

Posted: Wed Sep 06, 2017 3:45 pm
by omass
Changing variables is not a sollution.

Re: Help with account pages

Posted: Wed Sep 20, 2017 4:06 am
by b4444
I've got same issue, ver. 3.0.2.0 :(
Temporary rename value name, it fix