WebSite X5Help Center

 
Phil Kingsland
Phil Kingsland
User

Has anyone coded a page to add or update e-commerce stock records?  en

Autor: Phil Kingsland
Visitado 58, Followers 1, Compartido 0  

Ideally I need the website admin page to have a section enabling the user to add/update stock records. I do not want to rely on the site designer to do this task.

Publicado en
2 RESPUESTAS
Daniel W.
Daniel W.
User
Usuario del mes DEUsuario del mes EN

There is probably a way to export the product data as a CSV file and edit it with Excel (or similar programs) to make changes to production availability and then import the CSV file back into WebSiteX5.

I can't judge whether the detour via exporting and importing the CSV file is easier because I have no experience with editing CSV files.

.

----- Excerpt from the Guide for WebSite X5 -----

How to import/export Products in the Shopping Cart

...

Parameter: Availability Type

When a catalog is exported to a .TXT or .CSV file, this parameter is taken from the Product Settings> Availability window.

If you are creating a .TXT or.CSV file, please consider the parameter may take on the following values:

  • ..;Unset;.. - if the option No information on product availability is set;
  • ..;Fixed;.. - if the option Approximate quantity is set;
  • ..;Dynamic;.. - if the option Available quantity is set.

...

>> https://guide.websitex5.com/en/support/solutions/articles/44000673044

-----

Leer más
Publicado en de Daniel W.
Dario B.
Dario B.
User

I am currently working on a similar solution for my own e-commerce.

In my case, the idea is to connect the website with an external ERP system, so that stock availability can be managed outside WebSite X5 and then reflected on the website.

It is possible, but I would not call it a simple task. A proper implementation requires custom development and careful attention to security, data synchronization and reliability.

For larger or more structured e-commerce projects, I think an ERP-based workflow is a more professional direction.

Leer más
Publicado en de Dario B.