diff --git a/src/components/PriceCard.vue b/src/components/PriceCard.vue index 98612e70c5e..e903de91e59 100644 --- a/src/components/PriceCard.vue +++ b/src/components/PriceCard.vue @@ -207,7 +207,7 @@ export default { if (this.readonly) { return } - this.$router.push({ path: `/products/${this.price.product_code || this.price.category_tag}` }) + this.$router.push({ path: `/products/${this.product.code || this.price.product_code || this.price.category_tag}` }) }, goToBrand(brand) { if (this.readonly) {