markhf
Forum Replies Created
-
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] 500 Error with Woo 3.4Could you please check by updating the plugin to the latest version 1.3.0.
Tested OK with WC 3.4.0 ( Fyi: We haven’t found any issue with WC 3.4.0, Please check the server error log and share us if any errors found)Forum: Plugins
In reply to: [Memberships for WooCommerce] 404 ErrorHi @oneminduniv
That error is coming from the plugin “member-upgrade-notice”. Please check by disabling that to confirm.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Can’t see Pending PaymentsHi @mdcbrazil
Please check your server error log file if any errors are reported. It seems like that subscription has missed some of it’s properties while creating the subscription.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Auto renew is didn’t workHi @kme5246
Please share the authorize.net payment plugin link so we can check whether it supports subscription payment.
Are you getting any error when changing billing schedule.?
Forum: Plugins
In reply to: [Memberships for WooCommerce] 404 ErrorHi @oneminduniv
You may use the snippet in functions.php like
add_filters('wt_user_allowed_posts' , 'my_custom_page'); function my_custom_page($posts){ return array( 20 => // change your custom page id here get_post(20) ); }Please let us know if any issues.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] WooCommerce 3.4 compatibilityWill be updating in couple of days.
Forum: Plugins
In reply to: [Memberships for WooCommerce] 404 ErrorHi @oneminduniv
Please use this filter wt_user_allowed_posts along with this version of the plugin to alter the post array and set your desired post object if the array is empty.
Forum: Reviews
In reply to: [Wishlist for WooCommerce] Love the pluginThank you for your feedback and review. We will include more features in coming versions.
Forum: Plugins
In reply to: [Advanced Report for WooCommerce] More information?Hi @seank123,
Plugin will show overall sale reports. It shows, Top billing country, Top selling products, Top spent customers and Top selling categories. Those listing grids can be enabled/disabled. Will be updating with more features in coming versions.
Forum: Plugins
In reply to: [Wishlist for WooCommerce] wishlist button too smallHi @batshevasida,
We have checked this issue in your website. It seems like your site theme style is effecting the button style.
Please add below style class in your active theme style.css.wishlist-button{ border: none !important; width: 75px !important; }Forum: Reviews
In reply to: [Subscriptions for WooCommerce] Excellent Plugin & Great SupportHi @2basetech,
Thank you for your high opinion.
Hi @2basetech,
We would really appreciate it if you could leave a review if you find the plugin/support helpful.
Hi @2basetech,
It might be due to some error happened while creating subscription order.
You may need to delete those (affected) posts (Move to trash and delete).Hi @2basetech,
For this issue we need to check the server error log files.
Please share you server error log file by raising a support request here.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Manual RenewalHi @pallavagt,
To manually renew an active subscription, go to the Edit Subscription page and click on Process Renewal from Subscription Actions. This will create a new subscription order.