when a customer goes to my storehttp://store.ambassadorfamily.com
if they click Basket from top menu or view cart from the left hand side after adding an item it goes no where
also how would my customers remove an item or adjust quantities from the cart once added
do i have something not linked right?
TIA for any help
-Joe
if they click Basket from top menu or view cart from the left hand side after adding an item it goes no where
also how would my customers remove an item or adjust quantities from the cart once added
do i have something not linked right?
TIA for any help
-Joe
I think you have an htaccess problem.
I had a similar situation on a windows server.
It probably works fine with URL Alias turned off.
I had to use this RewriteRule to correct it with all versions of opencart.
I had a similar situation on a windows server.
It probably works fine with URL Alias turned off.
I had to use this RewriteRule to correct it with all versions of opencart.
Code: Select all
RewriteRule ^(.*) index.php/$1 [L,QSA]
Brent
I would be inclined to agree with bthirsk and turn URL aliasing off.
Since "Basket" hasn't been used since version 0.7.7 (it was changed to "Cart" from 0.7.8 onwards), I would also highly recommend upgrading your OpenCart installation to the latest version (0.7.9).ambassador wrote: ... if they click Basket from top menu ...
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
I turned off aliasing and its all good
What does Aliasing do for me?
Do i need it?
will i miss it?
is there a workaround to keep it?
What does Aliasing do for me?
Do i need it?
will i miss it?
is there a workaround to keep it?
Who is online
Users browsing this forum: No registered users and 0 guests