How to display product code everywhere the ...

  • Posts: 84
  • Thank you received: 2
13 years 4 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: 83933
  • Thank you received: 13588
  • MODERATOR
13 years 4 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.080 seconds
Powered by Kunena Forum