After adding an item to a shopping cart, it gives two options: "continue shopping" or "go to shopping cart". So if "go to shopping cart" is chosen, it opens in a new window. How to fix that? I would like to keep it in the same window. Thanks.
Solved! Go to Solution.
Your shopping cart link may set target=”_blank”. Please enable the template path hints and check the specific template for your block and remove target=”_blank”.
To enable template path hints navigate to Magento backend system->configuration->developer and select specific store view and go to Debug and set ‘Yes’ to Enable Template path hints.
Your shopping cart link may set target=”_blank”. Please enable the template path hints and check the specific template for your block and remove target=”_blank”.
To enable template path hints navigate to Magento backend system->configuration->developer and select specific store view and go to Debug and set ‘Yes’ to Enable Template path hints.