How can I convert my cart into a quote request?
To turn your regular shop cart into a quote request you can add the "Request quote" button to your cart template. Quotify will automatically create a new quote request based on the items in your cart.
Go to Sales Channels -> Online Store -> Themes and click Customize. Next choose the Cart Template:
Next, add the Button block to your theme:
The "Request Quote" button will turn your cart into a quote request:
If you want to manually trigger this action you can use the following snippet:
Go to Sales Channels -> Online Store -> Themes and click Customize. Next choose the Cart Template:
Next, add the Button block to your theme:
The "Request Quote" button will turn your cart into a quote request:
If you want to manually trigger this action you can use the following snippet:
<button
data-shop="{{ shop.metafields.quotify.shop_id }}"
data-quotify-convert-cart
>
Request Quote
</button>
Updated on: 08/02/2024
Thank you!