CodeIgniter Forums
Launched GoCart 1.2 yesterday - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Launched GoCart 1.2 yesterday (/showthread.php?tid=48451)



Launched GoCart 1.2 yesterday - El Forum - 01-17-2012

[eluser]nmormino[/eluser]
For those of you looking for a CodeIgniter based shopping cart. We (at Clear Sky Designs) just launched GoCart 1.2.

You can check it out on our website at gocartdv.com


Launched GoCart 1.2 yesterday - El Forum - 08-06-2012

[eluser]RockyS[/eluser]
nmormino can I ask you how can I use your "adding new product" items (products_form.php, products.php etc) in separate project?

I just love the way how can we add new options to products.


Launched GoCart 1.2 yesterday - El Forum - 08-06-2012

[eluser]nmormino[/eluser]
I'd need to know what you are trying to accomplish. If you want the functionality as is, It's utilizing javascript to create new fields that all share similar form element names such as product_option[]




Launched GoCart 1.2 yesterday - El Forum - 08-06-2012

[eluser]RockyS[/eluser]
I would like to use this functionality

http://demo.gocartdv.com/admin/products/form

I already implemented everything except "Options" and "Images" tabs and this is for what I'm asking you.

I get the logic (controller and model) behind this two, I'm having difficulties with JS as you said.

Do you have standalone version of this "module"? Because I was riping everything apart with no success.


Launched GoCart 1.2 yesterday - El Forum - 08-06-2012

[eluser]nmormino[/eluser]
Unfortunately i do not have this as a standalone module. I can tell you that we're using jquery and jquery UI and without those libraries it will be impossible for you. You will probably do better though to pull the code out from what is generated rather than grabbing from the PHP file.

Essentially, do a view source in your browser and grab the javascript functions out that way.


Launched GoCart 1.2 yesterday - El Forum - 08-07-2012

[eluser]RockyS[/eluser]
Ok, I've managed it, but I'm from Europe and here we use decimal with prices, gocart doesn't support that. Any way of changing that? Instead of 99.99 I need to use 99,99


Launched GoCart 1.2 yesterday - El Forum - 08-07-2012

[eluser]nmormino[/eluser]
Hey there RockyS, I'm fairly certain someone answered this question in the gocart forums already. I don't recall the specifics simply because it can be rather difficult to keep track of all the various posts in there. GoCart forums are at http://gocartdv.com/community


Launched GoCart 1.2 yesterday - El Forum - 08-07-2012

[eluser]RockyS[/eluser]
I've searched for "europe,decimal,float,number format,format,price,input" and nothing useful in results.

This could be one of the options in gocart system.