Alexandre Beaujour
Alexandre Beaujour
@coreymckrill up
@coreymckrill up
@coreymckrill did you have the meetup ?
Hi @coreymckrill , I updated the PR but I cannot think of a way to test this as woocommerce won't use `window.wcOrderMetaBoxes` but it's only there for third party plugin....
@coreymckrill Ok I anderstand now. Yes I think it would be sufficient. I will try your code (and update it if needed) and provide the steps to reproduce.
Hi @coreymckrill Sorry for the late answer I was busy. So I modified your code to add a 2nd button to show the difference. Here is the code snippet: https://gist.github.com/Lenny4/448cc3894b940d3877f02754a9893cdf...
Hi @coreymckrill, Is my PL good or do I need to do something else ?
Hi @coreymckrill Sorry for the slow answer Something like this ? ```javascript window.addEventListener('wc_meta_boxes_order_init', (e) => { wc_meta_boxes_order.init() }); window.addEventListener('wc_meta_boxes_order_items_init', (e) => { wc_meta_boxes_order_items.init() }); window.addEventListener('wc_meta_boxes_order_notes_init', (e) => { wc_meta_boxes_order_notes.init() });...
Do I open another Pull request ?
@paquettg up