Options Price Add-ons - Draft Order
This page is dedicated to the options price add-ons that have draft orders enabled. If you have draft orders disabled, visit the following help documentation: Options Price Add-ons - Cart Product
How it works
As Shopify does not support dynamic prices natively, the app automatically creates a Draft order that contains a second product with the additional options prices when the user navigates to the checkout.
The second product does not exists on your store, it's only available in the draft order:
Limitations
The draft order process is simpler than adding a second product to the cart.
However, draft orders have the following limitations (which apply to all Shopify stores regardless of the app used):
- Checkout is only available in the main Shop currency.
- Express checkout on the cart page is not supported.
- Discounts cannot be added on the Checkout page. The app supports automatic discounts and will soon support adding discounts on the cart page.
- No abandoned cart emails.
- Custom products cannot have an image thumbnail.
Product price
Automatic
The app will automatically update the product price to include the options price.
Manual
In most cases this setup should not be required, but you can still provide a custom location for the updated product price by adding the data-live-price="{{ product.id }}" attribute on the product detail price element:
<span class="price-item price-item--regular" data-live-price="{{ product.id }}"> {{ price | money }} </span>
Cart price
Automatic
The app will automatically update the cart product price to include the options price. It also updates the cart total to include the options price:
Manual
To provide the manual locations of the cart item price and cart total visit: Manual theme selectors
Checkout
The Shopify checkout will list the second product with the options price right below the main product, and the options and the price of each option will be included in the description:
You can edit the name of the second product in the app Settings tab:
The image of the second product cannot be edited as this is a limitation of draft orders.
Automatic
Apps are not allowed to modify the checkout process unless the merchant is using Shopify Plus.
Manual
If you are on Shopify Plus, please reach out to us and we will help you out.