|
|
@ -229,18 +229,22 @@ export default VodProductDesign; |
|
|
|
// text-productPrice
|
|
|
|
// text-productPrice
|
|
|
|
|
|
|
|
|
|
|
|
VodProductDesign.defaultProps = { |
|
|
|
VodProductDesign.defaultProps = { |
|
|
|
|
|
|
|
// icons on product image
|
|
|
|
colors: true, |
|
|
|
colors: true, |
|
|
|
likeBtn: true, |
|
|
|
likeBtn: true, |
|
|
|
discount: true, |
|
|
|
discount: true, |
|
|
|
discountPricePercent: true, |
|
|
|
discountPricePercent: true, |
|
|
|
|
|
|
|
// product price
|
|
|
|
discountPrice: true, |
|
|
|
discountPrice: true, |
|
|
|
|
|
|
|
priceHolder: true, |
|
|
|
|
|
|
|
priceTitle: false, |
|
|
|
|
|
|
|
|
|
|
|
productContent: false, |
|
|
|
productContent: false, |
|
|
|
star: true, |
|
|
|
star: true, |
|
|
|
productTags: false, |
|
|
|
productTags: false, |
|
|
|
priceHolder: true, |
|
|
|
|
|
|
|
priceTitle: false, |
|
|
|
|
|
|
|
productCat: true, |
|
|
|
productCat: true, |
|
|
|
rangeHolder: true, |
|
|
|
rangeHolder: true, |
|
|
|
|
|
|
|
|
|
|
|
addToCartHolder: false, |
|
|
|
addToCartHolder: false, |
|
|
|
|
|
|
|
|
|
|
|
productTitleColor: "text-darkCrimsonTextColor", |
|
|
|
productTitleColor: "text-darkCrimsonTextColor", |
|
|
|