• Resolved trevellfr

    (@trevellfr)


    Hi,
    I use this plugin since yesterday night with the advise of the Divi team ! And I want to know how can I put the “sold out” on the product page on the good pposition !
    Indeed, it’s appears on the top left of the website !!

    Thx.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Charlie Etienne

    (@charlieetienne)

    Hi, try the alternative mode if you’re on Divi.

    Regards,

    Charlie

    Thread Starter trevellfr

    (@trevellfr)

    Yes indeed !

    Perfect :d

    Hello,

    I have a similar issue. On the single product page, I have a sold out button appearing on the product image *and* on the top left of the website (where it is not required).
    I have tried with the alternative version but to no avail.
    See here: https://www.millidge.com/product/strangehaven-1-b/

    Additionally, the ‘Hide Sale badge’ option does not appear to work.

    Many thanks in anticipation of your response.

    Plugin Author Charlie Etienne

    (@charlieetienne)

    Hi @fishmonkeyman,

    I can’t understand why the alternative mode doesn’t work for you, it should do the job in your case… Anyway, here is a CSS workaround:

    
    .single-product>.wcsob_soldout {
        display: none;
    }
    

    For the sale badge not hiding, this is because your theme uses a different system to display it. You can hide out of stock products sale badges with this bit of CSS:

    
    .product.outofstock .sale-wrapper {
        display: none;
    }
    

    Cheers,

    Charlie

    Thanks for the super quick response, Charlie!

    the CSS for the sale badge worked fine; however, the CSS for the ‘duplicate’ badge in the top left didn’t work. I did manage to hide it using Yellow Pencil by placing the following in the product page template:

    .page-wrapper .container .product > span{
    display: none;
    }

    That works and doesn’t appear to cause any issues.

    Cheers,

    –Gary.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Sold out on wrong place !’ is closed to new replies.