How to display woocommerce subtotal of items only, before shipping or tax, on order detail page -


with plugins off , checking every setting, can't subtotal items on order details page. mine shows as:

line item 1 $50 line item 2 $60 priority mail $10 --------------------- discount $0 shipping $10 order total $120 refunded -$0 

however need order item subtotal:

line item 1 $50 line item 2 $60 order item subtotal $110 priority mail $10 --------------------- discount $0 shipping $10 order total $120 refunded -$0 

to declare order value when shipping, have take order total, subtract shipping, enter value on shipping form. shouldn't there order item subtotal? i've shut off plugins , checked settings, don't have one. know?


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -