Skip to content

Commit

Permalink
[framework] do not show main variant price that is excluded from sale…
Browse files Browse the repository at this point in the history
… (#3328)
  • Loading branch information
malyMiso committed Aug 13, 2024
2 parents b034123 + cac5fd5 commit ab3c508
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const ProductListItem = forwardRef<HTMLLIElement, ProductItemProps>(
</div>

<div>
{visibleItemsConfig.price && product.isMainVariant && !product.isSellingDenied && (
{visibleItemsConfig.price && !(product.isMainVariant && product.isSellingDenied) && (
<ProductPrice
isPriceFromVisible={visibleItemsConfig.priceFromWord}
productPrice={product.price}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ab3c508

Please sign in to comment.