Answer the question
In order to leave comments, you need to log in
How to add a picture and a hyperlink to the product to the email template for the client and the admin?
Good time of the day! Please tell me the solution to the problem in a detailed answer, I am a noob. How in OpenCart 3.0.2.0 to make a conclusion in the letter of the client and the admin about the perfect order
1. display the image of the product in the leftmost column,
2. the name of the product has a hyperlink to the product leading to the site.
There is an installed modifier: ( https://opencart3x.ru/module/order/admin-order-email)
What should be added in which file? Thank you!
Answer the question
In order to leave comments, you need to log in
1) That's right.
2) In block styles, we describe only its appearance, indents, etc. The block does not know where it is and what its size is, elements can be positioned.
for example we have an authorization block in the header
<header class="header">
<div class="header__auth">
<div class="auth">
<div class="auth__item"></div>
<div class="auth__item"></div>
</div>
</div>
</header>
<ul class="props__list">
<li class="props__item">
<span class="props__label">Weight:</span>
<span class="props__value">128</span>
</li>
</ul>
<a class="button button--is-active">click me</a>
1. Yes
2. The block should not have positioning, for this you can use mixes, for example:
<div class="header">
<div class="logo header__logo"></div>
</div>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question