How to disable "Quantity" from Checkout/Cart page

Thank you very much to @mobimarket who gave the following info :- insert these code into Settings > SEO > Header Code area. Tada! Qty box & Buy Now button gone!

My weebly site is susanwooler.com

Unbelievably I managed to adapt the code to get rid of just the Qty box and leave the buy it now, as I only have 1 of each painting

BUT on the checkout page/cart there is still an option to increase quantity

Please can anyone tell me how to remove the quantity box from the checkout page, I have tried adapting @mobimarket code but cannot figure this out Thank you in advance 

9,666 Views
Message 1 of 45
Report
44 REPLIES 44
Square

Hi @Abed11g Thanks for confirming. You do have access to edit the html/css, although, any changes you make will revert you to a custom theme instead of a standard Weebly theme. Please keep in mind that once you are on a custom theme, Weebly customer support may not be able to assist you with any potential problems that are caused by the changes made. 

To access, click on Theme>Edit html/css. Best wishes! 

1,674 Views
Message 46 of 45
Report

Hi thanks for the code. But I am not sure where to put this as I have google analytics code in the space you suggest this code goes? 

Thanks glad you liked my art

1,539 Views
Message 46 of 45
Report
Square

Hi @SkyeMackenzie Can you confirm which code you are referring to? Also, you can put multiple codes in the header/footer area. Just make sure to separate with a space. Smiley Happy 

1,533 Views
Message 46 of 45
Report

Hi there, I am hoping you have a solution.

1

As an artist selling some original work and also some prints. I would like to remove the quantity box from the product pages with original artwork for sale as there is only one of each original. Is it possible to remove the quantity button and if so how please?

2

I have a fairly long description of each piece of art which pushed the buy now button to the bottom of the page.  Can I move the buy now button to the top of the page? and if so please tell me how 

1,504 Views
Message 46 of 45
Report
Square

Hi @SkyeMackenzie Did you try placing the code in SEO>Settings>Header? I don't think it's possible (or, rather, I have not come across a site) that has been able to successfully move the Buy Now button around on the page. 

1,500 Views
Message 46 of 45
Report

Hi there

I am putting this  code into the seo header but nothing changed can you advise please

<style>
#wsite-com-product-inventory {
display: none !important;
}
#wsite-com-product-buy {
display: none !important;
}
#wsite-com-product-price-area {
display: none !important;
}


</style>

1,488 Views
Message 46 of 45
Report
Square

Did you check on the live site? Sometimes code does not work in the editor. 

1,478 Views
Message 46 of 45
Report

Hi 

Any ideas guys I have checked the live site and no change appears to have taken place

1,471 Views
Message 46 of 45
Report

What is the address of the website you added the code to?

1,470 Views
Message 46 of 45
Report

1,702 Views
Message 46 of 45
Report

Where did you add the code? I don't see it on your site when I check it.

1,697 Views
Message 46 of 45
Report

Hi there

It is in the SEO setting of the shop page. Is this the correct place? 

1,690 Views
Message 46 of 45
Report

I would put it in Settings > SEO > Header Code instead so it's added to all of the pages of your site, rather than just the Shop page.

1,684 Views
Message 46 of 45
Report

Hi thanks for that it sort of worked.

The price has gone from each individual product page

but!!!

When I click on the category showing each product in the cagtegory it is still showing the price

of each item 

Do I need to add an additional piece of code for that?

1,680 Views
Message 46 of 45
Report

Yea, try using this code instead:

<style>
#wsite-com-product-inventory, #wsite-com-product-buy, #wsite-com-product-price-area, .wsite-com-product-price  {
display: none !important;
}
</style>

1,674 Views
Message 46 of 45
Report

I just want to first say this thread has been very helpful.

I pasted the following and was able to remove the quantity box.  Still have the issue that more than one person could choose to order the same item, but now one person cannot choose more than one.  Small victories.  Also an artist website selling originals. Hope this helps.

<style>
#wsite-com-product-inventory {
display: none !important;
}

</style>

1,442 Views
Message 46 of 45
Report

I know this is an old thread... but I have tried using all of the codes in this thread and the quantity available is still there.  I've tried adding it to the SEO header but nothing changes.  Can someone please help me with what I am doing wrong?  I do not want the quantity available to show when my customers purchase an item.  

1,412 Views
Message 46 of 45
Report
Square

Can you post a link to one of your product pages, @dancefitnesstif?

1,405 Views
Message 46 of 45
Report

Like the user above, I have also tried using all of the codes in this thread and the quantity available and the "add to cart" button is still there. I've also tried adding it to the SEO header but nothing changes. Can someone please help me out! I am new to creating a website and need a detailed explanation of what to do.
1,385 Views
Message 46 of 45
Report

 
750 Views
Message 46 of 45
Report

Hi, has this been resolved? I have the problem too.

Please resolve this customer support!

394 Views
Message 46 of 45
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.