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

[eluser]jairoh_[/eluser]
[quote author="haseydesign" date="1370999029"]@jairoh_

No, flexi cart does not come with any out-of-the-box integrations to payment gateways; a custom solution is required.

You could try looking at combining http://ci-merchant.org/ with the flexi cart library.[/quote]
thankyou sir. I'm gonna check that.

[eluser]Unknown[/eluser]
Flexi-cart and Flexi-auth are really great tools that work well together in a Shopping Cart!
Flexi-cart and Flexi-auth could be easily integrated with the PayPal Merchant Facility if the PayPal would have a better documentation guide. The hardest bit to implement a complete online solution was not integration of Flexi-cart and Flexi-auth, but with Pay-Pal. I did not find the Pay-Pal's documentation very useful, so that took me a lot of time. The site is at <a href="https://veliti.com.au">Veliti.com.au</a>. Thank you guys for a great software, it was all worth the effort ! Smile

[eluser]rebornishard[/eluser]
i got this error :

Code:
A PHP Error was encountered
Severity: Warning
Message: Invalid argument supplied for foreach()
Filename: libraries/Flexi_cart_lite.php
Line Number: 528
Backtrace:
File: D:\EasyPHP-DevServer-13.1VC11\data\localweb\bidbin3\application\libraries\Flexi_cart_lite.php
Line: 528
Function: _exception_handler
File: D:\EasyPHP-DevServer-13.1VC11\data\localweb\bidbin3\application\controllers\lite_library.php
Line: 232
Function: cart_items
File: D:\EasyPHP-DevServer-13.1VC11\data\localweb\bidbin3\application\controllers\lite_library.php
Line: 49
Function: mini_cart_data
File: D:\EasyPHP-DevServer-13.1VC11\data\localweb\bidbin3\index.php
Line: 274
Function: require_once

already tried with latest ci from github and ci 3.0
both give some error
thanks

[eluser]rebornishard[/eluser]
[quote author="rebornishard" date="1379157312"]i got this error :

Code:
A PHP Error was encountered
Severity: Warning
Message: Invalid argument supplied for foreach()
Filename: libraries/Flexi_cart_lite.php
Line Number: 528
Backtrace:
File: D:\EasyPHP-DevServer-13.1VC11\data\localweb\bidbin3\application\libraries\Flexi_cart_lite.php
Line: 528
Function: _exception_handler
File: D:\EasyPHP-DevServer-13.1VC11\data\localweb\bidbin3\application\controllers\lite_library.php
Line: 232
Function: cart_items
File: D:\EasyPHP-DevServer-13.1VC11\data\localweb\bidbin3\application\controllers\lite_library.php
Line: 49
Function: mini_cart_data
File: D:\EasyPHP-DevServer-13.1VC11\data\localweb\bidbin3\index.php
Line: 274
Function: require_once

already tried with latest ci from github and ci 3.0
both give some error
thanks[/quote]

sry sir, forget this post, i used wrong ci version
i used develop and 3.0
now i run with 2.1.4
it's worked
thanks

[eluser]rebornishard[/eluser]
now i run with 2.1.4
yes it's worked but unable to add item by link, form, and ajax
thanks

[eluser]elci[/eluser]
This is a pretty 'mature' thread, but I came across Flexi cart and thought it might be useful to play with it and figure some of it approaches, so I downloaded it.

I haven't run into any real problem so far, but found a function in the demo that I was not able to figure out where it's being defined, or why it works for that matter: get_shipping_location_array().
My guess is it's an alias of get_shipping_location_query(), but where is it specified? Am I lacking some Codeigniter knowledge (or PHP?), or my download is somehow corrupted? It's a complete mystery ...

[eluser]elci[/eluser]
Nevermind, I 'solved' the mystery, it's the __call() method in Flexi_cart_lite library that parses the method names and returns database data formatted accordingly. A bit unusual approach but clever, nevertheless.

I really appreciate the great work that went into this project - thanks!

[eluser]dereklim12[/eluser]
Hi, I am a newbie for Codeigniter and PHP. Can anyone show me where to get the tutorials for flexi cart?

[eluser]dereklim12[/eluser]
Hi, I think the library discount function is not working. I have installed the demo version. Everything is well except that the discount examples are not working. For example, when I add 3 items for discount example "buy 2 get 1 free", the cart total is the sum of all 3 items. Is it that there are something wrong with the updates?

[eluser]koichirose[/eluser]
Hi @haseydesign, how's it going? Smile

I just upgraded to PHP 5.4 on my dev machine, I'm getting a bunch of errors due to the new E_STRICT error_reporting in PHP 5.4.

I tried fixing it myself, but errors keep popping up and I'm afraid I'll mess something up.

Do you plan to check that out in the future?

Thanks




Theme © iAndrew 2016 - Forum software by © MyBB