About Store Forum Documentation Contact



Post Reply 
Hi, I need help with paypal?
Author Message
andreamillspaugh Offline
Member

Post: #1
Hi, I need help with paypal?
Hi, I want to change the price of the subscribed submissions to paypal, When I click on subscribed it sends me to paypal and I want to change the price. Where do I go to do this, I just want to make sure the payments and stuff work before publish. Thank Yougrin
12-19-2014 08:36 PM
Find all posts by this user Quote this message in a reply
A_Gris Offline
Member

Post: #2
RE: Hi, I need help with paypal?
Hello

the price is set into the engine itself i believe ( haven't tested this feature yet )

in the Inesis Server there's a script called "Client Account"

at the bottom of the page, there's the "int payment=0; SqlAccounts.getCol(1,payment); if(payment<((item==0) ? 1000 : 500 ) )continue; // 0-10.00 USD , 1-5.00 USD"

here you can set the 3 month or 1 month sub amount i believe.

hope it helps

A_Gris
12-20-2014 11:55 PM
Find all posts by this user Quote this message in a reply
andreamillspaugh Offline
Member

Post: #3
RE: Hi, I need help with paypal?
Cool thanks so much for your help I really appreciate it. smile
12-21-2014 12:51 AM
Find all posts by this user Quote this message in a reply
Post Reply