AbanteCart Community

AbanteCart Development => Customization help => Topic started by: raj@ad4u.co.uk on May 26, 2018, 06:53:58 AM

Title: Standard Template - is it possible to show SKU instead of MODEL in ADMIN orders
Post by: raj@ad4u.co.uk on May 26, 2018, 06:53:58 AM
Hi,

We use models for customers but need to see SKU when picking goods. We don't want show the SKU to customers.

So for ADMIN views of orders it should show SKU numbers instead of model numbers. Printed orders are fine as they are.

Best regards,


Raj




Title: Re: Standard Template - is it possible to show SKU instead of MODEL in ADMIN orders
Post by: Basara on May 28, 2018, 04:07:42 AM
You need to modify admin template and possibly controller to output SKU
Start point can be here https://github.com/abantecart/abantecart-src/blob/master/public_html/admin/view/default/template/pages/sale/order_details.tpl#L219