Home > widget-integration > ProductInfoPriceSettings

ProductInfoPriceSettings type

Signature:

export type ProductInfoPriceSettings = ProductInfoElementSettings<{
	showCentAsSuperscript?: boolean;
	showCurrencyCodes?: boolean;
	showMultiVariantPrice?: string;
	priceColor?: string;
	priceFontFamily?: string;
	priceFontStyle?: string;
	priceFontWeight?: string | number;
	priceFontSize?: string | number;
	salePriceColor?: string;
	salePriceFontFamily?: string;
	salePriceFontStyle?: string;
	salePriceFontWeight?: string | number;
	salePriceFontSize?: string | number;
	compareAtPriceColor?: string;
	compareAtPriceFontSize?: string | number;
	compareAtPriceFontStyle?: string;
	compareAtPriceFontWeight?: string | number;
	compareAtPriceFontFamily?: string;
	compareAtPricePosition?: "top" | "left" | "right" | "bottom";
	showSavingDisplay?: boolean;
	savingDisplayColor?: string;
}>;

References: ProductInfoElementSettings