Welcome Guest, Not a member yet? Register   Sign In
flexi cart - A comprehensive shopping cart library for CodeIgniter
#11

[eluser]haseydesign[/eluser]
@ryan

1) flexi cart doesn't currently have any payment gateways built into the library.
I have personally integrated flexi cart with WorldPay and have had no problems.
It's just a case of reading through the payment gateways api documentation, and then using flexi carts functions to pass the required data.

If and when I get the time, i'll try and look into creating some demos for popular gateways like PayPal.
If you end up implementing it with a gateway, i'd be interested if you were happy to share the code.

2) As for user data, the only direct relationship that flexi cart needs with a user is a unique user id.
This means that the library can integrate with pretty much any of the auth libraries that are available in CodeIgniter (Including my own 'flexi auth' library - I'll put it up on GitHub if your interested in playing about with it).

In the likely situation when you need to save a users billing/shipping details with an order, this data can be saved to the database by submitting an array of the custom data when saving the cart data to the database.
How you collect this user billing/shipping data is up to you, it could be from a database query, or from a submitted form (Like with the online demo).


Messages In This Thread
flexi cart - A comprehensive shopping cart library for CodeIgniter - by El Forum - 04-03-2012, 06:56 PM



Theme © iAndrew 2016 - Forum software by © MyBB