• Resolved tuomonurkkala

    (@tuomonurkkala)


    Hi there!

    Is it possible to make the discount table like any other tab?
    For example description tab is usually automatically opened and could this not be automatically opened?
    I looked at your codes and I didn’t see a possibility to change this to be an tab.. 🙁

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi
    Thanks for reaching out.
    This is Kowsaliya from Flycart.

    You can show the discount table from positions chosen from the settings tab.
    But, these positions allow you to show the discount table only on the product pages.
    To choose any other position, you might have to load the discount table manually.
    You can use the below event :
    do_action(‘advanced_woo_discount_rules_load_discount_table’, $product);
    
    The product parameter refers to the product object.

    By default, it loads through the WooCommerce event woocommerce_before_add_to_cart_form.

    You can use these and customize them accordingly.

    Hope this helps!

    Thanks
    Team Flycart

    Thread Starter tuomonurkkala

    (@tuomonurkkala)

    The instructions are unclear. Where do I find these?
    I tried to search from WP:side and from woo-discount-rules.php but I didnt find these at all.

    Hi

    Can you please open a support ticket here –> https://www.flycart.org/support with your elaborate requirement and site details so that we can quickly check and assist accordingly?

    Thanks
    Team Flycart

    Thread Starter tuomonurkkala

    (@tuomonurkkala)

    Okay. 🙂

    Happy to help 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Tab for discount table’ is closed to new replies.