• Resolved Flyhead

    (@bukers)


    Hello,

    Since the last update the change of quantity boxes repeat themselves on the top of the checkout page. Could there be a bug?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author bhavik.kiri

    (@bhavikkiri)

    Hi @bukers ,

    Can you please share the screenshot or the website URL? So I can check it.

    Regards,
    Bhavik

    Thread Starter Flyhead

    (@bukers)

    Thank you fro immediate response. Here is the page with the issue:
    https://www.teahong.com/checkout/

    BTW, I viewed it in Safari

    Plugin Author bhavik.kiri

    (@bhavikkiri)

    I have checked your site, it seems like there is some conflict with something else, that’s why it shows the quantity field on the header too.

    Can you please confirm you have not modified anything for the header?

    In the meantime, you can hide the quantity box displayed on the header by adding the below CSS in the style.css of your child theme or main theme.

    .header-right .quantity {
      display: none;
    }

    If you need you can revert back to the older version of my plugin, if you have a staging site then we can dig into to issue if needed

    Please let me know.

    Regards,
    Bhavik

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change quantity boxes repeated on top of page’ is closed to new replies.