-
Posted a reply to Limit wallet usage code not working after update, on the site WordPress.org Forums:
add_filter('is_valid_payment_through_wallet', '__return_false'); add_filter('woo_wallet_partial_payment_amount', 'woo_wallet_partial_payment_amount_callback', 10); function woo_wallet_partial_payment_amount_callback($amount) { if (sizeof(wc()->cart->get_cart()) > 0) { $cart_total =… -
Created a topic, Limit wallet usage code not working after update, on the site WordPress.org Forums:
Greetings of the day, In your earlier support ticket y… -
Created a topic, Latest Woocommerce Compatiblity issue, on the site WordPress.org Forums:
Hello, I am using your plugin and want to say that it… -
Created a topic, API Missing Error Clickatell, on the site WordPress.org Forums:
Hii, I have entered all the details of clickatell acc… -
Created a topic, trying to save data of form to user meta data table by using javascript, AJAX an, on the site WordPress.org Forums:
Hii i am trying to save data of form to user meta data…