PLP and cart functionality added, partial filter and sort modals
This commit is contained in:
@@ -8,7 +8,7 @@ const ItemPrice = ({product}) => {
|
||||
|
||||
return (
|
||||
<div className='c-ItemPrice'>
|
||||
{product.discountedPrice && <span className="c-Plp__c-ProductContainer__c-ProductTile__price">₹{product.discountedPrice}</span>}
|
||||
{product.discountedPrice && <span className="c-ItemPrice__price">₹{product.discountedPrice}</span>}
|
||||
{
|
||||
hasDiscount &&
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user