Third party module with ajax reload affects widget_dom_id

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeThird party module with ajax reload affects widget_dom_id

This topic has been marked as resolved.

Hi guys,
I’m using Simple checkout & registration module

I have issue with it, it uses ajax reload and when reloads the data i’m getting this error:

Uncaught Error: Syntax error, unrecognized expression: #{{widget_dom_id}} jquery.min.js:2

I tried everything but I can’t fix it at all.. I asked the module creator for fix and waiting for his email.

Regards,
Hristo

November 10, 2014 at 12:09 am #34188

Could you try the following:

Open tb_themes/pavilion/catalog/plugin/LayoutBuilderPlugin.php, find and remove this code fragment:

        if (TB_RequestHelper::isAjaxRequest()) {
            return;
        }

Please, share if this solves your issue.

Regards,
ThemeBurn team

November 10, 2014 at 9:55 am #34191

I solved the issue in other way:

In simple registration & checkout module follow this:
Integration -> Javascript -> add this code in textarea: tbCreateDialog($(‘a.colorbox’));
In this way the code will be reloaded after every ajax refresh of the module.

Thank you.

November 10, 2014 at 4:14 pm #34209

Can you send us per email the Simple checkout & registration module you mentioned ? We would like to test and apply general fix to our theme if possible.

Regards,
ThemeBurn team

November 12, 2014 at 12:39 pm #34255
  • This reply was modified 3451 days ago by  HristoL.
November 14, 2014 at 3:19 am #34324

We removed it from the post.

Thanks!

Best,
TB team

November 15, 2014 at 3:30 pm #34393
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.