Hi everyone,
for the last year, the yii-shop was just a technical demonstration.
However, the codebase has matured and i want to present you a release Candidate of a first,
stable Version (0.7) of the extension.
Features:
- Server-side Shopping cart via Session
- Products
- Customizable Product specifications (weight, color, material, size, ...)
- Customizable Variations (product t-shirt, variation: red, blue, yellow; small, medium, huge)
- Tax system (7%, 19%, ...) VAT
- Customizable shipping methods
- Customizable payment methods
- Generate Invoice and Delivery slip automatically with good template, can be customized to fit your
company needs
- 100% Translated to english, german
The documentation is included in the docs/ directory of the package. It should be installed in
under 5 minutes by the average Yii user.
Please give this extension a try, and give feedback to the google code repository issue tracker, thanks!
Repository: http://code.google.com/p/yii-shop
Extension: http://www.yiiframew...ension/yiishop/
Page 1 of 1
Release candidate of the first, stable yii-shop extension A simple, but full featured, i18n, extensible Web Shop for easy integr
#2
Posted 15 March 2011 - 11:40 AM
Thanks for sharing!
Thats a great extension and a lot of people will benefit from it
got a +1 from me
Thats a great extension and a lot of people will benefit from it
got a +1 from me
--
Extensions:
translate modue - module to handle translations
multiActiveRecord - db selection in models
redisCache - redis cache component
mpCpanel - interact with cpanel api
mUploadify - use uploadify uploader in your application
Gustavo Salomé Silva
Extensions:
translate modue - module to handle translations
multiActiveRecord - db selection in models
redisCache - redis cache component
mpCpanel - interact with cpanel api
mUploadify - use uploadify uploader in your application
Gustavo Salomé Silva
#3
Posted 18 August 2011 - 02:08 PM
Almost everyone wants an e-shop included in his site.
+1 from me
+1 from me
#5
Posted 03 October 2011 - 07:57 PM
I've tried to run /path/to/app/shop/install but get the following error
More info here:
http://www.yiiframew...nstall-yiishop/
Is this project still in development?
Quote
CDbException
The table "shop_category" for active record class "Category" cannot be found in the database.
/var/www/svnwc_yii/framework/db/ar/CActiveRecord.php(2276)
The table "shop_category" for active record class "Category" cannot be found in the database.
/var/www/svnwc_yii/framework/db/ar/CActiveRecord.php(2276)
More info here:
http://www.yiiframew...nstall-yiishop/
Is this project still in development?
#6
Posted 23 November 2011 - 05:30 PM
Is there a way to create a forum for yiishop under extensions?? I'm finding lots of info in various areas, and it would be nice if there was a yiishop forum like there is one for the Agile Yii book!!
I've got yii-shop up and running in my development site, but need to get things connected to my RBAM and user models/modules. I started out with a setup from Agile Yii, and added RBAM to manage roles and assignments, but it sure would be nice to have some guides on hooking yii-shop into stuff.
If a user is currently logged into the site, shop captures the user_id in the shop_customer tbl - pretty nice.
But if just a guest (not logged in) the register process isn't hooked into creating an account for the site.
Guess I've just dive into the code for now, but any leads would be appreciated.
I've got yii-shop up and running in my development site, but need to get things connected to my RBAM and user models/modules. I started out with a setup from Agile Yii, and added RBAM to manage roles and assignments, but it sure would be nice to have some guides on hooking yii-shop into stuff.
If a user is currently logged into the site, shop captures the user_id in the shop_customer tbl - pretty nice.
But if just a guest (not logged in) the register process isn't hooked into creating an account for the site.
Guess I've just dive into the code for now, but any leads would be appreciated.
#7
Posted 27 January 2012 - 07:49 AM
Hi any new releases on this. It been more than 10 months since it has been updated. Whether still the project is continuing?
--------------------------
Thanks,
Yureshwar Ravuri
Mail: yureshwar@yuresh.net
Web: http://www.yuresh.net
Thanks,
Yureshwar Ravuri
Mail: yureshwar@yuresh.net
Web: http://www.yuresh.net
#8
Posted 15 February 2012 - 06:21 PM
While I am around for some time already I can't post comment in extension category so I write here because so far I am only one who voted it down. Reason is simple, I hate mysql, I love yii. If you will see demos from yii, they all use sqlite. Why you write code like this?
$sql = "CREATE TABLE IF NOT EXISTS `".$specificationTable."` ( `id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(255) NOT NULL,
`input_type` enum('none', 'select','textfield','image')
NOT NULL DEFAULT 'select',`required` tinyint(1),PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;";
$db->createCommand($sql)->execute();
Just for your information yii has command createTable()
Let say I have web hosting with php 5.3 and sqlite but no mysql database. I can use yii easy with no problems, but I can't even run installer for your module.
$sql = "CREATE TABLE IF NOT EXISTS `".$specificationTable."` ( `id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(255) NOT NULL,
`input_type` enum('none', 'select','textfield','image')
NOT NULL DEFAULT 'select',`required` tinyint(1),PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;";
$db->createCommand($sql)->execute();
Just for your information yii has command createTable()
Let say I have web hosting with php 5.3 and sqlite but no mysql database. I can use yii easy with no problems, but I can't even run installer for your module.
#9
Posted 11 August 2012 - 12:18 AM
I think it's a very good extension but need to be developed more seriously.
Share this topic:
Page 1 of 1

Help












