Post by musicweb » Fri Aug 21, 2015 10:10 pm

sku, isbn, location, etc.... are not showing on the product pages.
Am I missing something here? You would think that Open cart would have the option?

New member

Posts

Joined
Mon Aug 17, 2015 7:23 pm

Post by imdevlper18 » Fri Aug 21, 2015 10:22 pm

By default this field are not present. You need to add them on product.tpl file

Opencart Extensions | Professional opencart support | Support Ticket | support@cartbinder.com


User avatar
Active Member

Posts

Joined
Sun May 11, 2014 2:04 pm

Post by Kenberne1965 » Fri Aug 21, 2015 10:30 pm

You can pretty much add anything you like by editing the controller/product/product.php

Find

Code: Select all

$data['model'] = $product_info['model'];
Add

Code: Select all

$data['sku'] = $product_info['sku'];
for example

this will make $sku be available in your view file, repeat for your other variables

then in your product.tpl for your current theme

Add

Code: Select all

<?php if ($sku) { ?>
            <span><?php echo 'SKU: '; ?></span> <?php echo $sku; ?>
            <?php } ?>
where you need it to be displayed

Freelance Opencart 1.5.x and 2.x Developer - Available For Hire
Latest Opencart 2 Project --> http://www.falcon-rangecookers.co.uk


User avatar
Active Member

Posts

Joined
Wed Apr 22, 2015 9:37 pm
Location - Doncaster, UK

Post by musicweb » Fri Aug 21, 2015 11:22 pm

I did all you suggested for 2 fields.... sku and location.
Neither one of them shows on the product page.

Correction... they now show up! I disabled all my mods and then the fields appeared.
So I enabled all the mods again, and they are still there. Not sure what caused it yet.
Thanks for the help...

Update... seems if I edit the product.tpl, I need to refesh the mods before the changes take affect on the web site. Is this normal behavior?

New member

Posts

Joined
Mon Aug 17, 2015 7:23 pm

Post by jokensigns » Fri Jan 08, 2016 12:54 am

Is there a method for OC 2.1.0.1?

Newbie

Posts

Joined
Mon Feb 04, 2013 8:24 pm
Who is online

Users browsing this forum: Google [Bot] and 17 guests