Forum HikaShop German Artikelnummer anzeigen lassen /Item number display
Bienvenue, Invité
Nom d'utilisateur: Mot de passe: Se souvenir de moi
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.
  • Page:
  • 1

SUJET: Artikelnummer anzeigen lassen /Item number display

Artikelnummer anzeigen lassen /Item number display il y a 1 an 5 mois #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
L'administrateur à désactivé l'accès en écriture pour le public.

Re: Artikelnummer anzeigen lassen /Item number display il y a 1 an 5 mois #35350

  • nicolas
  • Portrait de nicolas
  • En ligne
  • Messages: 30674
  • Remerciements reçus 2569
  • 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; ?>
L'administrateur à désactivé l'accès en écriture pour le public.
  • Page:
  • 1
Temps de génération de la page: 0.236 secondes

Follow hikashop on Twitter