• Resolved drakeman85

    (@drakeman85)


    Im using YITH WooCommerce Frequently Bought Together plugin and when I use your plugin with this one, each product have custom unit after the price what is wrong. Unit should be just in the product price and all other prices should remain unchanged. Can you do a customization for me please?

    This Product: kabel 3 – 1,50 € 1,00 € /meter
    LED ?iarovka 3W – GU10/SMD/2835/2700K/PB/MC – 1,49 € /meter
    Smart watches wood edition – 599,00 € /meter >

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Brad Davis

    (@brad-davis)

    Hi @drakeman85, I am not familiar with that plugin and don’t 100% understand the problem, are you able to provide a link to the url of the problem?

    Thank you.
    Bradley

    Thread Starter drakeman85

    (@drakeman85)

    Thank you for your reply

    https://prisma5.jtwebs.eu/produkt/kabel-3/

    As you can see, there is nice looking price: 1,00 € /meter.

    When you scroll down, there is “Potrebné zakúpi? spolu” what is part of “YITH WooCommerce Frequently Bought Together plugin”. As you can see there is also /meter parameter what is wrong, because these products does not have activated this option. They are a normal products so they should be without /meter

    Plugin Author Brad Davis

    (@brad-davis)

    Hey @drakeman85,

    Thanks for the link, I can see that under “Potrebné zakúpi? spolu” there is “This Product: kabel 3 – 1,00 € / meter” and that is the same as the product. But I can not see the others that you mentioned in your first comment. But I should be able to help you with a small code update and some css. Are you able to add CSS to your site?

    Plugin Author Brad Davis

    (@brad-davis)

    Also one other question @drakeman85, what version of my plugin are you using?

    Thread Starter drakeman85

    (@drakeman85)

    I made another product with your plugin:

    https://prisma5.jtwebs.eu/produkt/kabel3-unit-of-measure/

    Bellow Add to cart button is “Potrebné zakúpi? spolu” section. There are 2 standard products. Their price should be showed just in €, but there is also /meter what is bad.

    I’m using the latest version

    • This reply was modified 2 years, 9 months ago by drakeman85.
    Plugin Author Brad Davis

    (@brad-davis)

    Hey @drakeman85
    Can you please add the following css to your site.

    
    .yith-wfbt-items .uom {
      display: none;
    }
    

    For example by going to:
    – “Appearance” in the sidebar menu and click “Customize”
    – Click “Additional CSS”
    – Paste the above css into the edit area
    – Click “Publish”
    – Go back to the page https://prisma5.jtwebs.eu/produkt/kabel3-unit-of-measure/
    – Refresh page and hopefully the / meter is gone from the display of the “Bought together” product display area.

    Let me know how it goes.
    Brad

    Thread Starter drakeman85

    (@drakeman85)

    Thank you, it works ??

    Plugin Author Brad Davis

    (@brad-davis)

    Awesome….and thank you for using my plugin!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘unit showed on additional product’ is closed to new replies.