- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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>
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Did you check on the live site? Sometimes code does not work in the editor.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hi
Any ideas guys I have checked the live site and no change appears to have taken place
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
What is the address of the website you added the code to?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
My site is www.pentlandrossart.com
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Where did you add the code? I don't see it on your site when I check it.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hi there
It is in the SEO setting of the shop page. Is this the correct place?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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>
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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>
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Can you post a link to one of your product pages, @dancefitnesstif?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hi, has this been resolved? I have the problem too.
Please resolve this customer support!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report