Don't work Quick View

ThemeBurn SupportForumsOpenCart ThemesKiddos OpenCart ThemeDon't work Quick View

This topic has been marked as resolved.

Can you help me to fix Quick view?

September 14, 2017 at 5:03 pm #61610

Hi,

There is some redirection that breaks the Quickview feature. Do you use some third party SEO extension, or modified htaccess?

BR,
ThemeBurn team

September 18, 2017 at 9:54 am #61665

Hi!

Yes, I use the SeoPro module. It creates unique addresses that I write in a special SeoUrl field for products and categories. How can I solve this problem? It’s work with Deauflt Seo, but Deafult Seo is not a good option for a store.

  • This reply was modified 2411 days ago by  kudimas.
September 19, 2017 at 4:18 pm #61719

Hi,

We will made one more check if we could somehow make our Quickview option compatible with SEO Pro. Thank you for your patience.

BR,
ThemeBurn team

September 25, 2017 at 12:14 am #61786

Hi!
Guys, I found your SEO module in the settings. It’s just brilliant! Why did not you say so once? This is the best theme! Many thanks! You are best!

  • This reply was modified 2380 days ago by  kudimas.
October 20, 2017 at 6:21 pm #62112

I use Burnengine theme and had the same problem. You need to:

1) Open catalog/controller/startup/seo_pro.php

2) Find

if (isset($this->request->get['route']) && $this->request->get['route'] == ‘error/not_found’) {
    return;
}

3) Insert right afterwards:

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

Now it works.

October 22, 2017 at 10:59 am #62120

Thank you! Where are you from?

October 24, 2017 at 12:00 am #62152

@serenya04

Thanks for sharing your modification!

BR,
ThemeBurn team

October 24, 2017 at 12:24 am #62154
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.