original_route in url (WTF?)

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart Themeoriginal_route in url (WTF?)

This topic has been marked as resolved.

The transition to a category from the main menu get url of this type
http://ruopencart.loc/women/shoes-women/krossovki-wm/?original_route=women/shoes-women/krossovki-wm/

This makes the Pavilion theme?

OpenCart 2.0.1.1 and install SEO_PRO by russian developers from https://github.com/rb2/opencart-seopro

February 19, 2015 at 3:16 pm #38477

Problem solved, my russian friend, rb2 (developer seopro for oc2011), written small fixed for seopro.

Now SeoPRO is compatible with Pavilion Theme :)

Topic can be closed :)

February 21, 2015 at 5:50 pm #38531

Hi,

Will be grateful, if you share the compatibility fix here as well :)

Thanks,
ThemeBurn team

February 23, 2015 at 12:30 pm #38583

Sure :)
1. Open file `catalog/controller/common/seo_pro.php` (seopro by rb2)
2. Go to 51 line
3. Paste this code


if(isset($this->request->get['original_route'])) {
      unset($this->request->get['original_route']);
    }

4. PROFIT :)

February 23, 2015 at 3:01 pm #38600

Thanks for the share :)

BR,
ThemeBurn team

February 27, 2015 at 4:49 pm #38767
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.