New Zenner
- Join Date:
- Dec 2007
- Posts:
- 1
- Plugin Contributions:
- 0
Can someone send me paytreck module?
Hi,
I required Paytreck (paytreck.com) module for my website. I found one module in Zen-cart contribution but its not works perfectly !
Given below are the shopping card code on Paytreck.
<!-- PayTreck PAYMENT FORM -->
<form method=post action=https://www.paytreck.com/process.htm>
<input type=hidden name=member value="--YOUR-USER-NAME-OR-EMAIL--">
<input type=hidden name=action value="product/donation/subscription/payment">
<input type=hidden name=product value="--PRODUCT-NAME-HERE--">
<input type=hidden name=price value="--PRICE--">
<input type=hidden name=quantity value="--QUANTITY--">
<input type=hidden name=period value="--DURATION-DAYS--">
<input type=hidden name=trial value="--TRIAL-PERIOD-DAYS--">
<input type=hidden name=setup value="--SETUP-FEES--">
<input type=hidden name=tax value="--TAX-FEES--">
<input type=hidden name=shipping value="--SHIPPING-FEES--">
<input type=hidden name=ureturn value="--RETURN-URL--">
<input type=hidden name=unotify value="--NOTIFY-URL--">
<input type=hidden name=ucancel value="--CANCEL-URL--">
<input type=hidden name=comments value="--YOUR-COMMENTS--">
<input type=image src="--YOUR-BUTTON-HERE--">
</form>
<!-- PayTreck PAYMENT FORM -->
Description for all fields which you can use:
For successful payment process you should use next parameters:· username - your username
· product - product ID or name
· action - use "product" if this product is pre-defined
use "donation" if this is donation payment
use "subscription" if this product is subscription
use "payment" if this is simple payment transaction
· price - price of product, $
· quantity - quantity
· period - subscription rebilling period, days
· trial - trial period, days
· setup - setup fee, $
· tax - tax fee, $
· shipping - shipping fee, $
· ureturn - return URL
· unotify - notify URL
· ucancel - cancel URL
· comments - product description
Additional information:
After successful payment process system will forward buyer to your site
and some parameters will back to your script by the POST method:· action - type of transaction (product/donation/subscription/payment)
· pid - internal product ID
· pname - product name
· buyer - buyer username
· total - total amount
· quantity - quantity
· comments - buyer notes
· referer - system referer URL (https://www.paytreck.com)You can get this parameters by the global POST variable,
e.g. $_POST[--VARIABLE-NAME--]...
Please help me to make paytreck module for zen-cart.
Waiting for support,
Regards,
Charmi