문제

How I can set shipping amount for each order items. In my cart, I set for each cart item one shipment but I don't know how I can save it and which model or table saved it?

도움이 되었습니까?

해결책

If you talking about Magento cart items shipping amount for each order items, then take a look on database table quote_shipping_rate and quote_address.

Magento2 does not save each item shipping price at any database table. On the fly means at code level depend on Shipping address/billing address total Shipping rate calculate and it sum save at quote_shipping_rate and `quote_address.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top