Features: 1) Added DigitalAssetDownload functionality to handle file serving and download URL generation; 2) Implemented business purchase flow without registration;
Fixes: 1) Added missing configuration check for NOMINATIM_URL; Extra: 1) Enhanced error handling for missing digital asset files; 2) Improved API response headers for sitemap index; 3) Added missing fields and metadata support for Product, Order, and Attribute models.
This commit is contained in:
parent
0b7afbfc82
commit
fa165244b8
4 changed files with 4 additions and 4 deletions
Binary file not shown.
|
|
@ -2750,7 +2750,7 @@ msgstr "No links available."
|
|||
|
||||
#: engine/core/templates/admin/index.html:119
|
||||
msgid "Most wished product"
|
||||
msgstr "Most wished product"
|
||||
msgstr "Most wished products"
|
||||
|
||||
#: engine/core/templates/admin/index.html:128
|
||||
#: engine/core/templates/admin/index.html:144
|
||||
|
|
@ -2759,7 +2759,7 @@ msgstr "No data yet."
|
|||
|
||||
#: engine/core/templates/admin/index.html:135
|
||||
msgid "Most popular product"
|
||||
msgstr "Most popular product"
|
||||
msgstr "Most popular products"
|
||||
|
||||
#: engine/core/templates/digital_order_created_email.html:7
|
||||
#: engine/core/templates/digital_order_created_email.html:100
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -2746,7 +2746,7 @@ msgstr "No links available."
|
|||
|
||||
#: engine/core/templates/admin/index.html:119
|
||||
msgid "Most wished product"
|
||||
msgstr "Most wished product"
|
||||
msgstr "Most wished products"
|
||||
|
||||
#: engine/core/templates/admin/index.html:128
|
||||
#: engine/core/templates/admin/index.html:144
|
||||
|
|
@ -2755,7 +2755,7 @@ msgstr "No data yet."
|
|||
|
||||
#: engine/core/templates/admin/index.html:135
|
||||
msgid "Most popular product"
|
||||
msgstr "Most popular product"
|
||||
msgstr "Most popular products"
|
||||
|
||||
#: engine/core/templates/digital_order_created_email.html:7
|
||||
#: engine/core/templates/digital_order_created_email.html:100
|
||||
|
|
|
|||
Loading…
Reference in a new issue