How to Use the Total Customer Spend Cart Condition (snippet 1)
Total Customer SpendContinue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
Total Customer SpendContinue reading
Total Customer Spend On A Certain CategoryContinue 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
[lpfw_single_products_points_earned_message]Continue reading
[lpfw_points_earned_message]Continue reading
[acfw_coupon_by_categories categories=”12,34″ columns=”3″]Continue reading
[acfw_single_coupon coupon_id=”3954″]Continue reading
[acfw_coupons_by_customer display_type=”both” columns=”3″ count=”10″ order_by=”date/desc”]Continue reading
[acfw_customer_store_credit_balance]Continue reading
[acfw_store_credit_my_account_page_content show_login_message=”yes”]Continue reading