Site logo

[Resolved] Update quantity button

Home Forums Support [Resolved] Update quantity button

Home Forums Support Update quantity button

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2573543
    Jusung

    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?

    #2573589
    Fernando
    Customer Support

    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

    #2573595
    Jusung

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

    #2573608
    Fernando
    Customer Support

    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.

    #2573614
    Jusung

    Thank you for your time to figure out This!

    #2573619
    Fernando
    Customer Support

    You’re welcome, Jusung!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.