我正在使用Woocommerce混搭插件,我想将商品数量移动到子商品标题上方。
我尝试使用remove_action和add_action并更改了订单号。我可以取消价格,但是当我尝试将其重新添加到其他位置时,则会导致所有产品消失。
add_action('woocommerce_mnm_child_item_details', 'wc_mnm_template_child_item_quantity', 30);```
Quantity gets removed and I would like to have it placed above title (* @hooked wc_mnm_template_child_item_title - 50)