How to display product code everywhere the ...

  • Posts: 84
  • Thank you received: 2
12 years 11 months ago #38561

How to display product code everywhere the product name is displayed.

For example:




Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 83103
  • Thank you received: 13415
  • MODERATOR
12 years 11 months ago #38686

Hi,

You will have to edit the layout files you're using of the "product" view via the menu Display->Views in order to add that.

The modification isn't really complex but you need to do it for the correct view file.
On your first screenshot, it's the file "listing_img_title" where you will find the line:
echo $this->row->product_name;
that you can replace by:
echo $this->row->product_name.' '.$this->row->product_code;

Please Log in or Create an account to join the conversation.

Time to create page: 0.064 seconds
Powered by Kunena Forum