markhf
Forum Replies Created
-
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Translation not workingPO file is there inside lang/i18n folder. Please ping in Skype @mark_35997 so I can check this in your site.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Translation not workingPlease check with the latest version 1.1.2 and let us know if any issues with translation.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Existing Woocommerce subscriptionsHi Luke,
You cannot move existing woocommerce subscriptions to this plugin as this subscription type is different from that.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] PayPal recurring payments not workingHi John,
This message “No payment gateways capable of processing automatic subscription payments are enabled.” means that your payment gateways are not supporting recurring billing. Please check with a payment plugin that supports recurring payment.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Unable to delete the orderForum: Plugins
In reply to: [Subscriptions for WooCommerce] PayPal Pro?Glad that you sorted it out!
Hi vaibhav12321
Glad that your issue is resolved.
Please check the order notes section in order details page if any transaction detail is created. Please ping in Skype @mark_35997, so I can check this in your site.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] PayPay not autobillingHi @kita85
It seems like a subscription got created without any of its properties. Please ping in Skype @mark_35997 so I can check this in your website.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Plugin causing dashboard to freezeHi @attisfit
Please check your server error log file, if any error regarding this plugin is logged. So I can check this accordingly. We don’t have any other report of the same case.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Both Recurring and One time price?Hi degrander
Separate onetime price and recurring price for a single product is not possible.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] PayPay not autobillingHi @kita85
Please share the PayPal plugin link used for payment, so I can check this and get back.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Adjusting phrasesPlease 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”, “ar”, $subscription_string);
}
Hi @cblackmon,
Please contact in Skype @mark_35997
I will check the issue mentioned. Please share your changes through Skype, so I can cross check and update if needed.Forum: Plugins
In reply to: [Subscriptions for WooCommerce] PayPal Recurring Payment ProcessingHi @shawnanbu
Those three plugins are enough but I was just asking whether your PayPal plugin supports recurring payments. Please contact in Skype @mark_35997 so I can check this in your site itself.