Post by qtwrk » Wed May 24, 2017 7:27 am

Hi , I am on 2.3.0.2 , and I got Ajax quick checkout , I feel with AQC , cart page (/index.php?route=checkout/cart) is no longer needed.

but in header and lot of places still shows cart page link,

so what I want to do is, when browser navigate to cart page , it will be redirected into checkout page (index.php?route=checkout/cart)

I tried few htaccess rewrite rule i found in internet , but neither no effect or just give me internal error 500.

any other way I can make it happen ?
or did I just miss something important about cart page ? I only do local business , so shipping estimates doesn't do me any good.

any help would be much appreciated.

New member

Posts

Joined
Tue Dec 09, 2014 5:21 am

Post by Johnathan » Wed May 24, 2017 10:28 pm

You could do it with Redirect Manager, or you could do it yourself with htaccess if you can get the right redirect format. It would likely be something like this:

Code: Select all

RewriteCond %{QUERY_STRING} ^route=checkout/cart$
RewriteRule ^(.*)$ https://www.yourdomain.com/index.php?route=checkout/checkout [R=301,L]

If that doesn't work you may need to go with my extension, or ask your web host if they can assist with the htaccess rule.

Image Image Image Image Image


User avatar
Administrator

Posts

Joined
Fri Dec 18, 2009 3:08 am

Who is online

Users browsing this forum: No registered users and 48 guests