Skip to content

Refactored: Shop listing status message for products not linked to specific store.#338

Open
poorvishuklaa wants to merge 1 commit intohotwax:mainfrom
poorvishuklaa:refactor/shop-listing-message
Open

Refactored: Shop listing status message for products not linked to specific store.#338
poorvishuklaa wants to merge 1 commit intohotwax:mainfrom
poorvishuklaa:refactor/shop-listing-message

Conversation

@poorvishuklaa
Copy link
Copy Markdown
Contributor

Related Issues

Product not linked to Shopify Store #254

Short Description and Why It's Useful

To show a relavant message if a product is not linked to specific store.

@poorvishuklaa poorvishuklaa changed the title refactor: updated shop listing status message for products not linked to store. Refactored: Shop listing status message for products not linked to specific store. May 9, 2025
@dt2patel dt2patel requested a review from amansinghbais May 12, 2025 05:58
</ion-label>
<ion-label v-else color="medium" slot="end">
<h5>{{ $t("Not linked") }}</h5>
<h5>{{ $t("Product not sold on this shop") }}</h5>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this will be correct according to suggested UI in the issue as shown below,
Screenshot from 2025-05-12 11-44-08

In the following change, the label is placed in the end slot, which displays it on the right side of the ion-item. However, in the suggested UI, there is nothing on the right side of the item. Instead, this message should appear as a sub-label beneath the main label, aligned to the left side.

<h5>{{ $t("No listing data") }}</h5>
</ion-label>
<ion-label v-else color="medium" slot="end">
<h5>{{ $t("Not linked") }}</h5>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check if this text is used elsewhere or not, if not. Remove it's entry from the locale file for translation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants