Shopify themes, liquid, logos, and UX
Hello, is there a way to remove marked things in the cart sections.
Im making something along the line of a price inquary submision.
Thank you guys ❤️
https://adk-latvia-2.myshopify.com/cart
password: eaxuck
Solved! Go to the solution
This is an accepted solution.
Hi @NixPlixDix
Please add the code in "theme.scss.liquid".
.template-cart table tr th:nth-child(2), .template-cart table tr th:nth-child(4) {
display: none;
}
.template-cart .cart__price, .template-cart .cart__final-price {
display: none;
}
.template-cart .cart__footer .cart-subtotal, .template-cart .cart__footer .cart__shipping {
display: none;
}
Good luck!
This is an accepted solution.
Hi @NixPlixDix
Please add the code in "theme.scss.liquid".
.template-cart table tr th:nth-child(2), .template-cart table tr th:nth-child(4) {
display: none;
}
.template-cart .cart__price, .template-cart .cart__final-price {
display: none;
}
.template-cart .cart__footer .cart-subtotal, .template-cart .cart__footer .cart__shipping {
display: none;
}
Good luck!
Simply removing those things isn't going to make much sense because when customers click "Check Out" they'll see prices etc. in the checkout and they'll only be able to complete checkout if they pay (unless you set up a dummy payment method, which isn't ideal either).
If you want to set up a way for customers to send an inquiry for a particular product, you should include an inquiry form on the product detail page. This could be done via a theme customization or with an app like https://apps.shopify.com/get-a-quote-by-gs.
In case a merchant cares about only the labels.
Backup your theme and edit the locales for those Labels by entering a single blank space " " to wipe the default text.
Find those labels by searching "price" or "subtotal" etc.
https://shopify.com/admin/themes/{{current theme id}}/language?category=checkout%20%26%20system
hopify.com/admin/themes/{{current theme id}}/language?category=cart
For debut to outright remove those elements and have a quote form is an advanced customization needing a custom contact form , and per @ThomasBorowski's point should also include disabling the checkout button and other payment buttons in the cart and the product pages in favor of a call to action of request-for-quote/price , RFQP.
User | RANK |
---|---|
123 | |
90 | |
77 | |
71 | |
41 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022