Spanrig Technologies LLP
Forum Replies Created
-
Hi @branja ,
First of all we’re really sorry that we missed your support request. It slipped through emails and we didn’t notice. We’ll take care of it henceforth.
The good news is that we’ve released a new version with the fix for the session_start(), although it’s just a warning and doesn’t harm much for smaller sites, it does affect large websites having session management functionalities extended by other plugins and themes.
Please consider checking it out 🙂- This reply was modified 1 year ago by Spanrig Technologies LLP.
Forum: Plugins
In reply to: [UTM for Woocommerce] custom parameters to trackHi @lustek , Vinay here.
I’m glad you liked the plugin. I loved your suggestion to add custom parameters for tracking via UI. However, we have it via code if you need it on urgent basis.add_filter("utmforwoo_parameters", "utmforwoo_extra_params");
function utmforwoo_extra_params($parameters){
array_push($parameters, "custom1", "custom2");
return $parameters;
}
You can put above code in your child-theme’s functions.php file.
Make sure to replace the custom1 and custom2 with parameters you want to add.
Thank you once again and don’t forget to rate the plugin 🙂- This reply was modified 1 year, 10 months ago by Spanrig Technologies LLP.
- This reply was modified 1 year, 10 months ago by Spanrig Technologies LLP. Reason: Added code snippet
Forum: Reviews
In reply to: [Embed Swagger UI] Works great but leaves a Javascript trailHi,
We’ve rectified and resolved the issue. Please download the latest version and check.
Let me know if it’s still causing any issues.
RegardsVinay Jain
- This reply was modified 2 years, 4 months ago by Spanrig Technologies LLP. Reason: Adding notification
Hi Joe,
The plugin is fully compatible with latest versions of WordPress and Woocommerce.
We will push an update soon.
Marking this as Resolved. I hope I’ve resolved your query.
Regards
Vinay Jain
Spanrig TechnologiesHello Joseph,
I don’t think Westpac PaywayNET provides an option for Apple pay or Google pay.
Regards
Vinay Jain
Spanrig TechnologiesThis Plugin works with both One-off payments and Subscription payments.
If you want one-off payments just don’t check the “Is Payway Subscription” and it’ll work like any other one-off payment gateway.Hello @kiaramelissa
It’s a great suggestion. We’ve added this to our development pipeline. Expect it by this weekend.
Will keep you posted.Regards
Vinay Jain
Spanrig Technologies LLP