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

[Bug]: cant configure Admin Link extensions on Product Variant Detail Pages with CLI #5191

Open
2 tasks done
KimYeongmoon opened this issue Jan 13, 2025 · 1 comment
Open
2 tasks done
Labels
Type: Bug Something isn't working

Comments

@KimYeongmoon
Copy link

Please confirm that you have:

  • Searched existing issues to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional information in a comment on it.)
  • Reproduced the issue in the latest CLI version.

In which of these areas are you experiencing a problem?

Extension

Expected behavior

i cant configure Admin Link extensions on Product Variant Detail Pages with CLI.
However, can set it on the Product Detail Pages with the same file.

when configured extensions on Product Detail Pages

[[extensions]]
name = "t:product-update-reflection-name"
handle = "product-update-reflection"
type = "admin_link"
[[extensions.targeting]]
target = "admin.product-details.action.link"
url = "/shopify_embedded/admin/option/shopify_products/confirm"

Image

when configured extensions Product Variant Detail Pages

[[extensions]]
name = "t:product-update-reflection-name"
handle = "product-update-reflection"
type = "admin_link"
[[extensions.targeting]]
target = "admin.product-details.action.link"
url = "/shopify_embedded/admin/option/shopify_products/confirm"

Image

Actual behavior

it didn't work

Verbose output

Verbose output
Paste the output here!

Reproduction steps

Operating System

Mac Os

Shopify CLI version (shopify --version)

@shopify/cli/3.72.2 darwin-arm64 node-v23.5.0

Shell

No response

Node version (run node -v if you're not sure)

No response

What language and version are you using in your application?

Ruby 3.0.6, Ruby on Rails 7.0.5

@KimYeongmoon KimYeongmoon added the Type: Bug Something isn't working label Jan 13, 2025
@gonzaloriestra
Copy link
Contributor

Hi! I've asked internally to the team in charge of this extension type. I'll let you know once they investigate it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants