markhf
Forum Replies Created
-
Forum: Plugins
In reply to: [WebToffee WP Backup and Migration] Doubts before installingHi @narieleta
Currently there is no size limit issue reported as we are doing the export as chunks ( Ajax ). We have successfully tested upto 3GB in our development/test environments.Your understanding is correct on the plugin.
Forum: Plugins
In reply to: [Memberships for WooCommerce] assign roleHi @wpbetsy,
Currently the plugin is not doing that, however you can do that with help of any of below filters in the plugin..
$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'], ));do_action('hf_memberships_user_membership_created', $membership_plan, array( 'user_id' => $args['user_id'], 'user_membership_id' => $user_membership->get_id(), 'is_update' => $updating, ));Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Subscription for the variable productHi @avansaber
This version of the plugin doesn’t support variable subscription products.Pro version have this feature.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Cart EmptyHi @michaeljc
Please enable create a login and let us know if any issues after that.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Cart EmptyHi @michaeljc
We just had a look and it seems like the add to cart action hooked ( oceanwp_add_cart_single_product ) in the theme is not fetching the product ID properly while passing ( Add to cart / Subscribe ) action. Please check and let us know.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Pending Cancellation?Hi @ajiaim
When a subscription is cancelled by the customer, it’s status is no changed to cancelled immediately. If the subscription has a pre-paid term that has not been finished yet, the subscription will be assigned the Pending Cancellation status.
When the pre-paid term ends, the subscription’s status will be transitioned to Cancelled. Also admin can do cancellation at anytime.Forum: Plugins
In reply to: [Subscriptions for WooCommerce] How do I setup Stripe subcriptions?Hi @fangelo360
Please check with any of below stripe plugins. You don’t need to create products on Stripe and then link each customer to each product. Plugin will handle the recurring.
If any issue with recurring payments please check the WooCommerce log section. If the issue still persist, please contact our support here.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] subscribe once onlyHi @wpbetsy
Currently there is no option to restrict a subscription product being purchased multiple times by same customer. We will check this feature.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] subscription history and payment statusHi @wpbetsy
Plugin will display user subscriptions and their status in front end under subscriptions menu after user logged in.
Customer will receive default WooCommerce email on subscription renewal. This plugin doesn’t have any additional email configurations.Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Re-Order at different times?Hi @ajiaim
Each subscription order placed on different time will be renewed individually at their corresponding renewal date.That’s how it works. Align all subscription renewal to a specific date is currently not possible with the plugin.
Please leave us a review if the plugin was helpful.Forum: Plugins
In reply to: [Subscriptions for WooCommerce] PayPay not autobillingIt seems like PayPal Plus Brasil plugin doesn’t support subscription payment option as per their docs. Regarding PayPal auto-billing, have you tried with any other PayPal plugin.? We haven’t tested this with the plugin you send. We will check and update soon regarding this.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Offer pay in full or installment payments?Hi @ronda0928
Are you looking for a signup fee as the whole price.? If so the Pro version can do that. Single product with whole price or instalment option is not possible.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] How to remove Recurring totalsHi @2basetech
We have replied your support ticket.
Hi @2basetech,
We checked on your website and we are able to see the validation error messages on clicking subscribe. See the screenshot.
Could you please create a ticket here, so that we can take a better look at the issue.