cancel
Showing results for 
Search instead for 
Did you mean: 

Adding Widget to the Product View Page

Adding Widget to the Product View Page

I am trying to add a widget to the right side on the product page. I am using 2 column with right sidebar layout.

 

1. I have created a static block within the backend and included my html files that can be found within <theme>/<package> that is currently in use within Magento. The only content that I have added is: "{{block type="form/form" template="form/form.phtml"}}"

 

The form.phtml file itself has html comments:

<!-- test widget -->

 

2. I have created a widget -

Type: CMS Static Block

Design Package / Theme: <theme>/<package> that is currently in use within Magento

Assign to store: all stores

 

Layout Updates -

Display On: All Product Types

Products: All

Black Reference: Right Column

 

Widget -

I have picked the block that I have created in step 1.

 

3. I view a product at the front end of the site and I am unable to see my html comments..

 

What am I doing wrong?