Manual Installation
For themes that do not support app blocks
Requires editing of theme files and knowledge of HTML
Insert the following code snippet into your theme's cart page template to add the quote request button to your cart
- Navigate to online store > themes
- Select "..." button and select Edit Code
- Use the filter files field to search for your cart pages by entering "cart" into the search field
- look for the file that contains the checkout buttons for the cart. The file usually named something similar to "main-cart-footer.liquid", "main-cart.liquid", "cart.liquid". All themes are different, so the file names may vary.
- Open the file and look for the checkout button code.
- Copy and paste the button code from above into the location you want the quote request button to show. We generally recommend inserting it just below the checkout button.
- Feel free to add additional classes to the quote request button to help style the button to match the style of your existing buttons
- Press save to save your changes