Skip to content

Commit

Permalink
Merge pull request hotwax#495 from priyanshee1604/hotwax#469
Browse files Browse the repository at this point in the history
Improved: Displayed parent product name on product find page instead of the primary and secondary identifier.(hotwax#469)
  • Loading branch information
ymaheshwari1 authored Jan 23, 2025
2 parents 9ac6480 + 4cebf3c commit 4b73be4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/views/Catalog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
<DxpShopifyImg :src="product.mainImageUrl" size="large"/>
<ion-item lines="none">
<ion-label>
<h2>{{ getProductIdentificationValue(productIdentificationPref.primaryId, product) }}</h2>
<p>{{ getProductIdentificationValue(productIdentificationPref.secondaryId, product) }}</p>
<h2>{{ product.productName }}</h2>
</ion-label>
</ion-item>
</ion-card>
Expand Down

0 comments on commit 4b73be4

Please sign in to comment.