Add product description
If the request from the frontend contains a non-empty product_description
value, a .txt
file with the product description in HTML will be added to the generated ZIP package. The description is fetched statically from a predefined list (file hardcoded_descriptions.py
).
If product_description is empty, the .txt
file will not be created.
To change this behavior and fetch the description provided in the request instead, you need to modify the code in the worker_job.py
file (around line 170).