decemvre
(Decemvre)
May 14, 2014, 6:32am
1
I’m working on a project for a client and he requires a simple shopping cart.
As of right now, what’s my best option when it comes to implementing a shopping cart?
Building it from scratch or is there an extension or module available that I should / could use?
evstevemd
(Stefano Mtangoo)
May 14, 2014, 9:57am
2
decemvre:
I’m working on a project for a client and he requires a simple shopping cart.
As of right now, what’s my best option when it comes to implementing a shopping cart?
Building it from scratch or is there an extension or module available that I should / could use?
Yii2 Have very few extensions yet. So Either find one for Yii 1 and Port it to 2 or code yours. Am not aware of any!
ahmed201
(Rifajas)
May 14, 2014, 1:44pm
3
decemvre:
I’m working on a project for a client and he requires a simple shopping cart.
As of right now, what’s my best option when it comes to implementing a shopping cart?
Building it from scratch or is there an extension or module available that I should / could use?
currently Yii does not have any full fledged extension yet. so make it your own. consider Yii 1.1 if your project have tight schedule otherwise stick with Yii2
yiqing95
(Yiqing 95)
October 6, 2014, 8:16am
4
there are some e-commerce related extensions ! you just google it with your keywords ,such as :
yii2 cart , yii2 eav
here i found a nice one ,just look at it:yii2-shopping-cart . this extension is a portable version for yii1-shopping-cart-component
oligalma
(Marc Oliveras)
October 6, 2014, 11:42am
5
as far as I know yii doesn’t have good shopping carts. If I were you I would go for prestashop, virtuemart, opencart etc.