twitter-bootstrap 基于Codeigniter & bootstrap的电子商务/购物车开源项目
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/24159639/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
eCommerce / shopping cart open source project based on Codeigniter & bootstrap
提问by user782104
Currently I am working on a shopping cart project. Instead of reinvent the wheel, I would prefer using some existing project as starting point. So, I have done some research on it. So here is what I found
目前我正在做一个购物车项目。我宁愿使用一些现有项目作为起点,而不是重新发明轮子。所以,我对此做了一些研究。所以这是我发现的
gocart
手推车
tomotocart
手推车
heroframework
英雄框架
They are based on codeigniter , however, I found only gocart is useful as the structure is comparatively more simple and easier to customize with. But the latest version is still bootstrap 2 only.
它们基于 codeigniter ,但是,我发现只有 gocart 有用,因为结构相对更简单且更易于定制。但是最新版本仍然只是 bootstrap 2。
So , I wonder are there any similar project that can choose from, also, if I need to upgrade from bootstrap2 to bootstrap 3, does it mean I need to rewrite page by page ? Or are there any tool available to help the syntax conversion? Thanks
所以,我想知道有没有类似的项目可以选择,另外,如果我需要从 bootstrap2 升级到 bootstrap 3,是否意味着我需要逐页重写?或者有什么工具可以帮助进行语法转换?谢谢
采纳答案by Craig
Updating from Twitter Bootstrap 2 to 3, can be a pain. I don't know of any way you can do this automatically, so you may have to go through each page and change the old HTML mark-up, to the new version.
从 Twitter Bootstrap 2 更新到 3 可能会很痛苦。我不知道有什么方法可以自动执行此操作,因此您可能必须浏览每个页面并将旧的 HTML 标记更改为新版本。
As for the shopping cart, I have never actually used any CI addons for this, as CI has a built in cart library.
至于购物车,我从来没有为此使用过任何 CI 插件,因为 CI 有一个内置的购物车库。
http://ellislab.com/codeigniter/user-guide/libraries/cart.html
http://ellislab.com/codeigniter/user-guide/libraries/cart.html

