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 Retrieve B2B Saved Addresses in Multiship
Map Additional Details to ShipStation
Drawer Cart: Automatically Clear Datepicker After X Hours
Automatically Add Upsell (e.g. Insurance) in Drawer Cart
Disable Multiship Call to Action in Drawer Cart for Certain Product Types
How to Add Product Bundles Manually to Cart
Google Font Real-Time Personalizer
Remove Blocks Based on Country
Remove British Forces from Multi-Address Modal
How to Add Custom Scripts to Multiship
Conditionally Showing Datepicker Blocks Based on Product Types in Cart Using the Hidden Input Block
Showing Product Option Blocks Based on Customer Tags with the Hidden Input Block
Event API Example: Automatically Add an Ice Pack to Each Shipment in the Multiple shipping Address Process
Drawer Cart CSS Styling Options
Javascript Event API
Showing Product Option Blocks Based on Product Variants with the Hidden Input Block
Edit Gift Messages etc on Multiship and Cart Page in Giftship
How to show bundle price on product page as bundle is built
Conditionally Hide Giftship Options Based on Your Carts Contents
Giftship Checkout API ⚒️