简体   繁体   English

Javascript购物车

[英]Javascript shopping cart

I am considering to build a mini shopping website.There are no payment methods involved, just the total of selected products displayed and maintained. 我正在考虑建立一个迷你购物网站。没有涉及的付款方式,只显示和维护所选产品的总数。 This will be operated by a single person in a shop to make and monitor sales. 这将由商店中的一个人操作以制造和监控销售。

The notion is: products should be displayed as large images in pages, and by clicking on them I store them in a shopping cart. 这个概念是:产品应该在页面中显示为大图像,通过点击它们,我将它们存储在购物车中。 Then next page, I could look at total quantity selected for each product and process sale. 然后下一页,我可以查看为每个产品和流程销售选择的总数量。

Any idea of a good software that is open source and I could modify further on that attempts this case? 任何关于开源的好软件的想法,我可以进一步修改,尝试这种情况? if not, how do you advise me to start? 如果没有,你怎么建议我开始? I thought javascript would be heavily used, and am of course using php as source language. 我认为javascript会被大量使用,我当然使用php作为源语言。

Thanks, 谢谢,

Try this 尝试这个

TomatoCart TomatoCart

apart from this so many open source tools are available in market. 除此之外,市场上还有很多开源工具。

如果这不是一个需要使用行PHP代码的赋值,我更愿意将Joomla与VirtueMart一起使用virtmart.net

You should take a look at addUI Store 你应该看看addUI商店

http://addui-store.com http://addui-store.com

I think this will do what you want and it's extremely easy to build a store using their store builder. 我认为这将做你想要的,并且使用他们的商店建设者建立商店非常容易。

If you don't want them to "pay" at checkout they have a "custom checkout" feature which is basically just build your own form, then it can be sent to you via email or however you want. 如果您不希望他们在结账时“付款”他们有“自定义结账”功能,基本上只是建立自己的表格,然后它可以通过电子邮件或您想要的方式发送给您。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM