ORDER_CREATION Display uploaded image

  • Posts: 24
  • Thank you received: 1
5 years 9 months ago #293494

-- HikaShop version -- : 3.3.0
-- Joomla version -- : 3.8.5

Hi All,

When customer finished paying the order, they get a ORDER_CREATION form on the mail.
customer upload a picture during ordering of the product, now i only see a hyperlink of uploaded
but i would like to show the uploaded picture in the order form, how can i do this?
this is easier to see for both parties if correct picture is uploaded

using custom fields, with Ajax Image to display image upload by customer

Attachments:
Last edit: 5 years 9 months ago by szwart.

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

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
5 years 9 months ago #293519

Hi,

Edit the order creation notification email via the menu System>Emails and in the preload section of the email, change the code:

$t .= '<p>'.$fieldsClass->getFieldName($field).': '.$fieldsClass->show($field,$item->$namekey,'user_email').'</p>';
to:
$t .= '<p>'.$fieldsClass->getFieldName($field).': '.$fieldsClass->show($field,$item->$namekey,'image').'</p>';

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

Time to create page: 0.065 seconds
Powered by Kunena Forum