Mini-cart bug in block support
-
Line 119 of includes/class-wc-gateway-eway-blocks-support.php is
WOOCOMMERCE_GATEWAY_EWAY_URL . '/build/index.js',
But there’s no “build” directory. The correct line would be
WOOCOMMERCE_GATEWAY_EWAY_URL . '/client/blocks/index.js',
Please fix this as soon as possible.
But even with this line fixed, the correct file retrieved, and the mini-cart showing, the browser console shows this message:
Uncaught SyntaxError: Cannot use import statement outside a module (at index.js?ver=3.6.2:4:1)
I’m not sure what this causes, but please look into this too.
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Mini-cart bug in block support’ is closed to new replies.