Hello,
I have instegrated ARB for my joomla website I'm confused here for trial amount and duration please clear me.
I have to set dynamically free trial duration with $0 like 10 days, 15 days, 30 days, 40days, 60days, 120days,....365days after trial period ends it will automatically start recurring billing unlimited days once their trial periods will ends.
How will i pass variables to it Please guide me to doing that also How can i remove my tested subscriptions from ARB section of payment gateway admin:
Here is my variables i'm using for ARB Please Kindly guide me:
$subscription = new AuthorizeNet_Subscription;
$subscription->name= "Membership";
$subscription->intervalLength = "1";
$subscription->intervalUnit= "months";
$subscription->startDate = $date
$subscription->totalOccurrences= "1";
$subscription->trialOccurrences= "0";
$subscription->trialAmount = "0";
$subscription->amount = "9.99";
$subscription->creditCardCardNumber= $creditcard;
$subscription->creditCardExpirationDate= $creditCardExpirationDate;
$subscription->creditCardCardCode = $cvv;
$subscription->billToFirstName = $fname;
$subscription->billToLastName = $lname;
$subscription->customerEmail = $email;
$subscription->billToAddress = $address;
$subscription->billToCountry = $country;
$subscription->billToAddress = $address;
$subscription->billToZip = $zip;
Solved! Go to Solution.
โ03-13-2014 12:02 AM
instead of setting a tree trail duration of 10, 15 days, move the startDate to 10, 15 days ahead.
โ03-13-2014 04:12 AM
It was done by myself i just started transaction via start date and problem was resovled.
โ04-11-2014 05:20 AM
instead of setting a tree trail duration of 10, 15 days, move the startDate to 10, 15 days ahead.
โ03-13-2014 04:12 AM
This not posible set start with date. Can you please suggest me an way to pass accurate variables to it.
โ03-13-2014 05:47 AM
Can you please suggest me how will i pass variables with actual values to it?
โ03-13-2014 10:12 PM - edited โ03-13-2014 10:13 PM
You mean you don't know php?
You can hire Certified Developer.
โ03-14-2014 04:24 AM - edited โ03-14-2014 04:24 AM
It was done by myself i just started transaction via start date and problem was resovled
โ04-11-2014 05:19 AM
It was done by myself i just started transaction via start date and problem was resovled.
โ04-11-2014 05:20 AM