简体   繁体   English

我正在为客户开发电子商务网站,他们如何更新商店中的商品?

[英]I'm developing an e-commerce site for a client, how do they update items on the shop?

I'm developing an e-commerce site for a client, how do they update items on the shop?我正在为客户开发电子商务网站,他们如何更新商店中的商品?

I've created an e-commerce site for my client, however I'm unsure on how clients would be able to add/remove items onto the store, without the help of a developer.我为我的客户创建了一个电子商务网站,但是我不确定客户如何在没有开发人员帮助的情况下将商品添加/删除到商店中。 Are they supposed to directly edit the database, or am I supposed to create an easy to use intuitive front-end admin panel that will allow them to add/edit/remove products.他们应该直接编辑数据库,还是我应该创建一个易于使用的直观前端管理面板,允许他们添加/编辑/删除产品。

Created the e-commerce site using ReactJS, firebase + node for the back-end使用 ReactJS、firebase + 后端节点创建电子商务网站

I think you have to build a front-end page so that clients can add/remove the products.我认为您必须构建一个前端页面,以便客户可以添加/删除产品。 It's a common functionality in most websites.这是大多数网站的常见功能。 And the clients don't have much knowledge about the development and they don't know how to change the DB etc.而且客户对开发了解不多,也不知道如何更改数据库等。

This is a loaded question, as there are many ways to solve this.这是一个加载的问题,因为有很多方法可以解决这个问题。

  1. Create a custom admin area so your client can manage products (probably a lot of additional work + authentication)创建一个自定义管理区域,以便您的客户可以管理产品(可能需要大量额外的工作 + 身份验证)
  2. Give the client access to the database (not recommended, even if they're competent with the technology)授予客户访问数据库的权限(不推荐,即使他们精通该技术)
  3. Implement one of the many e-commerce frameworks available that come with all of these problems already solved.实施已解决所有这些问题的众多可用电子商务框架之一。

As I said, there are a lot of other solutions to this.正如我所说,还有很多其他解决方案。 I'd almost always go for solution 3 to keep costs and maintenance down.对于解决方案 3,我几乎总是使用 go 来降低成本和维护成本。

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

相关问题 如何为我的电子商务项目乘以 reactjs? - How do I multiply for my e-commerce project with reactjs? 按商品价格对电子商务网站上的商品排序? - Sort items on e-commerce site by item price? 如何仅使用javascript索引电子商务网站 - How to index e-commerce site using javascript only 将 JavaScript 变量传递给 PHP,然后传递给 woo commerce 电子商务网站中的购物车和订单项 - Pass JavaScript variable to PHP and then to cart and order line items in woo commerce powered e-commerce site 我正在建立一个电子商务网站,在这个过程中,我面临一个问题,如何将用户输入数据从 javascript 发送到后端 - I'm building an E-commerce website, in this process, I'm facing a problem that how to send users input data from javascript to the backend GA-电子商务未跟踪商品 - GA - E-commerce not tracking items 如何在我的 React Hooks 电子商务应用程序中使用 JSON 文件作为虚拟用户的数据库? - How do I use a JSON file as a database for dummy users in my React Hooks e-commerce app? 如何在电子商务表格上要求最低数量? - How Can I require a Minimum Quantity on an e-commerce Form? 单击电子商务网站中的搜索按钮后,如何阻止页面重新加载? - How can I stop the page from reloading after I click on search button in my E-commerce site? Laravel中的电子商务 - E-commerce in Laravel
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM