dibyadas
Forum Replies Created
-
Forum: Plugins
In reply to: [Sticky Add to Cart for WooCommerce] doesn′t work on affiliate productHello, @chekki
Sorry currently we don’t have this feature, if you want then we can make that customize for you.
Please mail a request for the customization on [email protected].
Thank youHello @dannter,
You can use these settings https://ibb.co/rpzQVp9. If you want more custom field or to disable field we need to modify the plugin. for custom code, you can drop a mail to [email protected],
ThanksHello @bonushitz,
Sorry for the inconvenience caused, Can you please mail the issue with your site details to [email protected].
Thank you.Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Extra payment gateway = “Wallet”hello @bonushitz,
Currently, we do not have the option to be compatible, In our future version, we will add this feature. If you want custom code, please mail us on [email protected]Hello @orangez,
I hope your settings look like this image. https://ibb.co/p4mxqxw. Still, if you have an issue please mail us on [email protected]@rukky01, For this we need to modify the plugin. please drop your details to [email protected]
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Stripe ADDONHello @aless12,
I find stripe is working in Belgium, check this https://stripe.com/global. So Stripe
addon will work in your timezone, If you have any issue please drop detail to our support mail, [email protected]Forum: Plugins
In reply to: [WP Responsive Menu] menu icon/font issueHello @sailpilot, You can drop your website details to this email [email protected]
Forum: Plugins
In reply to: [WP Responsive Menu] Close button not working@danishmuneer Thanks for using our plugin, I see your close button is working perfectly. If you are having any other issue please let us know.
@rukky01 Thanks for using our plugin. Yes, it can be done.
Forum: Plugins
In reply to: [No Cache AJAX Widgets] Is this plugin still maintained?@dimalifragis Thanks for love and support.
@ate-up-with-motor Yes still we support for this plugin. Can we have your URL to check what could be an issueForum: Plugins
In reply to: [No Cache AJAX Widgets] Does not load form@coholm Sorry for the delay, Can we have your URL to check what could be an issue.
Forum: Plugins
In reply to: [WooCommerce Accordions] Error in debug.log@xumbrella Sorry for the delay, If you have still the same issue, please let us know.
Forum: Plugins
In reply to: [Plugin: WooCommerce] woocommerce_update_option_X deprecatedHello ,
I had the same problem with my plugin
use
// define the woocommerce_admin_settings_sanitize_option callback
function filter_woocommerce_admin_settings_sanitize_option( $value, $option, $raw_value ) {
// make filter magic happen here…
return $value;
};// add the filter
add_filter( ‘woocommerce_admin_settings_sanitize_option’, ‘filter_woocommerce_admin_settings_sanitize_option’, 10, 3 );instead of
add_action
woocommerce_update_option_callback