Forum Replies Created
-
AuthorPosts
-
Use below updated code.
add_filter(‘woo_wallet_form_cart_cashback_amount’, ‘woo_wallet_form_cart_cashback_amount_callback’, 10);
function woo_wallet_form_cart_cashback_amount_callback($cashback_amount) {
$global_cashbak_type = woo_wallet()->settings_api->get_option(‘cashback_type’, ‘_wallet_settings_credit’, ‘percent’);
$global_cashbak_amount = floatval(woo_wallet()->settings_api->get_option(‘cashback_amount’, ‘_wallet_settings_credit’, 0));
if (‘percent’ === $global_cashbak_type) {
$cashback_amount = (wc()->cart->get_subtotal() + wc()->cart->get_subtotal_tax()) * ($global_cashbak_amount / 100);
}
return $cashback_amount;
}in reply to: Multi-currency problem #2701Okay understood! Sorry but this plugin is not supported by Official Woocommerce Multi-currency plugin. We are trying to make compatible with this plugin and will be published in our upcoming plugin update.
in reply to: Multi-currency problem #2699Could you please describe the problem in details? Maybe with some screenshot.
in reply to: WP actualization for 5.2.1 #2683Please update permalink structure from wp-admin > settings > permalink and just hit the save changes button. This is a common WordPress permalink issue.
in reply to: WP actualization for 5.2.1 #2677It is compatible with WP 5.2.1 you can test and let us know.
in reply to: Auto deduct wallet balance for partial payment #2637As this is a paid payment gateway we suggest you please contact the plugin developer.
in reply to: Auto deduct wallet balance for partial payment #2635This might be the payment gateway problem. Please let us know which payment gateway you are using along with partial payment.
in reply to: Checkout is not available whilst your cart is empty #2587The wallet rechargeable product was deleted.
in reply to: Checkout is not available whilst your cart is empty #2583Resolved! Please check and let us know.
in reply to: Checkout is not available whilst your cart is empty #2566Please check if the wallet rechargeable product exists on your site.
in reply to: Checkout is not available whilst your cart is empty #2564Could you please share your site URL so that we can look into it?
in reply to: woowallet withdrawal #2563Hi,
To support bitcoin we have to create a new payment method for withdrawal using coinpayments.
in reply to: Free shipping + woowallet #2515WooCommerce free shipping works on the order subtotal that’s why free shipping is available if the partial payment enabled.
in reply to: WooWallet not appearing under My Account page tabs #2505The development cost for order cancellation is $25
in reply to: WooWallet not appearing under My Account page tabs #2503You can check our withdrawal plugin demo at https://demo.woowallet.in/my-account and here is our Refund Policy
-
AuthorPosts