Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi,
    you can use a snippet like this

    if ( !function_exists('yith_ywpo_pre_order_product_label_custom') ) {
    	add_filter('yith_ywpo_pre_order_product_label', 'yith_ywpo_pre_order_product_label_custom');
    	function yith_ywpo_pre_order_product_label_custom(){
    		return 'My text here';
    	}
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Edit ‘Pre-Order product’ text on Cart page’ is closed to new replies.