Accessing Product Custom Page Type Fields

J A asked on July 10, 2018 18:55

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?

Recent Answers


Peter Mogilnitski answered on July 10, 2018 19:53 (last edited on July 10, 2018 20:08)

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?

0 votesVote for this answer Mark as a Correct answer

J A answered on July 10, 2018 22:29

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.

0 votesVote for this answer Mark as a Correct answer

Peter Mogilnitski answered on July 10, 2018 23:05 (last edited on July 10, 2018 23:17)

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.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.