Skip to content
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 documentation content for purchase options extension targets #2523

Open
wants to merge 1 commit into
base: unstable
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,13 @@ You register targets in your \`shopify.extension.toml\` and inside the Javascrip
{
title: 'Product detail purchase options card',
description:
'This page shows information about a single product, including a card showing purchase options. The `admin.product-purchase-option.action.render` target is available on this page when selling plans exists. You can control the visibility of the action by using the `admin.product-purchase-option.action.should-render` target.',
"This target appears on the product detail page's purchase options card. Create an extension at this target to let merchants customize existing purchase options or create new purchase options.",
image: 'admin.product-purchase-option.action.render.png',
},
{
title: 'Product variant detail purchase options card',
description:
'This page shows information about a single product variant, including a card showing purchase options. The `admin.product-variant-purchase-option.action.render` target is available on this page when selling plans exists. You can control the visibility of the action by using the `admin.product-variant-purchase-option.action.should-render` target.',
"This target appears on the variant detail page's purchase options card. Create an extension at this target to let merchants customize existing purchase options or create new purchase options.",
image: 'admin.product-variant-purchase-option.action.render.png',
},
],
Expand Down
Loading