Special Features

I have create my own attributes in my shop. But in the item Additional Information no attributes are visible. When i choose custom design "modern" the attributes are visible.
Where can I change this ?

http://www.stempelmaker.be

12 answers

Profile photo of David Wallace 0.00 $tone May 8, 2010
Public

I’m also having this same problem. I’ve created attributes and they do not show-up in the JM-Ores "Additional Information" but they show-up in other templates such as the Magento default and Modern.

This may be a bug not sure, maybe some one from JoomlArt can take a look and reply.

#1
Profile photo of Saguaros 0.00 $tone May 12, 2010
Public

Dear all!

Which your version do you use on your site?, i check the source code of the app/design/frontend/default/jm_ores/template/catalog/product/view.phtml file, every thing is ok without bug,

Can you pls give us the account FTP administrator account via submitting a ticket, we would check this issue in detail

thanks

#2
Profile photo of David Wallace 0.00 $tone May 15, 2010
Public

I looked at your JM Ores demo and I can’t find a product with "Additional Information" listed. Can you tell me which product within the JM Ores template demo has extra information associated with an item/product. I tried a different template like Magento Default (Blue) and Modern; the "Additional Information" data appears fine within these other templates.

#3
Profile photo of David Wallace 0.00 $tone May 15, 2010
Public

Oelle, I’m not sure what you trying to explain. The problem I’m having is the information in the "Additional Information" is not appearing in the JM Ores template. When I looked at your page there is nothing in the Additional Information for your site. The JM Ores demo from JoomlArt also has no data in the Additional Information tab.

#5
Profile photo of Danny Janssen 0.00 $tone May 15, 2010
Public

That’s the problem there is nothing ๐Ÿ™ I have change the template to default look at the item and you wil see there is

Additional Information -> Stempeltekst example

#7
Profile photo of David Wallace 0.00 $tone May 15, 2010
Public

Yes, Same problem. I changed to the default template and my Additional Information can be seen; JM Ores, no information. There must be something (bug) of some kind for both of us to have the same problem. Hopefully someone from JoomlArt can spot the problem and post a fix. Thanks Oelle.

#8
Profile photo of David Wallace 0.00 $tone May 21, 2010
Public

I sent JoomlArt a ticket and they responded:

<?php if( $product_additional_data ): ?>
<div id="ja-tab-tags">
<?php echo $product_additional_data; ?>
</div>
<?php endif;?>
And change it to
<?php if( $product_additional_data ): ?>
<div id="ja-tabitem-tags">
<?php echo $product_additional_data; ?>
</div>
<?php endif;?>

This may not be correct because when I went into the code, the part outlined above from JoomlArt was already changed in my template. I changed a different part of the template and it worked for me. Look for "tabitem" the important thing to add is "item" to tab id.

I got it working for my site, Additional Information is now working, but JoomlArt may have to go back and verify the code above that was sent to me, Thanks.

#10

Please login or Register to Submit Answer

Written By

Comments