markhf
Forum Replies Created
-
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] ‘Set up Fee’ optionYou can set up a sign up fee for a subscription product with the premium version of the plugin.
Please check by disabling other plugins and switching theme if some other plugins or theme is causing this. We have no other report of this issue. Please share the WP version and WooCommerce version that’s used in the site, so we can check with the same.
Forum: Plugins
In reply to: [Memberships for WooCommerce] assign roleHi @wpbetsy
Please add the code snippet after the last line in the functions.php file.
ie:- require_once trailingslashit( get_template_directory() ).’acmethemes/init.php’;
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Change button text on shop pageHi @ellesocial
Please add below code snippet into your active theme functions.php
add_filter('woocommerce_product_add_to_cart_text', 'webtoffee_archive_custom_addtocart_button_text', 10, 2); function webtoffee_archive_custom_addtocart_button_text($var, $instance) { if(is_shop()){ $var = __('Read More', 'woocommerce'); } return $var; }
Please leave a review for the plugin here.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Change first renewal dateHi @rkdharecha
If those dates are updated directly, the subscription workflow will break. When a renewal is triggered, the subscription scheduled action will set the next payment according to the subscription interval set.
Forum: Plugins
In reply to: [Memberships for WooCommerce] assign roleHi @wpbetsy
Currently there is no plan for adding this with plugin. Please create a support ticket here, if need any help on configuring this in the website.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Cannot translate to SpanishHi @rterreroalares @swissspidy
Please check with the latest version of the plugin.(1.3.3)
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Traduction issueHi @cinga
Please check the translation issues with latest version of the plugin.( 1.3.3 )
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] How to test Subcription for one week or monthHi @rkdharecha,
When a manual renewal order is placed, it creates an additional run along with the normal run. This can be used for testing purposes or in cases of missed recurrences. It is not supposed to change the next payment date.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Paypal checkoutHi @cinga,
The latest version of the plugin has only missing translation updates as a major change. So there should be no reason as to why this issue is occurring with the new version. Could you please try with an older version and see if you are still facing the issue.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Change first renewal dateHi @rkdharecha,
You can change the first subscription renewal date manually from the admin side after a subscription has been placed. From the Edit subscription page, change the Next Billing Date under Billing Schedule Details section to the desired date and click Update. The first renewal order will be placed on that date.
The user can not select the start date of the subscription. When a user places subscription order, he will be charged immediately and the subscription will start at from the date the order is placed.
Forum: Plugins
In reply to: [Memberships for WooCommerce] assign roleHi @wpbetsy
This error seems not related to the code snippet. Please create a support ticket here, so we can help you to fix this in your site.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] How to test Subcription for one week or monthHi @rkdharecha,
For testing, you can create a manual renewal order for an active subscription from the edit subscription page under subscription actions section. See the screenshot.