-
Notifications
You must be signed in to change notification settings - Fork 9
Apply changes from PR #330 excluding getting-started files #334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@copilot try again |
|
@copilot try again |
|
@copilot try again |
Co-authored-by: timowestnosto <13622115+timowestnosto@users.noreply.github.com>
I've successfully created a new single commit based on PR #330, excluding all files with "getting-started" in the path. The commit includes:
All getting-started files have been excluded as requested. Commit: 2001f3b |
timowestnosto
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot fix these
SUMMARY.md
Outdated
| * [Introduction](README.md) | ||
| * [Implement on your website](implementing-nosto/implement-on-your-website/README.md) | ||
| * [Manual Implementation - Essentials](implementing-nosto/implement-on-your-website/manual-implementation/README.md) | ||
| * [Manual Tagging - Essentials](implementing-nosto/implement-on-your-website/manual-implementation/README.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tagging -> Implementation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in commit 091d499
SUMMARY.md
Outdated
|
|
||
| ## Implementing Nosto | ||
|
|
||
| * [Introduction](README.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
drop this line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in commit 091d499
| @@ -1,11 +1,10 @@ | |||
| # Table of contents | |||
|
|
|||
| * [Introduction](README.md) | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert this change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in commit 091d499
| ## Edge cases | ||
|
|
||
| **Note:** You cannot use SKUs with this feature at the time of writing. | ||
| If either of the following cases applies to you, we recommend either an API implementation or fetching the prices via an frontend API (instead of sending the price variations to Nosto). Please [reach out to our team](mailto:onboarding@nosto.com) or your Nosto onboarding manager for additional consultation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
drop "Please reach out to our team or your Nosto onboarding manager for additional consultation."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in commit 091d499
| ## Enabling multi-variants from the admin | ||
|
|
||
| Once the tagging changes have been done and the API implemented, you need to configure and enable it from your admin panel under **Settings** > **Other** > **Multi-Currency**. Toggle the **Use Multiple Currencies** switch on and **Use Exchange Rates** switch off and set the variation ID of the primary currency via the input field and toggle on the exchange rates switch. | ||
| Once the tagging changed have been done and the API implemented, you need to configure and enable it from your admin panel under **Settings** > **Other** > **Multi-Currency**. Toggle the **Use Multiple Currencies** switch on and **Use Exchange Rates** switch off and set the variation ID of the primary currency via the input field and toggle on the exchange rates switch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed -> changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in commit 091d499
| @@ -1,8 +1,10 @@ | |||
| # Manual Implementation - Essentials | |||
| # Manual Tagging - Essentials | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tagging -> Implementation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in commit 091d499
|
|
||
| If you only have a complex product card but are using a Shopify theme, you can consider using our [dynamic product cards](../../implementing-nosto/template-customization/product-cards.md) | ||
|
|
||
| ## Prerequisites |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
drop this section
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in commit 091d499
…, and remove Prerequisites section Co-authored-by: timowestnosto <13622115+timowestnosto@users.noreply.github.com>
Fixed all review comments in commit 091d499:
|
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.