× You can talk here in German about HikaShop. Please understand that we do not speak German at HikaShop and we can't offer support in German.

Artikelnummer anzeigen lassen /Item number display

  • Posts: 5
  • Thank you received: 0
12 years 2 months ago #35312

Wie kann ich einstellen das die Artikelnummer immer angezeigt wird?
In E-Mails, im Warenkorb und auf der Produktseite.


How can I set the item number is always displayed?
In E-Mails, Shopping Cart & Product Page

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

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
12 years 2 months ago #35350

There is no option for that.

For the product page, you can do as explained here:
www.hikashop.com/en/support/documentatio...ng.html#product_code
For the shopping cart module, you will have to edit the file "cart" of the views "checkout" and "product" via the menu Display->views and add some code like that:
<?php echo $row->product_code; ?>

after:
<?php echo $row->product_name; ?>

For the emails, you need to edit them via the menu System->Emails (Business edition only) in a similar manner by adding :
<?php echo $item->order_product_code; ?>

after:
<?php echo $item->order_product_name; ?>

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

Time to create page: 0.057 seconds
Powered by Kunena Forum