anyone can make it, pls pm me with price.
I need a simple module work same paypal module
Regards
-----------------------------------------------------------------
this is info
https://www.plimus.com (you can register and test)
https://www.plimus.com/tutorials/Plimus-IPNGuide.pdf - HTML View
http://www.plimus.com/html/httpNotifica ... iable.html
Dear Vendor,
Thank you for contacting Plimus.
Any shopping cart implementation can be integrated into the Plimus order page
as follows:
Passing contract ids and quantities from your existing shopping cart to our
system for payment processing:
You may create a form on your end so when the customer clicks on the checkout
button it will pass the contract id numbers and quantities from your cart to
the buynow.jsp page using additional parameters as follows when more than one
contract is purchased:
https://www.plimus.com/jsp/buynow.jsp?c ... omotionCon[..]
Below is an detailed explanation of each field when sending the customer to
purchase 2 contracts:
contractId=xxxxx (where xxxxx is the main contract id number)
&numberOfPromotionContract=1 (1 if there are 2 contracts total, 2 if there are
3 etc..)
&promoteContractId0=yyyyy (where yyyyy is the contract id number of the second
contract)
&promoteContractFlag0=Y (needs to be there as is to function correctly)
&addPromoteContract0=Y (needs to be there as is to function correctly)
&quantity=2 (specifies the quantity for the first contract, 2 in this example)
&promoteQuantity0=3 (specifies the quantity for the second contract, 3 in this
example)
** If you need to specify 3 different contracts the following parameters will
have to be added to the end of the URL:
&promoteContractId1=zzzzz (where zzzzz is the contract id number of the 3rd
contract)
&promoteContractFlag1=Y
&addPromoteContract1=Y
...and the following value for the parameter would need to be increased by 1
to 2:
&numberOfPromotionContract=2
** If you need to specify 4 different contracts then the same parameters as
above will need to be added again to the end of the link after changing every
occurrence of the digit 1 with the digit 2 and increasing the value of
&numberOfPromotionContract by one to 3.
Please let us know if there is anything else we can assist you with.
Thank you and have a nice day!
Regards,
Plimus Vendor Support