
How to show SKU, Location, Dimensions and Weight to users?
Will be nice, if someone will help me

Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Code: Select all
if ($product_info) {
Code: Select all
$data['weight']=$product_info['weight'];
$data['location']=$product_info['location'];
$data['sku']=$product_info['sku'];
Code: Select all
<?php echo $weight; ?>
<?php echo $location; ?>
<?php echo $sku; ?>
Browse large collection of Premium OpenCart Themes
Users browsing this forum: No registered users and 4 guests