Spanrig Technologies LLP
Forum Replies Created
-
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 8 months, 2 weeks ago by Spanrig Technologies LLP.
- This reply was modified 8 months, 2 weeks 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 1 year, 2 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