*

atba

  • ****
  • 193 posts
ITEM_IMG for e-mail tamplate
« on: February 17, 2022, 09:42:06 AM »
Hello. I asked a question earlier, but I didn't get an answer. I'll try again) How to add the first image from the ad to the e-mail template? I'll make a reservation right away that {ITEM_IMG} doesn't work.

Of course, automatic approval letters after moderation, or letters for admin will become more understandable for perception
« Last Edit: February 17, 2022, 09:44:16 AM by atba »
osclass.by

*

7ala

  • ****
  • 144 posts
Re: ITEM_IMG for e-mail tamplate
« Reply #1 on: February 17, 2022, 01:09:37 PM »
Hello. I asked a question earlier, but I didn't get an answer. I'll try again) How to add the first image from the ad to the e-mail template? I'll make a reservation right away that {ITEM_IMG} doesn't work.

Of course, automatic approval letters after moderation, or letters for admin will become more understandable for perception

look at the pictures
go to Source Code
Then enter the image link

Code: [Select]
<img src="<?php echo osc_current_web_theme_url('images/logo.gif') ; ?>" alt="" />
« Last Edit: February 17, 2022, 01:12:14 PM by 7ala »

*

MB Themes

Re: ITEM_IMG for e-mail tamplate
« Reply #2 on: February 17, 2022, 07:37:49 PM »
You cannot use PHP in html template.
List of available keywords shoukd be next to templste body
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

atba

  • ****
  • 193 posts
Re: ITEM_IMG for e-mail tamplate
« Reply #3 on: February 18, 2022, 03:01:19 PM »
Hello. I asked a question earlier, but I didn't get an answer. I'll try again) How to add the first image from the ad to the e-mail template? I'll make a reservation right away that {ITEM_IMG} doesn't work.

Of course, automatic approval letters after moderation, or letters for admin will become more understandable for perception

look at the pictures
go to Source Code
Then enter the image link

Code: [Select]
<img src="<?php echo osc_current_web_theme_url('images/logo.gif') ; ?>" alt="" />

Have you even read what it's about?
osclass.by

*

7ala

  • ****
  • 144 posts
Re: ITEM_IMG for e-mail tamplate
« Reply #4 on: February 18, 2022, 05:29:18 PM »
This method works for me 100/100
There's no problem
Messages have been tested
no problem

*

atba

  • ****
  • 193 posts
Re: ITEM_IMG for e-mail tamplate
« Reply #5 on: February 18, 2022, 07:57:38 PM »
This method works for me 100/100
There's no problem
Messages have been tested
no problem
We are talking about e-mail templates, not how to insert an image into the code)))
osclass.by