Magento 1.9.1.0 – How to Change Cart URL to Direct to OnePage Checkout

ce-1.9.1.0onepage-checkoutshopping-cart

Magento 1.9.1.0

In header i have the shopping cart displaying:

an icon (which links to domain.nl/checkout/cart)
the link saying: x item(s) which also links to that url

but, when hovering over these 2 it shows a small dropdown with the cart contents and in it is a button "checkout"

that links to domain.nl/checkout/onepage …

What file would i need to edit to change that url also to domain.nl/checkout/cart and it would be great if anyone could also tell me which line to edit

Because many people seem to click checkout, therefore missing the opportunity to check cart contents and entering discount code.

site can be found here

Best Answer

You have use a theme. If this theme is develop basic of magento RWD theme ,then you can get this link at

app/design/frontend/YourPackage/Your Theme/checkout/cart/minicart/items.phtml

The function getCheckoutUrl() is generate the url;

If you does not find that theme need enable template hint

Related Topic