• Resolved meidanm95

    (@meidanm95)


    Hi.
    When I add a product the popup shows the selected varaition with an extra pa_ like in the image below:

    https://ibb.co/DYg0TCs

    Another problem I’ve noticed is that the “size” varaition selection is missing in the popup. It shows me only one of two selection I’ve chosen..

    Those problems is shown only in popup (and not in cart or checkout detailes).
    Iv’e tried to use a different theme and turned of all other plugins accept woocommerce.

    Any help please?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author xootix

    (@xootix)

    Hello,

    Please share your product page link so I can check and provide you a fix.

    Thread Starter meidanm95

    (@meidanm95)

    Hi @xootix thank you for answering! 🙂
    Here’s a link to product page
    Link

    Plugin Author xootix

    (@xootix)

    Please go to appearance->customize->additional CSS
    and add this

    .xoo-cp-variations .variation:last-of-type {
        display: block;
    }
    .xoo-cp-variations .variation:first-of-type {
        display: none;
    }
    Thread Starter meidanm95

    (@meidanm95)

    @xootix Thank you ❤

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Popup shows pa_ of varaition’ is closed to new replies.