Bug product page, need to remove the cart thing on collable rows - Dawn theme

Solved

Bug product page, need to remove the cart thing on collable rows - Dawn theme

Dekanten
Navigator
308 1 115

Hi

 

I have a Cart bug on my product site, it is possible to hide this section with variant, buy and the things must be removed from the collable rows section. Can this be possible?

 

Thanks in advance

 

www.dekanten.no

 

See attached image:

Skjermbilde 2024-08-22 kl. 20.45.24.png

Accepted Solution (1)
BSSCommerce-HDL
Shopify Partner
2071 734 921

This is an accepted solution.

Hi @Dekanten, Pls try with this code: 

{% if template.name == 'product' %}
<style>
.product .cleverapps-collections-add-to-cart-widget {
    display: none !important;
}
</style>
{% endif %}

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 18 (18)

BSSCommerce-HDL
Shopify Partner
2071 734 921

Hi @Dekanten, Do you want like this? 

BSSCommerceHDL_0-1724375625056.png

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Dekanten
Navigator
308 1 115

I want to remove the section with variant picker, add to cart and this section must being removed, its make bugs on my page. Hope we can do this. 🙂

BSSCommerce-HDL
Shopify Partner
2071 734 921

Hi @Dekanten

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
.cleverapps-collections-add-to-cart-widget,
fieldset.js.product-form__input,
product-form.product-form {
    display: none !important;
}
</style>

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Dekanten
Navigator
308 1 115

Hi again, the code removed the buggy part but it takes away my shopping buttons too. Can we make this for the only product page only?

BSSCommerce-HDL
Shopify Partner
2071 734 921

@Dekanten, You mean you only want to delete this product?

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Dekanten
Navigator
308 1 115

I have buy buttons from before so these buggy ones i want to remove and have it on all other pages instead. Could be complicated, but always a solution somewhere. 🙂

BSSCommerce-HDL
Shopify Partner
2071 734 921

Hi @Dekanten, Pls try again with code: 

{% if template.name == 'product' %}
    <style>
.cleverapps-collections-add-to-cart-widget,
fieldset.js.product-form__input {
    display: none !important;
}
    </style>
{% endif %}

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Dekanten
Navigator
308 1 115

Thanks for the new result, the bug is gone but also my buy buttons under the product photos is gone... I will also contact the developer on the buy it now app i use too if we cant make it working as normal. Please. 🙂

BSSCommerce-HDL
Shopify Partner
2071 734 921

@Dekanten, Do you mean the buttons below disappear too?

BSSCommerceHDL_0-1724378764018.png

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Dekanten
Navigator
308 1 115

The whole field disappear so the images is just with the prices and no buying options.

BSSCommerce-HDL
Shopify Partner
2071 734 921

@Dekanten, Oh i see. I'll check it again

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

BSSCommerce-HDL
Shopify Partner
2071 734 921

This is an accepted solution.

Hi @Dekanten, Pls try with this code: 

{% if template.name == 'product' %}
<style>
.product .cleverapps-collections-add-to-cart-widget {
    display: none !important;
}
</style>
{% endif %}

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Dekanten
Navigator
308 1 115

Thank u so much and everything is just fine by now, im happy with all your help and this is so amazing. That bug has taken some time to get rid of, finally... BIG BIG BIG Thank YOU 😄

BSSCommerce-HDL
Shopify Partner
2071 734 921

@Dekanten, No problem. Glad to always help you 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Dekanten
Navigator
308 1 115

Thank u once again for kind words, people are so nice so everything is so good now. 🙂

BSSCommerce-HDL
Shopify Partner
2071 734 921

@Dekanten If you have any problem please let me know. I will check it asap 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Dekanten
Navigator
308 1 115

Oh yes, i will do so im glad to have a great supporter like you in here, grateful for all you have done for me. 🙂

BSSCommerce-HDL
Shopify Partner
2071 734 921

😍😍😍😍😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now