Archived topic
Update quantity button
5 replies · Started by Jusung on March 19, 2023
Hello.
On my eccomerce website, I have merged cart and checkout page.
I have made the cart area on checkout page.
But, it is making duplicated update quantity button as you can see on the picture.
I don't need the outside button and I think it is something set by default.
Is there a way to remove it?
Hi Jusung,
For reference, can you provide the link to the site in question?
You may use the Private Information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
It is checkout page. So, it will now be shown even though I add the link.
you need to go to 스토어 and for any product, click view and 구매하기(purchase)
Then you can see the check out page.
I can remove by adding this css.
div.quantity::before, div.quantity::after {
display: none !important;
}
but, I am not sure if this is a good solution.
Also, I want to know the reason if it is theme setting or woocommerce default setting..
The issue seems to be coming from one of your plugins. I'm not sure but it may be call PGALL for Woocommerce?
You can try #1 here to find out which: https://docs.generatepress.com/article/debugging-tips/
Then, you'll need to reach out to them to disable this.
Thank you for your time to figure out This!
You're welcome, Jusung!