Closed zliu1020-zz closed 5 years ago
This bug has been reported from three different sources: Michael Wolz, One Rockwell and Pointer.
Merge the child line item into the parent line item only when:
In this example both have the same price
In this example they have different prices
Closes: https://github.com/Shopify/shopify_transporter/issues/123
🎩 looks like this solves @michaelwolz's issue properly. (https://github.com/Shopify/shopify_transporter/issues/123)
This bug has been reported from three different sources: Michael Wolz, One Rockwell and Pointer.
What it does and why:
Merge the child line item into the parent line item only when:
Checklist:
Demo:
When a configurable line item and a simple line item with 0 price share the same sku, they are combined into one line item:
When two configurable line items share the same sku, they will not be merged:
In this example both have the same price
When two simple line items share the same sku, they will not be merged:
In this example they have different prices
When a configurable line item and a simple line item with positive price share the same sku, they will not be merged:
Related issues:
Closes: https://github.com/Shopify/shopify_transporter/issues/123