I have highly customized attribute code on a number of items in my store, and after some time realized today that the PATR page (missing required attributes) is lacking in content as a result.
After looking at the original code on the Product Display page, PROD, and the PATR page, they are only slightly different.
I compared them line by line, and the only difference I see is that the price information is missing on the PATR page, as well as the table header. In my code I have added the attribute data that makes the attribute table useful, like words in an extra column for example. I have other more complex ones, but they all have a default option, so they would never hit the PATR page, although I would add them as well in case we choose to remove the default (some customers don't pay attention to the default).
It looks like I could just copy my customized PROD attribute code to the PATR so that customers are presented with ALL the applicable attribute data, just as it appears on the PROD page. Is this a safe assumption?
Here is the PROD page, simply click add to basket and you'll see the difference.
After looking at the original code on the Product Display page, PROD, and the PATR page, they are only slightly different.
I compared them line by line, and the only difference I see is that the price information is missing on the PATR page, as well as the table header. In my code I have added the attribute data that makes the attribute table useful, like words in an extra column for example. I have other more complex ones, but they all have a default option, so they would never hit the PATR page, although I would add them as well in case we choose to remove the default (some customers don't pay attention to the default).
It looks like I could just copy my customized PROD attribute code to the PATR so that customers are presented with ALL the applicable attribute data, just as it appears on the PROD page. Is this a safe assumption?
Here is the PROD page, simply click add to basket and you'll see the difference.
Comment