Remove my checkout/payment process and replace with a quote form

Hi,

I’m using Shopify Empire theme 2.0 and looking for help to remove my checkout/payment process. I currently have a ‘add to quote basket’ where users add their items to the ‘quote basket’. However, the process of the business is to request items and so I need the checkout process removing.

[See image below]

I’m looking to change the text where it says ‘Checkout’ to something like ‘Request Quote’ and link to a form. And to remove the ‘Subtotal $0.00’, ‘Tax included and shipping calculated at checkout’ and ‘Your quote basket does not require shipping.’ as this is all unnecessary.

Finally, when I click ‘checkout’ it leads to this page [see below image], I would like this button to lead to a form where users can fill in their details, without entering a checkout process. This way it will be easier to input their contact details and send a quote to the hire desk.

Thank you,

Nadia

1 Like

Hope this will help

  1. Duplicate your theme> Actions > Edit code > “cart.liquid” or “checkout.liquid”

  2. Find the checkout button code It might look like this:


  1. Replace the existing code with the following code to change the button text to “Request Quote” and link it to your quote form page:
Request Quote

Note: /pages/request-a-quote replace with the actual URL

  1. Save> Preview then publish

Hi, I only have an option for ‘cart-item liquid’ but it doesn’t include anything of the word checkout in the code.

Need to check your backend then

Hi,

Did you manage to get this sorted, if so how?

Thanks