PLP and cart functionality added, partial filter and sort modals

This commit is contained in:
2020-03-28 02:49:34 +05:30
parent c4a85afca3
commit e196e306cf
77 changed files with 679 additions and 284 deletions

View File

@@ -8,7 +8,7 @@ const ItemPrice = ({product}) => {
return (
<div className='c-ItemPrice'>
{product.discountedPrice && <span className="c-Plp__c-ProductContainer__c-ProductTile__price">&#x20B9;{product.discountedPrice}</span>}
{product.discountedPrice && <span className="c-ItemPrice__price">&#x20B9;{product.discountedPrice}</span>}
{
hasDiscount &&
(