magesuite / theme-creativeshop

Open Software License 3.0
38 stars 24 forks source link

checkout page is broken #77

Closed Green2Matter closed 3 years ago

Green2Matter commented 3 years ago

Fresh new installation of Magento 2.4.2. I've installed Magesuite and created test product. When I wanted to do a checkout - /checkout/ page doesn't load (while in Luma it does). I receive following error in Chrome and Safari:

widget.min.js:14 Uncaught TypeError: base is not a constructor
    at Function.$.widget (widget.min.js:14)
    at validation-ext.min.js:2
    at 68f60eeb1372fc427b49ad7bbed69653.min.js:140
    at Array.forEach (<anonymous>)
    at applyMixins (68f60eeb1372fc427b49ad7bbed69653.min.js:140)
    at 68f60eeb1372fc427b49ad7bbed69653.min.js:141
    at Object.execCb (68f60eeb1372fc427b49ad7bbed69653.min.js:112)
    at Object.context.execCb (resolver.min.js:12)
    at Module.check (68f60eeb1372fc427b49ad7bbed69653.min.js:56)
    at Module.<anonymous> (68f60eeb1372fc427b49ad7bbed69653.min.js:72)

How to troubleshoot it and/or rectify it?

ggm-dev commented 3 years ago

Have a look at this ticket - https://github.com/magesuite/theme-creativeshop/issues/58

I solved issue by disabling dotdigital sms module.

Cheers David

Green2Matter commented 3 years ago

Have a look at this ticket - #58

I solved issue by disabling dotdigital sms module.

Cheers David

Thanks David! This workaround (bin/magento module:disable Dotdigitalgroup_Sms) has solved an issue. I'm not sure I'll be using Dotdigital at all but hopefully they will come up with fix...