电子商务比你想象的要复杂得多。即使像允许用户添加一堆商品的持久购物车这样简单的东西也需要相当大量的代码。然后还有整个结账流程和订单跟踪/履行。任何真正的购物车都将包括运输选项、付款选项、某种购物车、结帐流程、订单生成等。如果您只想销售几种产品,那么只需使用 Paypal 或 Google Checkout。
E-commerce is a lot more complicated than you think. Even something as simple as a persistent shopping cart that allows your user to add a bunch of items takes a fairly significant amount of code. Then there is the whole checkout process and order tracking/fulfilment thing as well. Any true shopping cart is going to include shipping options, payment options, a cart of some sort, a check out process, order generation, etc. If you just want to sell a couple products then just use Paypal or Google Checkout.
A little late but you could integrate Moltin with your frontend via the API. However it's a SaaS platform and it will require a little work to integrate. Should give you flexibility by allowing you to choose which components you use without the templates.
发布评论
评论(4)
电子商务比你想象的要复杂得多。即使像允许用户添加一堆商品的持久购物车这样简单的东西也需要相当大量的代码。然后还有整个结账流程和订单跟踪/履行。任何真正的购物车都将包括运输选项、付款选项、某种购物车、结帐流程、订单生成等。如果您只想销售几种产品,那么只需使用 Paypal 或 Google Checkout。
E-commerce is a lot more complicated than you think. Even something as simple as a persistent shopping cart that allows your user to add a bunch of items takes a fairly significant amount of code. Then there is the whole checkout process and order tracking/fulfilment thing as well. Any true shopping cart is going to include shipping options, payment options, a cart of some sort, a check out process, order generation, etc. If you just want to sell a couple products then just use Paypal or Google Checkout.
Jcart 可以做到这一点,而且看起来非常基本:
http://conceptlogic.com/jcart/install.php< /a>
Jcart can do it, and it seems really basic :
http://conceptlogic.com/jcart/install.php
只需编写一个代码,这比找到一个要简单得多,然后根据您的喜好进行配置
Just code one, its far simple than find out one, configuring it to suit your taste
有点晚了,但您可以通过 Moltin 与您的前端集成“ rel="nofollow">API。然而,它是一个 SaaS 平台,需要一些工作来集成。应该为您提供灵活性,允许您选择在没有模板的情况下使用哪些组件。
A little late but you could integrate Moltin with your frontend via the API. However it's a SaaS platform and it will require a little work to integrate. Should give you flexibility by allowing you to choose which components you use without the templates.