- Posts: 110
- Thank you received: 4
Share Button on Wishlist "mirroring" the Wishlist instead of sharing it
3 years 1 month ago #354038
by mike
-- HikaShop version -- : 4.7.5
-- Joomla version -- : 4.3.3
-- PHP version -- : 8.0.28
-- Browser(s) name and version -- : Firefox Developer Edition 117.0b1 (64-Bit)
-- Error-message(debug-mod must be tuned on) -- : see Attached Picture
Hello
Since the latest update of HikaShop and Joomla i have the Problem, that the "Share" Function in the Wishlist opens a little window, but instead i can send e.g. an EMail it's just the Whishlist again, with all the wishlist buttons. You can press there "share" again and then you got the same inside. It's like a mirror that goes deeper and deeper.
I had modifications on the share.php (removed 2 columns) with View Builder but reverted that and it still doesn't work.
What could be the problem?
Thank you and best
Michael
-- Joomla version -- : 4.3.3
-- PHP version -- : 8.0.28
-- Browser(s) name and version -- : Firefox Developer Edition 117.0b1 (64-Bit)
-- Error-message(debug-mod must be tuned on) -- : see Attached Picture
Hello
Since the latest update of HikaShop and Joomla i have the Problem, that the "Share" Function in the Wishlist opens a little window, but instead i can send e.g. an EMail it's just the Whishlist again, with all the wishlist buttons. You can press there "share" again and then you got the same inside. It's like a mirror that goes deeper and deeper.
I had modifications on the share.php (removed 2 columns) with View Builder but reverted that and it still doesn't work.
What could be the problem?
Thank you and best
Michael
Please Log in or Create an account to join the conversation.
3 years 1 month ago #354072
by nicolas
Replied by nicolas on topic Share Button on Wishlist "mirroring" the Wishlist instead of sharing it
Hi,
Thank you for your feedback. We modified the URLs there to better manage the menu item being used and we made a typo for the URL of the popup while doing that.
Change the line:
to:
in the file components/com_hikashop/views/cart/view.html.php and it will fix the problem.
We've also included that patch on our end. So you can also download again the install package of the 4.7.5 on our website and install it on yours to get the patch.
Thank you for your feedback. We modified the URLs there to better manage the menu item being used and we made a typo for the URL of the popup while doing that.
Change the line:
Code:
'url' => hikashop_completeLink('cart&task=share=&cart_id='.$cart->cart_id.'&Itemid='.$Itemid, true),
Code:
'url' => hikashop_completeLink('cart&task=share&cart_id='.$cart->cart_id.'&Itemid='.$Itemid, true),
We've also included that patch on our end. So you can also download again the install package of the 4.7.5 on our website and install it on yours to get the patch.
The following user(s) said Thank You: mike
Please Log in or Create an account to join the conversation.
3 years 1 month ago #354149
by mike
Replied by mike on topic Share Button on Wishlist "mirroring" the Wishlist instead of sharing it
I've updated again to 4.7.5 and it worked perfectly fine! Thank you
The following user(s) said Thank You: nicolas
Please Log in or Create an account to join the conversation.
Time to create page: 0.213 seconds