Jump to content

How much for a Link Point Connect mod


Guest modernjazz

Recommended Posts

Guest modernjazz

I have done a simple cart and decided upon cubecart

however the storeowner uses YourPay (whose gateway is actually Linkpoint)

Linkpoint Connect is actually very easy.... it is a matter of sending variables to the Linkpoint Connect gateway and the customer can enter the CC# and info over there on their site

What I'm looking for is someone who can customize the Cubecart cart to take the customer's total and basic info (name - address - order total), and when they hit checkout (or in this case "continue to secure payment form) to send those variables over to Linkpoint Connect.

How much would you charge to tweak Cubecart to connect to Linkpoint Connect? Email me at [email protected] The store is located at http://true-secure.com/glassandco/

While we're at it I'd like to upgrade from 3.0.0 to 3.0.1 to see if the shipping element will work, and I need to set a minimum order of 6 units

The minimum required HTML form that would be necessary would look something like this:

Sample Sale with Minimum Fields

Shown below is some sample HTML that shows an example Order Form that passes the Minimum Required Fields for a sale transaction to the Gateway payment forms. This same HTML can be used for either check or credit card transactions; the Gateway will automatically ask the customer to select a payment type (for those merchants who use VirtualCheck). If you copy this HTML for your own use, make sure you:

Change the value of storename from 1234567890 to your merchant storename (or store number) as specified in your Welcome E-mail.

If you are using a test store on the staging server, change the form action to https://staging.linkpt.net/lpc/servlet/lppay.

Don't forget to fill out the Settings form within the Customization main menu selection before you attempt any transactions.

<html>

<head>

<title>Sample YourPay Connect Order Form</title>

</head>

<body>

<h1>Order Form</h1>

<p>Your order total is: $13.99.</p>

<FORM action="https://secure.linkpt.net/lpcentral/servlet/lppay" method="post">

<input type="hidden" name="storename" value="1234567890">

<INPUT type="hidden" name="chargetotal" value="13.99">

<input type="hidden" name="txnorg" value="eci">

<input type="hidden" name="mode" value="payplus">

<input type="hidden" name="txntype" value="sale">

Address (1st line): <input type="text" name="baddr1" size="30" maxlength="30"><br>

Zip code: <input type="text" name="bzip" size="5" maxlength="10"> <br><br>

<INPUT type="submit" value="Continue to secure payment form"> </Form>

</body>

</html>

This form would look like this:

Order Form

Your order total is: $13.99.

Address (1st line):

Zip code:

Here's another example:

Sample Authorization with Minimum Fields

Shown below is some sample HTML that shows an example Order Form that passes the minimum required fields for an authorization transaction to the Gateway payment forms. If you copy this HTML for your own use, make sure you:

Change the value of storename from 1234567890 to your merchant storename (or store number) as specified in your Welcome E-mail.

If you are using a test store on the staging server, change the form action to https://staging.linkpt.net/lpc/servlet/lppay.

Don't forget to fill out the Settings form within the Customization menu selection before you attempt any transactions.

<html>

<head>

<title>Sample YourPay Connect Order Form</title>

</head>

<body>

<h1>Order Form</h1>

<p>Your order total is: $13.99.</p>

<form action="https://secure.linkpt.net/lpcentral/servlet/lppay" method="post">

<input type="hidden" name="storename" value="1234567890">

<input type="hidden" name="chargetotal" value="13.99">

<input type="hidden" name="mode" value="payplus">

<input type="hidden" name="txntype" value="preauth">

<input type="submit" value="Continue to secure payment form">

</form>

</body>

</html>

This form would look like this:

YourPay Connect Order Form

Order Form

Your order total is: $13.99.

Blaine Fallis

A Train Hosting

[email protected]

Take the "A" Train to Internet Success!

Manage your domain names at:

http://atraindomains.com

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...