Jump to content

[Resolved] Show Product Code on main cat page


keat

Recommended Posts

Occasionally, we get customers telling us that finding a part would be easier if it showed the product ID on the main cart page.

We have a lot of items which look the same, so they have to enter inside the product to obtain the ID. (particularly things like copper washers)

Is there any way to have this displayed on the main cat page ?

Link to comment
Share on other sites

I assume a change needs to be made in content.category.php, and I thought i'd try to be clever and work out where.

 

I found something, and am now making headway.

<span style="float:left;">{$product.product_code}</span>
 

Link to comment
Share on other sites

This seems to do the trick

If anyone else needs this, then edit skins/yourskin/templates/content.category.php

Find:
      <img src="{$product.thumbnail}" alt="{$product.name}" />

Replace with:
      <img src="{$product.thumbnail}" alt="{$product.name}" /><span style="float:left;">{$product.product_code}</span>

This will populate the product code underneath the thumbnail
 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...