This topic is locked

Paypal Integration

10/5/2007 1:26:17 AM
PHPRunner General questions
A
acpan author

Hi,
Thank you for a great product at such affordable price and great features.

I tried the latest trial version 4.1 and i am very convinced to buy the product very soon.
A few questions here since i need to implement it hopefully with phprunner soon:

  1. Paypal integration. i saw shoprunner and i am eager to try it hopefully with:
    User clicks some link in my web generated by phprunner, my codes attached some variables

    eg. $values["xyz"] etc for purchase values, item name, etc and post it to paypal.
    User then brought back to my web and pass the result to my web and updates some tables

    in the database using eg. event codes.
    This should be done secrurely.
  2. If possible to add optionally the tuning code for login or registeration. it is

    standard nowdays to have it as basic security feature.
  3. Import function for bulk import via csv by my users.
  4. Copy of view is needed. As i prefer to use different views to control the security access of different

    group of users. So alot of similar views are created and there is no way to copy them. So a lot

    of repeat work.
    Thank you.

    dex

J
Jane 10/8/2007

Hi,
please see my answers below:

  1. We've added paypal integration to the shopping cart.

    You can add products to the shopping cart, select paypal as payment option and place order. All info about paypal order is sent to your database when order is processed.
  2. Please give me more detailed description of what you need to achieve.
  3. Import feature was added to the shopping cart.
  4. Thank you for sharing your idea.

    We'll add it to our suggestion list.
    Here is direct link to the shopping cart live demos:

    http://xlinesoft.com/shoppingcart/livedemo.htm

A
acpan author 10/8/2007

Hi Jane,
Thank you for your info and pointing me to the link. Shopping cart is available in other open source but i like it

built on top of phprunner as with the flexibility build on Phprunner, it helps people without advanced knowledge

in php to build their logic and do some tricky stuffy, that is only possible by the expert.
What i currently thinking, extending on my site built on the trial version of phprunner 4.1,

that i have a list of products in the list page of the site, that when a user click on one of the field which is a web link,

it will be directed to paypal with some parameters like $values["item_id"], $values["item_price"], $_SESSION[UserID].
Agent Profile Table:

Agent_ID

Account_Balance

Agent_Name

Agent_Tel
Product Table:

Item_ID

Description

Price

Pay_now_web_link
When Agent log in, he will see a list of item as follows:
Item ID | Description | Price | Pay Now

Item ID | Description | Price | Pay Now

Item ID | Description | Price | Pay Now
Agent clicks on the Pay Now and redirected to paypal after payment made at paypal,

it will then redirect back to the the site and deduct the Agent's account balance in Agent Table.
As for import, i need provide the import into the site built with phprunner 4.1.
That's what i want to achieve for now. I have used phprunner to built a lot of logic and flow into

my website, so using shopping cart template will not be suitable from ground up. So ideally,

it will be good to have a "plug-in" that can be called in phprunner site or some scripts, at least

for paypal payment gateway.
I will purchase a copy of phprunner 4.1 in the next few days and look at shopping cart after that.
Rgds

Dex

J
Jane 10/9/2007

Dex,
to integrate PayPal only I recommend you to use PayPal template in the PHPRunner.