Pricing removed

Pricing removed

PaigeB1995
Visitor
3 0 0

Hi! I have a collection on my website to hide pricing and the option to purchase. I want my customers to be able to see the product and read the description. I just don't know how to do it.

 

Thanks 

Replies 5 (5)

DaisyVo
Shopify Partner
423 64 62

Hi @PaigeB1995 

 

Could you please share with me the link of the product you want to remove the price and purchase option? Also, a screenshot would help a lot!

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
Explore other solutions
here. Live Chat Support is available 24/7.
PaigeB1995
Visitor
3 0 0

i need everything under the furniture tab to have no pricing but we still want our clients to be able to read the desciption.

Saltbox Lane

DaisyVo
Shopify Partner
423 64 62

Hi @PaigeB1995 

 

I see that you want to remove the price and all of the purchase option 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

div.product-form__input.product-form__quantity {
    display: none;
}
product-form.product-form {
    display: none !important;
}

 

Here is the result: 
DaisyVo_0-1730511667185.png

I hope this helps

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
Explore other solutions
here. Live Chat Support is available 24/7.
PaigeB1995
Visitor
3 0 0

Hey that did not work. was that supposed to take pricing off of everything we have on the site? 

WizzCommerce_Co
Trailblazer
145 24 34

Hi @PaigeB1995 , thank you for posting here!

You can follow my instructions below:

1. Go to Online Store->Theme->Edit code

2, Find the theme. liquid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.

<style>
.main-products-grid__results .price.price--top {
    display: none !important;
}
</style>
 

Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

Skyrocket BFCM with Wizz's apps: BOGO+ Buy X Get Y Free Gift
| Wizz Flash Sale & Price Edit | Snap Presale & Backorder | SnapNoti FOMO Visitor Counter | SnapBundle Volume Discounts
Find more support, feel free to contact: support@wizzcommerce.io
If our suggestion is useful for your problem, please let us know by giving Like and Accept Solution !!!