Site logo

Archived topic

Update quantity button

5 replies · Started by Jusung on March 19, 2023

Viewing posts 1–6 of 6

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?

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..

Thank you for your time to figure out This!

You're welcome, Jusung!

This archived topic is closed to new replies.