markhf
Forum Replies Created
-
Hi @robertbmg,
We haven’t heard from you in respect to our support ticket raised here. Please share the error log file, so we can quickly sort this out.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Subscription price disappearsPlease let us know the WooCommerce/WordPress version in your store. Please contact us here, so we can check this in your site, there is no other report of the same case and we cannot reproduce this issue.
Forum: Reviews
In reply to: [Subscriptions for WooCommerce] Great Plugin and SupportThank you for the review. It’s a huge encouragement for us.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] TranslationPlease check with the latest version ( 1.2.8 ) having language support for Portuguese (BR).
Forum: Reviews
In reply to: [Subscriptions for WooCommerce] Ótimo! Muito funcional.Thanks for the review.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Trial SubscriptionHi @sandeld
As of now, supporting trial period functionality is not there in our plan.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Manually changing renewal date after signupHi @livruff
Currently our plugin doesn’t have option for providing free trial. We will check the option to include a manual renewal date.
Forum: Reviews
In reply to: [Subscriptions for WooCommerce] Great pluginHi @jeroenmies,
Thanks for your review. We will check for including Dutch translation.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Notification mailHi @johanrube
Currently only WooCommerce default notification emails are available. subscription actions will not fire any notifications.
Hi @thebbb
Please try below code snippet in your active theme’s functions.php
add_filter('hf_view_subscription_actions', 'hf_hide_cancel_action', 10, 2); function hf_hide_cancel_action($actions, $subscription){ if(isset($actions['cancel'])){ unset($actions['cancel']); } return $actions; }Forum: Reviews
In reply to: [Subscriptions for WooCommerce] Excellent plug-in!Hi @greentomato
Thanks for the review! It means a lot.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Subscriptions from WP Dashboard not workingHi @nelsonamaya
Please check with the latest version and let us know if any issues.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] One-time purchase and subscribe & saveIt’s not possible to set two purchase options with the plugin. We will check the possibilities.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Conflict with WooCommerce QuickPayCould you please share the server error log file here. So we can check this in more detail.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Conflict with WooCommerce QuickPayPlease check with latest version (1.2.7) and let us know if any issues.