Viewing 1 replies (of 1 total)
  • Hi,

    you can make little changes in file /classes/plugin.class.php near line number 54

    add_action ( 'woocommerce_before_add_to_cart_button', 'ppom_woocommerce_show_fields', 15);
    		if( apply_filters('ppom_remove_duplicate_fields', true) ) {
    			add_action ( 'woocommerce_single_variation', 'ppom_woocommerce_show_fields', 15);
    		}

    to

    add_action ( 'woocommerce_before_add_to_cart_button', 'ppom_woocommerce_show_fields', 999);
    		if( apply_filters('ppom_remove_duplicate_fields', true) ) {
    			add_action ( 'woocommerce_single_variation', 'ppom_woocommerce_show_fields', 999);
    		}
Viewing 1 replies (of 1 total)
  • The topic ‘May i know how to sort your plugin behind?’ is closed to new replies.