• Hi, is there any way to call tooltip for product variants table? In this table there are for example 5 products and 5 prices in each separate row, I would like a tooltip to appear next to each price.

    • This topic was modified 4 years, 3 months ago by zielonek252.
Viewing 1 replies (of 1 total)
  • Plugin Author Mykola Lukin

    (@bycrik)

    Hello @zielonek252,

    Technically it is possible, but would require custom development and adjustment on one of the plugins. You can find some plugin’s methods you can use to get pricing rules:

    
    $pricing_rules = \TierPricingTable\PriceManager::getPriceRules($product_id);
    
    $priceForSpecificQuantity = \TierPricingTable\PriceManager::getPriceByRules($quantity, $product_id);
    

    If you’re not familiar with code, there is a great service to find a professional WP developer who will help you implement your requirements: https//codeable.io

    I hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘Compatibility with variations table’ is closed to new replies.