Hey guys, so I need some help.
Basically I have a lot of products. I upload them using CSV files. In my CSV file I have a column for "product description". In magento I use that for the short and long description.
I have another column called "warning" which has a prop 65 warning if the product has it.
What I would like to be able to do is to add a certain "section" on my product listing page for prop 65. Maybe a section that shows up before the short description.
And in this section I would like to show the "prop 65 warning" .. not all my product have it ... it may be 50% of my skus.
So how can I display the prop 65 warning on my product listing page for specific product like this? basically I'd upload the CSV with the "SKU" and "Prop 65 warning" column.
Can I just make a "widget" and add it to the product listing layout, and then have it display that specific items prop 65 warning?