- Posts: 14
- Thank you received: 0
problem with shopping cart module
- johnpeter001
-
Topic Author
- Offline
If you go to checkout page by clicking "process to checkout", and delete the item inside the checkout page, when you have more than 2 items, you delete one, you stay on checkout page, when your cart is empty, then it will jump back to the main "store" page. So it seems like the delete button works fine inside the checkout page but not in the shopping cart module. Can someone help me with this issue, I was looking all over the setting, configuration, module setting, menu setting, but didn't find the solution, thank you very much.
PS: I tried it on 3 different browsers, on IE9 and chrome, after delete, it will bring me to the "product/updatecart" page, on firefox 16.0.2, after delete, it will stay on the same page but won't jump to main "store" page, thank you.
the website link is: www.biovoyage.org/store
Please Log in or Create an account to join the conversation.
- johnpeter001
-
Topic Author
- Offline
- Posts: 14
- Thank you received: 0
Now it jumps into "product/updatecart" page again without me doing anything.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- johnpeter001
-
Topic Author
- Offline
- Posts: 14
- Thank you received: 0
Xavier wrote: Can you give us screenshots of your module configuration and your checkout configuration please ?
No problem, thank you for your time, Xavier, below are some screenshots, for some reasons, my checkout configuration panel push really far to the right, so I have to take 2 screenshots for the checkout configuration, for "URL where to redirect when the cart is empty", I am using the link for the main store page, thank you very much.
Please Log in or Create an account to join the conversation.
- johnpeter001
-
Topic Author
- Offline
- Posts: 14
- Thank you received: 0
Xavier wrote: Can you give us screenshots of your module configuration and your checkout configuration please ?
I tried the module again today, without change anything to the Hikashop setting(or Joomla itself), now if I delete the item from module, it will stay on the same page instead of going to "product/updatecart" page, but sometimes it will start to jump to "product/updatecart" page again, so I am not sure if it is some other plugin or module that is causing the problem.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- johnpeter001
-
Topic Author
- Offline
- Posts: 14
- Thank you received: 0
Xavier wrote: Do you have the latest version of HikaShop from our website ?
Hi, Xavier, yes, I downloaded the newest version(2.0.0 stable) from HikaShop download page, and when I hit the "update/about", it shows "You have the latest stable version : 2.0.0", thank you.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- johnpeter001
-
Topic Author
- Offline
- Posts: 14
- Thank you received: 0
Xavier wrote: Could you give us a backend access and a ftp acces ?
Hi, Xavier, I wish I can give you those information, but I am a web designer work for the website, and I am not allow to give out those info, since the issue I had is kind of fixed by itself, I will just stay the way it is for now, thank you for all your helps and responses.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I can't reproduce the problem on my end, could you give me backend & ftp access ?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
By default the sef is with "-" instead of your "_", and the problem come from here.
Try to change the configuration of sh404sef to use "-".
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
The problem come from your JRoot, a url with "www" is returned, or the base url given by Joomla is without the "www", so the line:
Try to see where the "www" are added to the url, and don't add them.
To find the previous line, go in the file "components/com_hikashop/controllers/product" in the function "updatecart".
Please Log in or Create an account to join the conversation.
Update:
It's fixed. We noticed in the configuration.php file we had the live site as basketbox.com and we added www to this with the SEO redirect enforced.
Please Log in or Create an account to join the conversation.