Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

improved layered navigation and Mturbo
(1 viewing) (1) Guest
Support forum for customers who have purchased this product. Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1

TOPIC: improved layered navigation and Mturbo

improved layered navigation and Mturbo 11 years, 5 months ago #34082

We have a shop

We use here the extention 'improved layered navigation'

with mturbo on all the url's in the shop are created perfect.
only the url's from 'improved layered navigation' not.

Without M-turbo the url's created are:

zoekresultaten/autoradio_s_2din.html

with mturbo on:

zoekresultaten/autoradio_s_2din.html?___store=english

here is the storeview included.

How can we solve this.
The topic has been locked.

Re: improved layered navigation and Mturbo 11 years, 5 months ago #34096

  • jich
  • OFFLINE
  • Posts: 254
Dear rpijnaker,

We do not support the compatibility with 3rd party extensions. Param '___store=english' is the standard parameter which is added when user switch from one store to each other. However, you can try to edit file 'app/code/local/Artio/MTurbo/Helper/Urlparams.php' about line 40, replace

function cleanQueryParams()
{
$this->moveAndUnset(self::NOCACHE);
$this->moveAndUnset(self::DYNAMIC_BLOCK);
}
 


by

function cleanQueryParams()
{
$this->moveAndUnset(self::NOCACHE);
$this->moveAndUnset(self::DYNAMIC_BLOCK);
$this->moveAndUnset('___store');
}
ARTIO Support Team
The topic has been locked.
  • Page:
  • 1
Moderators: pedu
User Login Empty