Including SKU in grid list (2.2.4)

[color=#282828][font=arial, verdana, tahoma, sans-serif]I am hoping that someone could provide the information I need to include the [/font][/color][color=red][font=arial, verdana, tahoma, sans-serif]sku[/font][/color][color=#282828][font=arial, verdana, tahoma, sans-serif] within the Products Grid list. [/font][/color][color=#282828][font=arial, verdana, tahoma, sans-serif]I have checked out the blocks/list_templates/grid_list.tpl and blocks/product_list_templates/[/font][/color]products_multicolumns3.tpl



[color=#282828][font=arial, verdana, tahoma, sans-serif]Adding [/font][/color]{assign var=“sku” value=“sku_$obj_id”}{$smarty.capture.$sku} - like it done in compact_list.tpl, not working…



I believe, it's something about kinda form

{assign var=“form_open” value=“form_open_$obj_id”} // not sure of course



Can anyone pls point in any kind of solution. Thx in advance.



// [color=#282828][font=arial, verdana, tahoma, sans-serif]the customer/blocks/product_list_templates/[/font][/color]products_multicolumns3.tpl[color=#282828][font=arial, verdana, tahoma, sans-serif] shows [/font][/color]show_[color=red]sku[/color]=true[color=#282828][font=arial, verdana, tahoma, sans-serif] , so am assuming that the basis is there.[/font][/color]

in skins/yourskin/customer/blocks/list_templates/product_grid.tpl, you can add:


CODE: {$product.product_code}





just place it were works best for you, over or below the product name.

[quote name='colortone' timestamp='1351392014' post='147822']

CODE: {$product.product_code}



[/quote]

simple & works. thanks a lot!