how to add an attribute on the template?

Sorry to bother you all, but I would like to know how do I add an attribute on my page "product"?

I would like to add this attribute below the image, as shown in the image below:

Which file should I edit?

Attachment 31162

Sorry my english
Thanks.

9 answers

Profile photo of Sherlock 0.00 $tone November 4, 2013
Public

Hi Marcusperreira,

if you want to modify the product page, the file you can touch is app\design\frontend\default\jm_gametemplate\catal og\product\view.phtml

but I think you can add product attributes right in your back-end.

#1
marcuspereira 0.00 $tone November 8, 2013
Public

When I add an image it does not fit automatically. I have to edit the image in the right size with the Photoshop program. How do I get the images have an automatic resize?

#2
Profile photo of Sherlock 0.00 $tone November 12, 2013
Public

When I add an image it does not fit automatically. I have to edit the image in the right size with the Photoshop program. How do I get the images have an automatic resize?

Hi mate,

I am not much sure which image you mentioned but you can open the file of skin/frontend/default/jm_game/css/styles.css there you can add this rule

HTML Code:

                                div.product-shop img#image{
                                        width:100%;
                                        height:100%
                                 }

I hope it helps !

#3
marcuspereira 0.00 $tone November 18, 2013
Public

I think this is something related to magento core feature, how did you set "Product Package" as mentioned ?

To complete the questions, I can pay you out to optimize the performance of the theme?

#6

Please login or Register to Submit Answer

Written By

Comments