- aggiornamento Cataloghi
- Gestione delle versioni del prodotto ("Nuovi","Usati","Epub", ecc..)
This commit is contained in:
@@ -157,6 +157,7 @@ export interface IMyElem {
|
||||
styleadd?: string
|
||||
list?: IImgGallery[]
|
||||
listcards?: IMyCard[]
|
||||
catalogo?: ICatalogo
|
||||
elemsText?: IElemText[]
|
||||
}
|
||||
|
||||
@@ -637,6 +638,16 @@ export interface IMyCard {
|
||||
colorsub?: string
|
||||
}
|
||||
|
||||
export interface ICatalogo {
|
||||
//++AddCATALOGO_FIELDS
|
||||
productTypes: number[]
|
||||
excludeproductTypes: number[]
|
||||
formato: string[]
|
||||
Categoria: string[]
|
||||
Editore: string[]
|
||||
}
|
||||
|
||||
|
||||
export interface IGallery {
|
||||
_id?: string
|
||||
author_username?: string
|
||||
|
||||
@@ -38,12 +38,13 @@ export interface IProductInfo {
|
||||
publisher?: IPublisher
|
||||
date_publishing?: Date
|
||||
numpages?: number
|
||||
productType?: number
|
||||
productTypes?: number[]
|
||||
versioneGM?: string
|
||||
}
|
||||
|
||||
export interface IVariazione {
|
||||
active?: boolean
|
||||
versione?: number
|
||||
arrversioni?: number[]
|
||||
status?: string,
|
||||
price?: number
|
||||
sale_price?: number
|
||||
|
||||
Reference in New Issue
Block a user