support

Change currency while viewing product refreshes to front page

Started by buddahboy, November 26, 2013, 10:46:39 AM

Previous topic - Next topic

buddahboy

Good Morning,

I have a few currencies listed on our site and noticed that when viewing a product and changing the currency from that product page refreshes and redirects to front page forcing the customer to return to the product he/she was looking at.  Site URL is www.VishwaGifts.com

Is there a setting that I am missing to allow for currency change and not being redirected? 

Thank you very much
Ron

eCommerce Core

Just noticed this post.

Problem related to SEO mode
Try following solution.

In file
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/controller/blocks/currency.php

Line 62:

'href'  => $this->html->getURL($rt, $URI.'&currency='.$result['code'],true)


Replace with :


'href'  => $this->html->getSEOURL($rt, $URI.'&currency='.$result['code'],true)


Similar will be in language selector.

buddahboy


Forum Rules Code of conduct
AbanteCart.com 2010 -