• Resolved steppade

    (@steppade)


    I’m searching for a simple free plugin that let me set this kind of promotion in the product page and some simple customization in archive/shop/product page like some notice or something written elsewhere that inform the user about this promotion.

    Do you think that can be easy implement this feature starting from your plugin? Do you now some other free plugin that can do that?

    https://wordpress.org/plugins/taxonomy-discounts-woocommerce/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Sorry for the delay.

    We are beta testing something on 0.7.1.

    After updating add this to you wp-config.php file:

    //Taxonomy / Term based discounts
    define('WCTD_LOOP_DISC_INFO_ACTION', 'woocommerce_after_shop_loop_item_title');
    define('WCTD_LOOP_DISC_INFO_PRIO', 7);
    define('WCTD_PROD_DISC_INFO_ACTION', 'woocommerce_single_product_summary');
    define('WCTD_PROD_DISC_INFO_PRIO', 6);

    You may have to tweak the action and priority to better match your theme.

    Thread closed for the lack of feedback.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Buy x Pay y per product’ is closed to new replies.