How to show bundle price on product page as bundle is built
Giftship will update the price of your product as it is being built if you add a line of code to your price element on your product page.
To do this, navigate to your product form file in your theme, and find the line which shows the product price. It may look like the below:
<div>{{ current_variant.price | money }}</div>
Change this element to include a data attribute as follows:
<div
data-giftship-bundle-total="{{ current_variant.price }}"
>
{{ current_variant.price | money }}
</div>
Giftship will now calculate the bundle price as it is being built, and show it to your customer.
Can't find the answer in our documentation?
Contact Support Showing Product Option Blocks Based on Customer Tags with the Hidden Input Block
Introduction to Product Options
Build a Product Options Set
Dynamic Display Logic in Product Options
Product Option Block: Upsells
Product Option Block: Gift Message
Product Option Block: Datepicker
Product Option Block: File Upload
Product Option Block: Inputs (Text, Number, Email, Phone, Textarea)
Product Option Block: Selections (Checkbox, Radio Button, Dropdown, Color Picker)
Product Option Block: Color Swatch
Product Option Block: Image Gallery
Showing Product Option Blocks Based on Product Variants with the Hidden Input Block
Edit Gift Messages etc on Multiship and Cart Page in Giftship
Styling you Product Options Image Row Upsell Components
Adding Bundles when a User Navigates to the Cart Page
How to show bundle price on product page as bundle is built
How To Implement Product Bundle Snippets With Handlebars.js Cart