dalaldhairya
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Blocks] WC Blocks Checkout Not Showing Payment Methods@nerrad When is the integration for other payments will be released? Is there anyway we can hire someone to get it integrated in this blocks?
Forum: Plugins
In reply to: [WooCommerce Blocks] Payment Methods?!Even Im facing the same issue. Did you guys get any solution?
Actually, even when I’m deactivating the plugin, it gives the same error!
I don’t know how to set it.. May be its a bug in the theme itself. If you could help me to link the back button of our mobile to perform function as return to previous page rather than closing the websitehttps://www.farmzii.com
If you open in mobile and go on to search bar and press “back” button the website closes instead it should have closed the search page.Forum: Plugins
In reply to: [Joinchat] Error – Plugin does not existNo idea then.. My plugin is working fine now
Forum: Plugins
In reply to: [Joinchat] Error – Plugin does not existYes.. Just activate the deactivated ‘Join.Chat plugin
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] HTML CodeOhh!
Thanks Ben for the prompt response. I sent an email and opened it in outlook. I got the code so easily then! Thank you so much!Forum: Plugins
In reply to: [Joinchat] Error – Plugin does not existHey!
Just visited your website. Got it! Thanks
Now the new code would be joinchat { bottom: 50px; }Hi Julie,
Thanks for the prompt response. I’m not seeing any page 1 now.. I think it got solvedThanks. It is great using your plugin
Forum: Plugins
In reply to: [Extra Product Sorting Options for WooCommerce] Disable sorting optionsThanks guys! Great plugin!!
Forum: Plugins
In reply to: [Joinchat] Mobile ViewThanks! Its done! May be because of cache it wasn’t reflecting immediately
Could you help me with code?
Hi again,
Ive got the code in your PHP file:if (woo_wallet()->settings_api->get_option(‘min_cart_amount’, ‘_wallet_settings_credit’, 10) != 0 && WC()->cart->get_subtotal(‘edit’) >= woo_wallet()->settings_api->get_option(‘min_cart_amount’, ‘_wallet_settings_credit’, 0)) {
if (‘percent’ === self::$global_cashbak_type) {
$percent_cashback_amount = wc()->cart->get_subtotal(‘edit’) * ( self::$global_cashbak_amount / 100 );
if (self::$max_cashbak_amount && $percent_cashback_amount > self::$max_cashbak_amount) {
$cashback_amount += self::$max_cashbak_amount;
} else {
$cashback_amount += $percent_cashback_amount;
}
} else {
$cashback_amount += self::$global_cashbak_amount;
}
}
break;
}
return apply_filters(‘woo_wallet_form_cart_cashback_amount’, $cashback_amount);If I change the subtotal to total its working perfectly fine. But this will be overwridden by update. Can you suggest an alternative?
Forum: Plugins
In reply to: [Wallet for WooCommerce] Cashback upon paymentIn my case, cashback is applied on sub-total rather than total.. Can you help me?
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Invoice email attachmentSorry Ben! The issue was in the SMTP provider. Your plugin is working perfect! Thanks!
Keep up the good work!