Re: shopping cart

2012-08-08 Thread Greg Skerman
a typical 'simple' shopping cart will have a model arrangement something like this Product Order Customer Customer HasMany Order (a customer can make more than one order) Order HasMany Products (an order contains many products) Customer signs up then looks at a list of products - on

shopping cart

2012-08-08 Thread anfuet
Hello everybody. I need a very simple shopping cart, but i don't know how i can create a shopping cart. I know there are some plugins but it is for my study exam. Can you help me, please? Here you can find my post in cakephpforum.net: link<http://www.cakephpforum.net/index.php?showto

Re: MVC design for shopping cart

2012-03-01 Thread Stephen
>> write a datasource to pull/save to the Session just for something simple >> like this? I mean, since there will only ever be *one* cart record (from >> the eyes of the user) it doesn't seem to make sense to go to all the >> trouble. Breaking MVC patterns is okay every

Re: MVC design for shopping cart

2012-03-01 Thread Stephen
le > like this? I mean, since there will only ever be *one* cart record (from > the eyes of the user) it doesn't seem to make sense to go to all the > trouble. Breaking MVC patterns is okay every once in a while :) This > component would be easily testable and separate from your co

Re: MVC design for shopping cart

2012-02-29 Thread jeremyharris
2012 1:06:27 PM UTC-8, Christian wrote: > > Hi, > > I'm currently trying to create a shopping cart solution with cake 1.3. > In the current design, only the product id of a chosen product will be > saved in the session, each time the customer lists the cart items, all >

Re: MVC design for shopping cart

2012-02-29 Thread Stephen Speakman
wrote: Hi, I'm currently trying to create a shopping cart solution with cake 1.3. In the current design, only the product id of a chosen product will be saved in the session, each time the customer lists the cart items, all information needs to be read out of the database. My idea was to c

MVC design for shopping cart

2012-02-28 Thread Christian
Hi, I'm currently trying to create a shopping cart solution with cake 1.3. In the current design, only the product id of a chosen product will be saved in the session, each time the customer lists the cart items, all information needs to be read out of the database. My idea was to cre

ModraCart the easy to use PHP Shopping Cart built on CakePHP is available

2011-01-11 Thread KMScreative
Build on CakePHP 1.3.4, ModraCart is a serious competitor to major shopping cart platforms. Custom URL's for static pages you create, category and manufacturer pages, product pages. Customize shipping options. Accept credit cards and be PA-DSS compliant. Find out more at http://www.modracar

Re: i need ajax shopping cart with cakephp

2010-04-30 Thread Mike
It's something I'll add at some point. But Kaching is meant for people who want to write code. If you don't then you should be looking at a something like Magento (www.magentocommerce.com) On Apr 30, 8:53 am, hoss7 wrote: > i am new in cakephp mike can you do it for me to convert this source >

Re: i need ajax shopping cart with cakephp

2010-04-30 Thread Jeremy Burns
Come on Hamed - we're all a bit busy out here. Jeremy Burns jeremybu...@me.com On 30 Apr 2010, at 14:53, hoss7 wrote: > i am new in cakephp mike can you do it for me to convert this source > to ajax > > Check out the new CakePHP Questions site http://cakeqs.org and help others > with their Cake

Re: i need ajax shopping cart with cakephp

2010-04-30 Thread hoss7
i am new in cakephp mike can you do it for me to convert this source to ajax Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to thi

Re: i need ajax shopping cart with cakephp

2010-04-30 Thread Mike
And have it slice bread as an extra lol > > > On 4/29/10, thatsgreat2345 wrote: > >> U then make one are we supposed to just write it all for you > > >> On Apr 29, 11:54 am, hoss7 wrote: > >>> i need ajax shopping cart with cakephp > > >

Re: i need ajax shopping cart with cakephp

2010-04-29 Thread Jeremy Burns
an extra lol > > > On 4/29/10, thatsgreat2345 wrote: >> U then make one are we supposed to just write it all for you >> >> On Apr 29, 11:54 am, hoss7 wrote: >>> i need ajax shopping cart with cakephp >>> >>> Check out the new CakePHP Qu

Re: i need ajax shopping cart with cakephp

2010-04-29 Thread Jonathon Musters
Please do write it for us. And have it slice bread as an extra lol On 4/29/10, thatsgreat2345 wrote: > U then make one are we supposed to just write it all for you > > On Apr 29, 11:54 am, hoss7 wrote: >> i need ajax shopping cart with cakephp >> >> Check ou

Re: i need ajax shopping cart with cakephp

2010-04-29 Thread thatsgreat2345
U then make one are we supposed to just write it all for you On Apr 29, 11:54 am, hoss7 wrote: > i need ajax shopping cart with cakephp > > Check out the new CakePHP Questions sitehttp://cakeqs.organd help others with > their CakePHP related questions. > > You rec

i need ajax shopping cart with cakephp

2010-04-29 Thread hoss7
i need ajax shopping cart with cakephp Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email t

Re: Kaching: CakePHP Shopping Cart Framework Plugin

2010-04-22 Thread Mike Friesen
I only used subversion, because I was more familar with it. I've created a project page on Github and I'll work on moving the source over there. Mike On Thu, Apr 22, 2010 at 6:09 AM, j0n4s.h4rtm...@googlemail.com < j0n4s.h4rtm...@googlemail.com> wrote: > In addition, GitHub just released their

Re: Kaching: CakePHP Shopping Cart Framework Plugin

2010-04-22 Thread j0n4s.h4rtm...@googlemail.com
In addition, GitHub just released their SVN API, which means you can still use your SVN tools and for pushing and pulling from repositories: http://github.com/blog/626-announcing-svn-support Also, subdirectories aren't used much. Fabio you should create a subdomain pointing to your application, it

Re: Kaching: CakePHP Shopping Cart Framework Plugin

2010-04-22 Thread j0n4s.h4rtm...@googlemail.com
Hello, I took a look at Kaching earlier, it looks great. The biggest bummer for me was that it wasn't on github. You will probably see lots more community action (forks, pull requests, commits, patches) there. Check out the new CakePHP Questions site http://cakeqs.org and help others with their

Re: Kaching: CakePHP Shopping Cart Framework Plugin

2010-04-21 Thread Mike Friesen
Hi, Sorry, but I never thought of installing kaching in a subdirectory. I've been playing around with it tonight and your right, the css / links don't work inside a subdirectory. I'll create a ticket for that and I'll get that working for the next release. In the meantime, the only thing I can

Re: Kaching: CakePHP Shopping Cart Framework Plugin

2010-04-21 Thread fabio
Dear Mike, thanks a lot for sharing your good work... I'm trying to get Kaching working, but i've encountered an obstacle regarding plugin routing... i guess I'm trying and trying to solve this but I couldn't solve it yet... that's why I'll try to explain it and hope on a little help... Basicly

Re: Kaching: CakePHP Shopping Cart Framework Plugin

2010-04-21 Thread fabio
Dear Mike, thanks a lot for sharing your good work... I'm trying to get Kaching working, but i've encountered an obstacle regarding plugin routing... i guess I'm trying and trying to solve this but I couldn't solve it yet... that's why I'll try to explain it and hope on a little help... Basicly

Re: Kaching: CakePHP Shopping Cart Framework Plugin

2010-03-16 Thread Jamie
Mike - this looks really slick. Awesome work. I'm definitely going to be incorporating this into a couple of upcoming projects. On Mar 15, 6:12 pm, Mike wrote: > If your looking for a shoppingcart plugin for CakePHP that is > distributed under the MIT License, here you > go...http://code.google.

Kaching: CakePHP Shopping Cart Framework Plugin

2010-03-15 Thread Mike
If your looking for a shoppingcart plugin for CakePHP that is distributed under the MIT License, here you go... http://code.google.com/p/kaching-php Kaching is tailored for developers that want full control on building their online store. Kaching provides the store administration and lots of fe

Re: Introducing VaM Cart - CakePHP Shopping Cart

2010-03-11 Thread Sam Sherlock
job. > > I was searching for a advanced example, and you give me xD. > > > > Thank you very much! > > > > Obs: Like others said, GPL is too bad to use. > > If you realy want to your project be free, use a realy open licence like > > BSD. > &

Re: Introducing VaM Cart - CakePHP Shopping Cart

2010-03-11 Thread milx
advanced example, and you give me xD. > > Thank you very much! > > Obs: Like others said, GPL is too bad to use. > If you realy want to your project be free, use a realy open licence like > BSD. > > Em Qua, 2010-03-10 às 10:25 -0800, VaM escreveu: > > > > > Va

Re: Introducing VaM Cart - CakePHP Shopping Cart

2010-03-11 Thread Tiago N. Sampaio
pen Source CakePHP Based Shopping Cart. > > Official Site - http://vamcart.com/ Online Demo - http://vamcart.com/demo/ > Admin: http://vamcart.com/demo/admin/ > Login: admin > Password: password > > * Easy Installation. > * CSS, JS minify and compress. > * SEO - Search Engi

Re: Introducing VaM Cart - CakePHP Shopping Cart

2010-03-10 Thread humbao
407 017 293 w. http://grahamweldon.com On 11/03/2010, at 5:25 AM, VaM wrote: VaM Cart - Free, Open Source CakePHP Based Shopping Cart. Official Site - http://vamcart.com/ Online Demo - http://vamcart.com/demo/ Admin: http://vamcart.com/demo/admin/ Check

Re: Introducing VaM Cart - CakePHP Shopping Cart

2010-03-10 Thread Graham Weldon
Mothers, hide your daughters! Its GPL! Cheers, Graham Weldon e. gra...@grahamweldon.com p. +61 407 017 293 w. http://grahamweldon.com On 11/03/2010, at 5:25 AM, VaM wrote: > VaM Cart - Free, Open Source CakePHP Based Shopping Cart. > > Official Site - http://vamcart.com/ Online De

Introducing VaM Cart - CakePHP Shopping Cart

2010-03-10 Thread VaM
VaM Cart - Free, Open Source CakePHP Based Shopping Cart. Official Site - http://vamcart.com/ Online Demo - http://vamcart.com/demo/ Admin: http://vamcart.com/demo/admin/ Login: admin Password: password * Easy Installation. * CSS, JS minify and compress. * SEO - Search Engine Optimization

Re: shopping cart

2009-10-16 Thread Hrmo
This is my approach to the shopping cart thing in cakephp: A ShoppingCartComponent serves as an interface for the operations on the cart (add to cart, calculate price, etc.). Internally, it used cookies for not logged-in users, and a database for authenticated users. With this approach, anonymous

Re: shopping cart

2009-10-15 Thread Bastian
You can also check out phpshop or bakesale to see how you could create shops with cakephp On 15 Okt., 09:01, aravind raj wrote: > am a new to cakephp > can any one help to have shopping cart in my project... > > -- > Aravind "Th

Re: shopping cart

2009-10-15 Thread Céryl
As it turns out, just today I'm working on a shopping cart! It's far from finished and rather specific for my needs, no payment or anything, people just press "add to cart" in a list of products and can check their cart in another view. There they get an ordernumber and th

shopping cart

2009-10-15 Thread aravind raj
am a new to cakephp can any one help to have shopping cart in my project... -- Aravind "Think Global Act Local" --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this

Re: eCommerce shopping cart - Cake alone or with 3rd party?

2008-04-10 Thread Matti Putkonen
t; wrote: > luke, excellent question.  I'm wondering the same thing, and I really > think that this hasn't yet been answered.  It seems to me that a > shopping cart should be pretty fundamental.  My only problem with > BakeSale is that it seems to still be for 1.1, and 1.2 is very v

Re: eCommerce shopping cart - Cake alone or with 3rd party?

