PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, July 1, 2022

[FIXED] How do I use a Shopify App to modify the Admin area in Shopify

 July 01, 2022     shopify, shopify-app     No comments   

Issue

I am currently developing a Shopify App and at the moment, it only makes use of the Storefront API. I want my app to also make modifications to the Admin Area, specifically in a similar way that the Metafield Guru App adds a tab at product level, and allows you to go into the metafields of a certain product and make changes to them.

Metafields Guru App Tab at Product Level in Admin Area

I was hoping someone could point me in the right direction for this, as I am trying to create a similar feature in which the user can access other properties for the productt.

Thank you


Solution

This option is configured in the Shopify Partner account for the APP.

There is option where you can create Admin Links when you install the App. It's not code related, it's just Shopify feature for Apps. More info in here: https://shopify.dev/tutorials/add-an-admin-link-to-the-shopify-admin-with-app-extensions

There is no other way to modify the admin area (with code) since Shopify back-end is a closed platform and you don't have access to modify it.



Answered By - drip
Answer Checked By - Candace Johnson (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing