How to Restrict Coupons to a Certain User?
add_filter(‘acfwp_allowed_customers_error_message’,’Change_Text’); function Change_Text(){ return __( ‘Hey! You did not meet the requirements, reach out to us!.’); }Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
add_filter(‘acfwp_allowed_customers_error_message’,’Change_Text’); function Change_Text(){ return __( ‘Hey! You did not meet the requirements, reach out to us!.’); }Continue reading
// define the woocommerce_after_cart callback function action_woocommerce_after_cart() { error_log(print_r(WC()->cart->get_cart_contents(), true)); }; // add the action add_action( ‘woocommerce_after_cart’, ‘action_woocommerce_after_cart’, 10, 1 );Continue reading
Total Customer Spend On A Certain CategoryContinue reading
Total Customer SpendContinue reading
[agcfw_gift_card_redeem_form]Continue reading
acfw_store_credit_my_account_page_contentContinue reading
[acfw_store_credit_my_account_page_content show_login_message=”yes”]Continue reading
[acfw_customer_store_credit_balance]Continue reading
[acfw_coupons_by_customer display_type=”both” columns=”3″ count=”10″ order_by=”date/desc”]Continue reading
[acfw_single_coupon coupon_id=”3954″]Continue reading