markhf
Forum Replies Created
-
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] TranslationHi @servustuo
Please try with latest version 1.0.9 . Added Italian translation.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Automatic Approval After paymentHi @servustuo
Please share your WordPress/WooCommerce version also the payment plugin using for subscription. I will check and get back to you.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Automatic Approval After paymentHi @ servustuo
Is there any order notes created for successful payment. Please let me know so I can check
Forum: Reviews
In reply to: [Subscriptions for WooCommerce] excellent pluginHi @ edstechnologies
Thanks for the review. We will check the possibilities of your suggestions.
Forum: Reviews
In reply to: [Subscriptions for WooCommerce] Great Features, FOR FREE!Hi @ visualact
Thanks for your review.
Forum: Reviews
In reply to: [Subscriptions for WooCommerce] Great plugin and support!@ vaibhav12321
Thanks for the review and suggestions.
Forum: Reviews
In reply to: [Subscriptions for WooCommerce] Amazing Plugin and SupportHi @ rubeshoops
Thank you for the review. It means a lot.
Forum: Reviews
In reply to: [Subscriptions for WooCommerce] Great plugin, excellent support!@ kellerpt
Thank you for the review
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] TranslationHi @servustuo,
This Plugin comes with French and German language support out of the box. Please let me know which language translation you are trying to add. So I can add support for that language as well
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Subscription item list!As per Skype conversation we had, I will check with the team on the possibilities of listing all downloadable file names included in product.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] LifeTime!Please try this code snippet in your active theme’s functions.php
add_filter(‘hf_subscription_product_price_string’, ‘mark_change_price_string’, 10, 3);
function mark_change_price_string($subscription_string, $product, $include){
return str_replace(“year”, “life time”, $subscription_string);
}
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Adding payment to registrationHi @paaljoachim
Please leave a review if plugin helped you
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Subscription item list!Hi @visualact
The plugin is offering simple subscription / variable subscription. How you are managing to add multiple items as one product. Could you please provide more details. Also you can ping me in Skype @mark_35997
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Can’t add to cartHi Chris ( @brewyourbucha ),
By default debugging is disabled in the plugin. Please check by disabling other plugins. If the issue still persist, please ping me in Skype @mark_35997 , so I can check in your site.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Can’t add to cartHi @glowber
You may increase PHP memory limit in php.ini and restart your webserver. Please check and let me know if any issues.