Avoir la photo du produit entière dans les emails de notifications....

  • Posts: 304
  • Thank you received: 26
  • Hikashop Business
7 years 1 month ago #275072

-- HikaShop version -- : 3.1.1
-- Joomla version -- : 3.7.4
-- PHP version -- : 7.0.1

Bonjour,
Dans les emails de notifications d'état de commande, par défaut la photo produit n'est pas entière...comment l'afficher entière par défaut...?

Merci beaucoup !

Bravo pour vos extensions !!!

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

  • Posts: 82501
  • Thank you received: 13282
  • MODERATOR
7 years 1 month ago #275106

Bonjour,

Il faut éditer vos emails via le menu Système>Emails et changer la ligne:

$img = $imageHelper->getThumbnail($item->images[0]->file_path, array(50, 50), array('forcesize' => true, 'scale' => 'outside'));
en:
$img = $imageHelper->getThumbnail($item->images[0]->file_path, array(50, 50), array('forcesize' => true, 'scale' => 'inside'));
dans la section preload des emails.

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

  • Posts: 304
  • Thank you received: 26
  • Hikashop Business
7 years 1 month ago #275109

MERCI BEAUCOUP !!!!

Bravo, et bon été !

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

Time to create page: 0.055 seconds
Powered by Kunena Forum