-
Notifications
You must be signed in to change notification settings - Fork 21
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
Update doc links references to google-for-woocommerce #2486
Changes from 9 commits
6dbe6c5
4da01bc
934bb8a
a69fd07
b60e2f0
0f2b97e
8e7707a
7fbc4ab
4b9e48f
679db10
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ import StoreAddressCard from '.~/components/contact-information/store-address-ca | |
|
||
const learnMoreLinkId = 'contact-information-read-more'; | ||
const learnMoreUrl = | ||
'https://woocommerce.com/document/google-listings-and-ads/#contact-information'; | ||
'https://woocommerce.com/document/google-for-woocommerce/get-started/requirements/#contact-information'; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't know how valid this link is for the store address. This also adds the store address to the Merchant Account, but isn't made public. This also doesn't fulfil the public contact information requirement. The two separate parts would be:
Should the second part be on the compliance policy page: https://woocommerce.com/document/google-for-woocommerce/compliance-policy-2 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hi @mikkamp Not sure if I fully understand this. Can you elaborate? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I meant because it's mixing both contact details that should be on your site and public and then also contact details which should be sent to Merchant Center it's a bit confusing what part belongs to this learnMore link. But reading it again, it does still provide the required information so maybe we can just leave it for now. |
||
|
||
/** | ||
* Triggered when the save button in contact information page is clicked. | ||
|
@@ -36,7 +36,7 @@ const learnMoreUrl = | |
* | ||
* @see StoreAddressCard | ||
* @fires gla_contact_information_save_button_click | ||
* @fires gla_documentation_link_click with `{ context: "settings-store-address", link_id: "contact-information-read-more", href: "https://woocommerce.com/document/google-listings-and-ads/#contact-information" }` | ||
* @fires gla_documentation_link_click with `{ context: "settings-store-address", link_id: "contact-information-read-more", href: "https://woocommerce.com/document/google-for-woocommerce/get-started/requirements/#contact-information" }` | ||
*/ | ||
const EditStoreAddress = () => { | ||
useLayout( 'full-content' ); | ||
|
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.
Are we sending them to the right link here when they haven't accessed all scopes?
What about using https://woocommerce.com/document/google-for-woocommerce/get-started/setup-and-configuration/#required-google-permissions
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.
I agree. Changed here 679db10