Where to find unminfied WooCommerce JS files?
-
Hi! …since WooCommerce has adopted the block system for the cart, checkout, etc. Some hooks have stopped working.
I would like to be able to add information under each shipping method. Previously I used to do the job the hook: “woocommerce_after_shipping_rate” …but now it doesn’t work. I think the code that now displays this information using blocks is in this file:
/woocommerce/assets/client/blocks/cart-blocks/order-summary-shipping-frontend.js
…this file is minified and absolutely obfuscated… I can’t find it on github either! Could you tell me where I can find it to understand how the shipping methods information is updated now and to be able to study how to add the auxiliary information dynamically?
Thanks in advance,
Carles Martin
- You must be logged in to reply to this topic.