- Posts: 14
- Thank you received: 0
AddToCart doesnt work
15 years 10 months ago #1507
by johnchr
AddToCart doesnt work was created by johnchr
After you hit Add To Cart Button, it shows only a blank page. Here is a link to the website:
www.temay.net/index.php?option=com_hikas...y_pathway=12&lang=en
Please Log in or Create an account to join the conversation.
15 years 10 months ago #1513
by nicolas
Replied by nicolas on topic Re: AddToCart doesnt work
I just tried and didn't get a blank page.
Though, I noticed that the redirection URL contained & instead of &. Maybe that could be related. To fix that you need to have the version 1.3.5 and change the file components/com_hikashop/views/product/view.html.php and change the code
to
near line 690
Though, I noticed that the redirection URL contained & instead of &. Maybe that could be related. To fix that you need to have the version 1.3.5 and change the file components/com_hikashop/views/product/view.html.php and change the code
Code:
return hikashop::completeLink('checkout'.$url_itemid);
Code:
return hikashop::completeLink('checkout'.$url_itemid,false,true);
Please Log in or Create an account to join the conversation.
15 years 10 months ago #1515
by johnchr
Replied by johnchr on topic Re: AddToCart doesnt work
done that and still getting a blank page on add to cart.
Please Log in or Create an account to join the conversation.
15 years 10 months ago #1517
by johnchr
Replied by johnchr on topic Re: AddToCart doesnt work
errr. it works on IE. maybe i need to clean my cookies on Mozilla. Now, the my account/My cart is not displayed anywhere.
Please Log in or Create an account to join the conversation.
15 years 10 months ago #1519
by nicolas
Replied by nicolas on topic Re: AddToCart doesnt work
It works on all the browsers I tried...Probably a problem of cookies/session/cache or something.
Please Log in or Create an account to join the conversation.
15 years 10 months ago #1523
by johnchr
Replied by johnchr on topic Re: AddToCart doesnt work
How can I add "My account"&"My Cart" Menu?
Please Log in or Create an account to join the conversation.
15 years 10 months ago #1525
by nicolas
Replied by nicolas on topic Re: AddToCart doesnt work
Go to the joomla menu manager and add a menu of type HikaShop. There you can select the user cpanel layout for My Account or the checkout layout for the My cart menu.
Please Log in or Create an account to join the conversation.
15 years 10 months ago #1526
by johnchr
Replied by johnchr on topic Re: AddToCart doesnt work
Thank you very much.
Please Log in or Create an account to join the conversation.
Time to create page: 0.206 seconds