- aggiornamento con proj RISO. postcss, pwa.
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import type { IUserFields, IUserShort } from './UserStore'
|
||||
import { IUserFields, IUserShort } from './UserStore'
|
||||
|
||||
|
||||
export interface IProductInfo {
|
||||
_id?: any
|
||||
code?: string
|
||||
codice?: string
|
||||
id_wp?: string
|
||||
sku?: string
|
||||
name?: string
|
||||
@@ -32,6 +33,8 @@ export interface IProductInfo {
|
||||
link?: string
|
||||
link_scheda?: string
|
||||
checkout_link?: string
|
||||
valori_nutrizionali?: string
|
||||
note?: string
|
||||
idAuthors?: string[]
|
||||
authors?: string[]
|
||||
idCollana?: number
|
||||
@@ -342,6 +345,20 @@ export interface ICart {
|
||||
modify_at?: Date
|
||||
}
|
||||
|
||||
export interface ISingleProductOrdered {
|
||||
index: number
|
||||
code: string
|
||||
codice_interno: string
|
||||
idProduct: string
|
||||
productName: string
|
||||
subCat: string
|
||||
strSubCatProds: string
|
||||
qty: number
|
||||
singlePrice: number
|
||||
subtotalPrice: number
|
||||
}
|
||||
|
||||
|
||||
export interface IOrderCart {
|
||||
_id?: any
|
||||
idapp?: string
|
||||
|
||||
Reference in New Issue
Block a user