I am looking to have the product's model replaced with the SKU in various places. The "view cart" page, the order records the customer can access from their account, the order records visible in the backend to the admin, on the printed invoice, etc. I do NOT want to alter use of the product's model elsewhere.
Version is 1.4.9.3
Please PM or post here with a quote and the amount of time you would need to make this change.
In controller i added after model
And in template put this where you want it to appear
And use some text before of after it ex "SKU:<?php echo $sku; ?>"
I think you can use that for most locations in which you want it to appear.
And if you don't want the model to appear , just delete it from the tpl of the page
Hope this helps!
Code: Select all
$this->data['sku'] = $product_info['sku'];
Code: Select all
<?php echo $sku; ?>
I think you can use that for most locations in which you want it to appear.
And if you don't want the model to appear , just delete it from the tpl of the page
Hope this helps!
Who is online
Users browsing this forum: paulfeakins and 4 guests