Articles on: Quotify

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:


Cart Template

Next, add the Button block to your theme:


Add button block to cart template

The "Request Quote" button will turn your cart into a quote request:

Turn cart into 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

Was this article helpful?

Share your feedback

Cancel

Thank you!