theme value
This commit is contained in:
@@ -45,7 +45,8 @@ const ProductVariant: FC = () => {
|
|||||||
<Td text="">
|
<Td text="">
|
||||||
<div>
|
<div>
|
||||||
<div className="font-medium text-gray-900">
|
<div className="font-medium text-gray-900">
|
||||||
{variant.title_fa}
|
{variant.title_fa + ' '}
|
||||||
|
( {variant.themeValue?.name} )
|
||||||
</div>
|
</div>
|
||||||
<div className="text-gray-500 text-xs">
|
<div className="text-gray-500 text-xs">
|
||||||
{variant.title_en}
|
{variant.title_en}
|
||||||
|
|||||||
@@ -244,8 +244,11 @@ export type ProductVariantDetailType = {
|
|||||||
saleFormat: SaleFormatType;
|
saleFormat: SaleFormatType;
|
||||||
themeValue?: {
|
themeValue?: {
|
||||||
_id: string;
|
_id: string;
|
||||||
|
theme: {
|
||||||
|
title: string;
|
||||||
|
};
|
||||||
name: string;
|
name: string;
|
||||||
value: number;
|
value: string;
|
||||||
};
|
};
|
||||||
size?: SizeType;
|
size?: SizeType;
|
||||||
color?: ColorType;
|
color?: ColorType;
|
||||||
|
|||||||
Reference in New Issue
Block a user