The Official Website of AgoraCart and Agora.cgi
AgoraCart.com Demos Download AgoraCart User Manuals & Wiki Gold Members Forum Go Gold Now! Gold Version Memberships

AgoraCart.com

About
Features
Download
Payment Gateways
Send a Donation
Founders Club
BLOG: News & Updates

Showcases & Demos

AgoraCart Demos
Shop Live Stores

Downloads & Add-ons

Gold Version Downloads
DBwizz Database Mgr.
AgoraCart.com Store

Help & Support

User Manuals
Gold Version Users Forum
Gold Version Chat
Tech Support
Certified Agora Pros
Certified Designers
Hire a Freelancer

Gold Version Members

Member Benefits
Join Today!
Gold Members Home
Gold Version Users Forum
Gold Version Chat Rooms
Gold Version Downloads

For Store Owners

Merchant Accounts
Cool Resources
Advertise Here
"Powered by" Logos
Web Hosting Search

Misc.

Contact Us
MEET's Talking Guide
The Ancient Greek Agora






AgoraCart Free User Forums

This is the official FAQ and Cool Tips guide For the AgoraCart shopping Cart software


Official Sponsors of the AgoraCart Project:

       


RegisterSearchFAQLog in
Reply to topic Page 1 of 1
subscriptions
Author Message
Reply with quote
Post subscriptions 
well, its that time.

I have to make allowance for the addition of subscriptions with regular orders.

Well, I'm using the LinkpointHTML-orderform.html and the LinkpointHTML-order_lib.html file

from what i see it looks like all I must do is add the input boxes to the html file so the customer can input them and create the necessary entries in the .pl file and configure the processor and that's it right?

Or am i missing something?

View user's profile Send private message
Reply with quote
Post  
What???
Can you provide a URL to an example of what you are wanting to do???
How do you process these subscriptions? Are they supposed to be automatically billed on a regular basis?

I'm not sure that you even need to touch the Linkpoint gateway file...
You will need to be a bit more specific on what you are doing...


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Reply with quote
Post  
okay, what i am trying to do is to:

1. have my regular items in the cart like regular orders
2. have my recurring billing items in the cart as well as needed
3. send it all as one order when the "secure orderform" button is clicked
4. the item(s) with recurring billing are charged and set up properly, and the items that are not recurring are only charged once, as it should be.


That is what I am trying to do.

**on a side note, is there a variable that will put the correct date in the hidden "startdate" input tag that tells the processor when to start charging? I want it set to the current date of the transaction all the time.**

thanks in advance.

View user's profile Send private message
Reply with quote
Post  
and the subscriptions will be monthly till i request a stop per the customers' instruction, like:

Code:

<INPUT name="submode" value="periodic" type="hidden">
<INPUT name="periodicity" value="m1" type="hidden"> 
<INPUT name="installments" value="12" type="hidden">
<INPUT name="threshold" value="2" type="hidden">
<INPUT name="startdate" value="20041125" type="hidden">


View user's profile Send private message
Reply with quote
Post  
I figured it out!!!

I now know how to do subscriptions and full pay in agoracart.

An explanation will be coming.

View user's profile Send private message
Reply with quote
Post subscriptions - how to 
wherw did you place this code in store? options file?


inspector wrote:
and the subscriptions will be monthly till i request a stop per the customers' instruction, like:

Code:

<INPUT name="submode" value="periodic" type="hidden">
<INPUT name="periodicity" value="m1" type="hidden"> 
<INPUT name="installments" value="12" type="hidden">
<INPUT name="threshold" value="2" type="hidden">
<INPUT name="startdate" value="20041125" type="hidden">


View user's profile Send private message
Reply with quote
Post  
It states where in the first post of this thread.

HTH!


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum