What other file to edit? help please

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeWhat other file to edit? help please

This topic has been marked as not resolved.

Hello,

I am trying to show the product UPC code and MPN code on the product pages. But for some reason this is not working. It use to work just fine on Shoppica 1 but it is not working on Shoppica 2. The below code no longer works. What other files need to have changes for this to work?

I added the below code to the catalog/view/theme/shoppica2/template/product/product.tpl this should still work but nothing happens.


<?php if ($product_info['upc']): ?>
<dt><?php echo $text_upc; ?></dt>
          <dd><?php echo $product_info['upc']; ?></dd>
<?php endif; ?>

Also this post http://support.themeburn.com/topic/how-to-add-sku-in-product wont work on Shoppica 2.

Can you plaese help me figuare this problem out. What am I missing, what other files need editing?

Thanks,

Krazy 4 Sales

November 7, 2012 at 8:14 pm #15015

Hi,

This modification won’t work in the default theme either. Maybe it was supported by previous OpenCart versions.

The modification described here however, works just fine:

http://forum.opencart.com/viewtopic.php?t=10998

Best,
ThemeBurn team

November 13, 2012 at 5:15 pm #15152
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.