https://wordpress.org/plugins/woocommerce/
以件數計算運費
50 + (10+ [qty]) // 意思是最低收費為: 1件是50+10; 2件是50+20; 如此類推
[fee percent=”10″ min_fee=”50″ max_fee=”200″] // 運費是貨物的10%, 最低50, 最高200
https://wordpress.org/plugins/woocommerce/
以件數計算運費
50 + (10+ [qty]) // 意思是最低收費為: 1件是50+10; 2件是50+20; 如此類推
[fee percent=”10″ min_fee=”50″ max_fee=”200″] // 運費是貨物的10%, 最低50, 最高200