Add Product Code (SKU) to Grid View

Anyone know how to display the product code in the grid view? It’s there by default in the list view, and I’d like to add it to the grid view.

Got it…I tried this from the list view, and got nothing: {assign var=“sku” value=“sku_$obj_id”}{$smarty.capture.$sku}



But this works: {$product.product_code}

Hi Interface I want to do this also, where abouts did you add it.



Thanks

John

Sorry for the delay, I missed your post.



I added “

Part #: {$product.product_code}

” under the product description in blocks/list_templates/grid_list.tpl.



Hope that helps.

Apologies for resurrecting such an old post, but what would the full path be for "blocks/list_templates/grid_list.tpl"

/design/themes/your_theme/templates/blocks/list_templates/grid_list.tpl

Try the following solution

https://forum.cs-cart.com/topic/52596-product-code-field/#entry303757