- Cataloghi: BestSeller, Novità

This commit is contained in:
Surya Paolo
2024-11-28 16:04:48 +01:00
parent e10ff192bf
commit 6932590f3e
30 changed files with 1086 additions and 456 deletions

View File

@@ -379,6 +379,8 @@ export const shared_consts = {
PRODUCTS_V2: 22,
INVENTARIO: 30,
MACRO_CATALOGO_JSON: 40,
MACRO_RANKING: 50,
MACRO_DESCRELINKSITOWEB: 60,
},
BotType: [
@@ -2229,6 +2231,25 @@ export const shared_consts = {
PRODUCT: 1000,
},
ORDINAMENTO_CATALOGHI: [
{
label: '[Default]',
value: 0,
},
{
label: 'Data di Uscita',
value: 1,
},
{
label: 'Bestseller',
value: 2,
},
{
label: 'Alfabetico',
value: 0,
},
],
VERSIONI_PRODOTTO: [
{
label: '[Nessuno]',