I have created a new custom page type for products. I want to set the visibility of an extended info tab that I created for products based on one of the custom fields. How am I able to access the fields based on the pages relationship with the skuID/NodeID?
Did you create relationship between you product type and page type? if yes you should see your all SKU data under form tab and SKU tab.Here is the documentation. What is exactly the extended info tab?
Yes I created the relationship. I am trying to change the visibility of a tab (like the Variant Tab) based on the value in one of my custom page type fields.
You are trying to modify the interface. Not sure that you can do such customization "out of the box". I would suggest to create you own custom module and then place it in the interface under content management\pages\sku. But you will have to write the code for this, it won't be automatic.
Please, sign in to be able to submit a new answer.