2008-04-09 Thread silkcom
luke, excellent question. I'm wondering the same thing, and I really think that this hasn't yet been answered. It seems to me that a shopping cart should be pretty fundamental. My only problem with BakeSale is that it seems to still be for 1.1, and 1.2 is very very nice (too nice

Looking for help working through a logic problem (shopping cart related)

2008-01-25 Thread designvoid
Hi all, I'm currently trying to complete what I thought would be a fairly simple shopping cart, however I have run into some issues with the logic side of add/updating a users cart. As it stands I have a cart table & a cart options table (to store users product variation choices), now

Re: shopping cart

2007-11-07 Thread Juan Basso
Why not shopping cart IN cake? http://cakeforge.org/projects/bakesale/ Juan Basso On 6 nov, 15:04, carSign <[EMAIL PROTECTED]> wrote: > Has anyone been able to integrate a third party shopping cart into > cake? --~--~-~--~~~---~--~~ You received

shopping cart

2007-11-06 Thread carSign
Has anyone been able to integrate a third party shopping cart into cake? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegro

shopping cart

2007-10-23 Thread carSign
What have you found to be your best solution for a shopping cart system in cake php. List the pros and cons of what you have used. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" grou

Re: Shopping Cart

2007-07-04 Thread citrus
r557 <[EMAIL PROTECTED]> wrote: > I'm creating a shopping cart to extend a current project completed in > CakePHP. > > I'm having some issues with regards to understanding how Sessions work > around CakePHP and how to use them. The trouble i'm having is, I am > n

Shopping Cart

2007-07-04 Thread r557
I'm creating a shopping cart to extend a current project completed in CakePHP. I'm having some issues with regards to understanding how Sessions work around CakePHP and how to use them. The trouble i'm having is, I am not able to find some practical examples regarding how to sto

Re: CakePHP and external/3rd party shopping cart

2006-09-24 Thread twinkletoes
Thanks for your quick answer :) I guess I'll go for the CubeCart-in-a-folder solution. This will be a *very* simple shopping cart, so CubeCart's functionality (on the shopping cart portion of the site) is more than adequate, luckily (since my client insist that I use it). The site

Re: CakePHP and external/3rd party shopping cart

2006-09-23 Thread John Zimmerman
lates.CubeCart is a decent shopping cart system, but it definitely has some functionality holes in it. Maybe if you give us a description of what functionality you want the whole site to have, and what parts of that CubeCart cannot handle, we might be able to give you a better suggestion.  What type of

CakePHP and external/3rd party shopping cart

2006-09-22 Thread twinkletoes
Hi, I'm new to CakePHP, and thought I'd take it for a test spin on a small project I'm doing for one of my clients. This project requires a shopping cart, and what's more, it requires a particular shopping cart (CubeCart), since my client has already bought a license and i

Re: Shopping Cart Session Code

2006-06-22 Thread jeko
I'll make it a little less app specific first, but that's a good idea. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe

Re: Shopping Cart Session Code

2006-06-22 Thread Samuel DeVore
you should go to cakeforge.org and add this as a snippet ;)On 6/22/06, jeko < [EMAIL PROTECTED]> wrote:Thought this might be useful for some, manages a session cart/wishlist: class WishlistController extends AppController{var $uses = 'Product';var $helpers = array('Html', '_javascri

Shopping Cart Session Code

2006-06-22 Thread jeko
Thought this might be useful for some, manages a session cart/wishlist: Session->read('Wishlist'); pr($products); if (isset($products)) { foreach ($products as $product => $qty) {

Re: Shopping Cart in CakePHP

2006-06-11 Thread brandags
Hmm... So can you store a component in the session? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, se

Re: Shopping Cart in CakePHP

2006-06-11 Thread Carlos Mauricio Samour
$this->set('data', $this->Session->read('Transaccion')); } $this->render('fact_detalle', 'ajax'); Again I am new at cake and most probably you could optimize this code. I b

Re: Shopping Cart in CakePHP

2006-06-10 Thread Armando Sosa
I think component is the way to go. I've done a Cart component based on the example in the rails book but I lost it when my harddrive cecided to die :(On 6/10/06, brandags <[EMAIL PROTECTED]> wrote: I'm trying to make a simple shopping cart - just basically a way tostore pro

Shopping Cart in CakePHP

2006-06-10 Thread brandags
I'm trying to make a simple shopping cart - just basically a way to store product id's in the session, and maybe a function that calls a view to display the cart. Should I be doing this as a regular controller, or should I make a component for it? Either way, how can I make the cart (