- Posts: 173
- Thank you received: 8
Wishlist showing as a cart when not logged in...
13 years 10 months ago - 13 years 10 months ago #75692
by ianspeed
Wishlist showing as a cart when not logged in... was created by ianspeed
Hi Nicolas, hope you are well...
Have just had to put a site live on the Hikashop business package...
Unfortunately I think there may be a problem with the wishlist, as it shows cart in the heading when you display wishlist and ask you if you want top add from cart to wishlist...If you log in as admin it seems to be fine..sometimes.
Also, when drilling down through categories the breadcrumb gets broken after entering the sub category...Which means the user has to go back up two pages on the breadcrumb to get back to where they were. Any Ideas how to get around this?
Thanks
Ian
Have just had to put a site live on the Hikashop business package...
Unfortunately I think there may be a problem with the wishlist, as it shows cart in the heading when you display wishlist and ask you if you want top add from cart to wishlist...If you log in as admin it seems to be fine..sometimes.
Also, when drilling down through categories the breadcrumb gets broken after entering the sub category...Which means the user has to go back up two pages on the breadcrumb to get back to where they were. Any Ideas how to get around this?
Thanks
Ian
Last edit: 13 years 10 months ago by ianspeed. Reason: typo
Please Log in or Create an account to join the conversation.
13 years 10 months ago #76061
by Xavier
Replied by Xavier on topic Wishlist showing as a cart when not logged in...
Hi,
Thanks for the report, to correct the wishlist display when not logged in, can you edit the file: "components/com_hikashop/views/cart/view.html.php" in the function "showcart()" add the line:
Before:
Concerning the breadcrumbs, that's because you are using the "Simplified breadcrumbs", disable this option in HikaShop > Configuration > Main.
Thanks for the report, to correct the wishlist display when not logged in, can you edit the file: "components/com_hikashop/views/cart/view.html.php" in the function "showcart()" add the line:
Code:
JRequest::setVar('cart_type',$cart_type);
Code:
$module = hikashop_get('helper.module');
Concerning the breadcrumbs, that's because you are using the "Simplified breadcrumbs", disable this option in HikaShop > Configuration > Main.
The following user(s) said Thank You: ianspeed
Please Log in or Create an account to join the conversation.
13 years 10 months ago #76226
by ianspeed
Replied by ianspeed on topic Wishlist showing as a cart when not logged in...
Thanks Xavier,
Just one question? When you select send by email, is there a plan to allow an email address entry to send the link directly without having to copy and paste the link in manually in to an email?
Thanks
Ian
Just one question? When you select send by email, is there a plan to allow an email address entry to send the link directly without having to copy and paste the link in manually in to an email?
Thanks
Ian
Please Log in or Create an account to join the conversation.
13 years 10 months ago #76321
by Xavier
Replied by Xavier on topic Wishlist showing as a cart when not logged in...
Hi,
Actually it's not possible, but I add it on the TODO list.
I think that this feature will be more user friendly.
Actually it's not possible, but I add it on the TODO list.
I think that this feature will be more user friendly.
The following user(s) said Thank You: ianspeed
Please Log in or Create an account to join the conversation.
Time to create page: 0.182 seconds