Hey Guys, >From what I remember the shopping cart plugin doesn't make any use of symfony resources that have changed between 1.0 and 1.2, so I'm pretty sure you're save. As for the propel dependency, yes, there's some code in there that is hardly ever used. The whole plugin is very, very simple and makes some assumptions that aren't necessarily solid (like knowing the tax-rate upfront). I did use it in a pretty big ecommerce setup, and I ended up extending it 3x to teach it all the tricks I needed. But it's a good start, no doubt.
Daniel On Jun 24, 1:48 pm, Sergey Osipov <[email protected]> wrote: > Hello Stefan, > > If you don't mind I'll pay your attention to the fact that the plugin > seems to be developed for Symfony 1.0 > > So I believe Duendon also asked about the Symfony versions > compatibility regarding this plugin... > > Sergey > > Wednesday, June 24, 2009, 11:14:26 PM, you wrote: > > > > > Hi, > > A quick check in the sourcecode > > (http://trac.symfony-project.org/browser/plugins/sfShoppingCartPlugin/..., > > for instance from line 338) reveals hardcoded Propel code, however > > if I understand the code correctly (I have never used this plugin so > > far) this code (the getObject() and getObjects() methods) is pretty > > much stand-alone, and you should be able to use the shopping cart > > system by itself without using this functionality. And of course, > > you could easily extend the sfShoppingCart class and overload these > > two methods with Doctrine alternatives for your own use (or, of > > course, contribute them as a patch to Fabien for possible inclusion > > in the plugin). > > Stefan > > On Wed, Jun 24, 2009 at 10:36 AM, Duendon <[email protected]> wrote: > > Hi all, > > Does anyone know if you can use the Shopping Cart plugin, available > > for Symfony 1.2, with Doctrine - and how to do this? > > Cheers, > > Duendon > > -- > Best regards, > Sergey mailto:[email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
