Skip to main content
All CollectionsHelp Articles for New UIWelcome
How Options with Costs are Displayed on the Product, Cart & Checkout
How Options with Costs are Displayed on the Product, Cart & Checkout

Displaying option cost

Cristal avatar
Written by Cristal
Updated this week

When your setup is complete on the Premium Plan, Product Customizer will display pricing changes on the product page.
​

For options that have a price for "completion" (single-line text, paragraph text, file upload etc.), the price for entering the option will be displayed next to the label.

For options that have a price for a "choice" (dropdowns), the price is displayed next to the choice to which it relates.
​

A "Customizations" total is displayed on the product page below these options.

When you move forward with the order from the product page to the cart page, Product Customizer will display options prices on the cart, and at checkout.

On the cart pages, option prices will be added through the app customization product, the page will load for second (to ensure the correct price is add to the order) and the total price for the line item is automatically changed to reflect the product price + customizations price.

Behind the scenes, we have to take a few steps to do this:
​

  1. We use a hidden "Item customizations" product to add fees to your cart. Shopify does not provide any way to add fees or additional costs to a cart, so we need a product with a price to do this unfortunately.

  2. This item is set at $0.01 (or whatever your currency is) so that you can add any price for an option, and we just adjust the quantity (ie $5 = 500 of the $0.01 item). Otherwise, we would need tons of these hidden products to add unique fees, which would clutter up your product management considerably.

  3. Our app's scripts hide this "fee" product throughout your product pages, collections, cart, etc. to make it look like option costs are part of your regular product.

However, on checkout, our app's scripts cannot run (unless you are a Shopify Plus enterprise merchant). This is because your checkout page is hosted by Shopify, not on your store's domain, and to be secure, Shopify doesn't not allow any third-party scripts or code to run on this page.

As a result, we cannot modify or "hide" the way your "Item Customizations" product is displayed as we can on your cart page. The customizations will be listed as a separate "product" with the total cost of the customizations separated from the product's base cost.

Unfortunately, there is no way for us to change this from our app, as none of our code can run on your checkout page. We will always group item customizations with the product they're associated with, but this is as far as our modifications can go for the checkout page. If this changes in the future to allow external scripts, we will absolutely update our app to hide the "Item Customizations" product here as well, but it currently cannot be done.

If you are using a Shopify Plus enterprise-level plan, please via email or live chat, and we will gladly modify the checkout.liquid template for you. This would act comparably to our cart template modifications to hide the hidden pricing product.

Did this answer your question?