newfold-labs / wp-module-ecommerce

Next-generation eCommerce Experience for WordPress sites at Newfold Digital.
GNU General Public License v2.0
9 stars 3 forks source link

Bugfix: Empty script being loaded from the e-commerce module #348

Closed aratidgr8 closed 1 month ago

aratidgr8 commented 1 month ago

Proposed changes

PRESS0-1968 : The Ecommerce module is loading the root plugin directory as a script. JIRA: https://jira.newfold.com/browse/PRESS0-1968

Removed

\wp_register_script(
  'nfd-ecommerce-dependency',
  NFD_ECOMMERCE_PLUGIN_URL,
  array_merge( $asset['dependencies'], array() ),
  $asset['version']
);

Instead registered, 'vendor/newfold-labs/wp-module-ecommerce/build/index.js' file.

Type of Change

Video

Checklist

Further comments