markhf
Forum Replies Created
-
Forum: Plugins
In reply to: [WebToffee WP Backup and Migration] Uploading the back up files from PCHi @tabyp
I that case, you may overwrite any zip file that is already there in the media library with your backup zip, then browse through media library. I hope that will do the trick. Please leave a review if the plugin/support was useful.
Forum: Plugins
In reply to: [WebToffee WP Backup and Migration] Uploading the back up files from PCHi @tabyp
Plugin will browse file through media library only. If uploaded by FTP, there wouldn’t be an entry in media library. Could you please try increasing the upload size limit for the time of uploading the backup.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Customer charged twiceHi @leegrant
What is the the billing interval set with the product.? It would be helpful if a screenshot of product edit screen is shared.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Resolved Tickets Not ResolvedHi @ajiaim
We hope, we have marked those two tickets as resolved with a convenient reply. We have replied to your new query on the same thread. Please check and let us know if any other queries.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Pending Cancellation?Hi @ajiaim
We need to check this, whether subscription’s status is transitioned to cancelled when the pre-paid ( remaining time in active subscription ) term ends.
We will update the response in couple of days.Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Re-Order at different times?Hi @ajiaim
If you are working with WordPress cron job , you need to understand it is not a guaranteed timing mechanism. Wp-cron fires based on site activity. If you have a job set to fire every ten minutes, but nobody visits your site for an hour, then the job doesn’t fire for an hour. See this article
Subscription renewal also rely on WordPress Corn. So it’s not guaranteed to renew at the same time.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Woocommerce SubscriptionHi @nidhidave
There is no email notification sending from this plugin apart from default WooCommerce emails. Notification feature is available in the Pro version of the plugin.
Forum: Plugins
In reply to: [Memberships for WooCommerce] assign roleHi @wpbetsy
Currently we have no plan for this to include in the plugin. This can be achieved with the help of above filter as you can change to any role while customer joining to any membership plan.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] payment and renewal statusHi @wpbetsy
Currently there is no shortcode available in the plugin for that.
WooCommerce default PayPal is not 100% compatible with this subscription plugin.
You may check this PayPal plugin and let us know if any issues. Please leave us a review if plugin/support was useful.Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Change the group of user after subscriptionHi @ericstz
We have a filter in the plugin while creating a new subscription. Please see below.
do_action( 'hf_subscription_updated_users_role', $new_role, $user, $role_old );You may use this hook to do your necessary changes.
Forum: Plugins
In reply to: [WebToffee WP Backup and Migration] Uploading the back up files from PCHi @amir19
Could you please check by changing the upload limit and post size in the server.
upload_max_filesize = 40M post_max_size = 45MPlease let us know if any issues after that.
Forum: Plugins
In reply to: [Memberships for WooCommerce] assign roleHi @wpbetsy
You can prepare a code snippet using the filter “hf_memberships_new_membership_data” as we are exposing below details while creating a membership.
$new_membership_data = apply_filters('hf_memberships_new_membership_data', $new_membership_data, array( 'user_id' => (int) $args['user_id'], 'product_id' => (int) $args['product_id'], 'order_id' => (int) $args['order_id'], ));You can put the code snippet in your active theme functions.php
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Traduction issueHi @cinga
We have added this in our issue tracker. we will be checking and updating this soon.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Change the group of user after subscriptionHi @ericstz
Are you talking about changing the user role.?
Forum: Plugins
In reply to: [Memberships for WooCommerce] assign role