Gravity forms Authorize.net add-on deducting regular amount instead of trail amount. - wordpress

I am using gravity form add-on of authorize.net to create monthly subscription in one of my WordPress site.
I have set the subscription amount to $50 and 1 month trial for $1 but when the transition is done the total amount charged $50 and authorize.net merchant interface shows me that trial period is set for on month with 1$ and amount is $50.
i am confused is there anything i am missing ?

I did a quick test using the latest versions of both add-ons (GF v1.8.3 and Auth.net v1.5) and this worked as anticipated. Does your Auth.net account support Automated Recurring Billing (ARB)? If yes, and you're still having issues, Gravity Forms support can help you get this figured out.
Note to moderators: I would have left this as a comment given that is isn't an actual answer to the issue but I do not have enough reputation to leave comments.

Related

Woocommerce and Gravity Forms problem with deliveries

It's been a week since I'm trying to resolve this, and I'm just stuck. Please help :)
Here is the problem: I have a website with catering services, that are delivered every day to the clients. It's done using wordpress, gravity forms + addons (woocommerce and perk plugins with calendar and conditional pricing) with complicated conditional logic as the meals have different calories and so on. It's only one product, but it's coming from Gravity Forms itself. The form is calculating the number of days as a hidden field and I want to calculate the delivery cost by multiplying the number of days, that the Client placed the order for by the flat rate cost of a particular delivery zone in woocommerce (3 zones with different delivery costs in total). Let's say the cost of the delivery to one City is $5 and the order is placed for 10 meals, meaning 10 deliveries with fresh meal every day - so I want the delivery cost to be $5*10 = $50 for that order. I tried to achieve this with Gravity Perks- not possible, with Woocommerce Addon for Gravity Forms- it's possible to override the number of items ordered, but not the delivery cost itself... and I'm out of ideas :(
Does anybody have any clue how to achieve this?
Huge Thanks and a big beer in advance :)

i want to be sure that woocomerce doesn't sells over the stock

this is my first question and im not a programmer. English isn't my natural Language either.
I need to reduce to 0 or to the minimum possible the chances of woommerce taking orders or accepting payments when the stock reaches 0.
I simulated 2 purchases at the same time and both were received and the stock counter got to -1.
i expect a lot of people buying products at the same time in my website and I want to avoid giving money back because of sells above the stock.
i had another problem with "Mercado Pago" payment method. once an order was already cancelled (due to the time limit) it let the payment be finalised.
thank you very much!
I found out that your issue matches this one: https://wordpress.org/support/topic/negative-stock-quantity/
Also, it could be your payment gateway capturing the payments later or something which is causing the order status to be delayed. In such cases, the stock does go to a negative number which is a known issue.

How to split the total amount of order in Woocommerce

Splitting the total amount of order in WooCommerce, and first splitting to be paid with card(ex: icredit or another gateway) and second splitting to pay with cash on delivery(COD).
A solution but not works like expected, give error on payment gateway
You can use this plugin. It has not been updated for some time, but it still works well.

How do I display woocommerce sales data on front end in widgets

I am wanting to know how to pull the woocommerce data from the backend to be displayed in a widget on the front-end. More specifically I am wanting to pull the data about total number of customers & the total amount of sales. This is to be used for a crowdfunding campaign page that I have built.
The total number of customers will be changed to backers & will update automatically when a sale has been processed.
The total number of customers will display the number of backers & will also update automatically when a sale has been processed.
The idea is that all you need to build a crowdfunding single campaign site is just woocommerce & a couple of free plugins, without the need for expensive plugins that you don't need in reality.
Any help with this would be greatly appreciated.
Cheers!
You might already know, but there are themes specially built for crowdfunding. I dont know any free plugins that can do that. The only way to get this data is to either grab them from database which will require some pretty advance mysql joins, or a better way would be to inspect the code that woocommerce uses to display the reports. Here is a great post on how to do just that http://imdev.in/woocommerce-how-to-get-total-sales-of-all-products-number/
You can use the code and create a plugin, which can then help other developers as well.

Code sample for Paypal subscription with ASP.NET

Is there a code sample or a really good article that talks about integrating Paypal subscriptions with a ASP.NET website?
I'd like to provide a 30 day trial period during which they are not charged (even if they cancel). If they choose to continue, they are charged every month. The paypal documentation is not very helpful and I've yet to come across a code sample that implements this.
Any help is appreciated. Thanks
Disclosure: this is a blog posting I put out:
http://www.codersbarn.com/post/2008/07/10/ASPNET-PayPal-Subscriptions-IPN.aspx
From memory, if you check the PayPal parameters, there is a way to set up trial period.

Resources