I would like to do the following:
 
- Have a two custom product attributes
- Attribute One should be called as a static CMS block (e.g. if I type in "test123" in the product configuration, Magento should load the custom block with the ID "test123" and display it on the product page
- Attribute 2 should just be displayed. If I type in "test123" I just want it to appear as "test123" on the product page
What I tried to do is edit this code and apply it on product pages, but it created an error that didn't even go away when I uninstalled the module and I had to run a backup.. Call CMS Block with Category name as Identifier
Does anyone know how to do that or how to correctly edit the code I was using?
Thank you very much in advance!
- 
 Please share code in question which you used in product view page.Prince Patel– Prince Patel2018年07月18日 11:31:28 +00:00Commented Jul 18, 2018 at 11:31
- 
 I posted a link in the question @PrincePatelValentin PKStore– Valentin PKStore2018年07月18日 12:01:24 +00:00Commented Jul 18, 2018 at 12:01
- 
 The link is for the category page. Please update question with code which you used for product pagePrince Patel– Prince Patel2018年07月18日 12:16:21 +00:00Commented Jul 18, 2018 at 12:16
- 
 I uninstalled the plugin and run a backup -> I don't have the code anymore. But basically, I changed "category" to "configurable-product", changed the extensions names and the ID the block was called with. I did not expect it to work, just expected to be able to experiment with it, but did not happen @PrincePatelValentin PKStore– Valentin PKStore2018年07月18日 19:37:37 +00:00Commented Jul 18, 2018 at 19:37