Forum HikaShop German Artikelnummer anzeigen lassen /Item number display
ようこそ, ゲスト
ユーザ名: パスワード: 自動ログイン
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.
  • ページ:
  • 1

トピック: Artikelnummer anzeigen lassen /Item number display

Artikelnummer anzeigen lassen /Item number display 1 年 5 ヶ月前 #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
ゲストの書き込みは許可されていません。

Re: Artikelnummer anzeigen lassen /Item number display 1 年 5 ヶ月前 #35350

  • nicolas
  • nicolas さんのアバター
  • 現在オンライン
  • 投稿数: 30637
  • 感謝を受け取りました 2558
  • MODERATOR
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; ?>
ゲストの書き込みは許可されていません。
  • ページ:
  • 1
ページ作成時間: 0.232 秒

Follow hikashop on Twitter