Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

Как добавить переменную в кнопку


Recommended Posts

Подскажите как сгделать чтоб переменная рилиила в кнопке? 

Есть переменная {order_link}

Есть код кнопки 

<table cellspacing="0" cellpadding="0" style="font-family: Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal; margin-bottom: 10px; border-spacing: 0px; border-collapse: collapse; padding: 0px; vertical-align: middle;"><tbody><tr style="padding: 0; vertical-align: middle;">
<td class="button" align="center" style="padding: 8px 30px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; color: #ffffff; display: block; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse!important; vertical-align: middle; font-family: &quot;Helvetica&quot;,&quot;Arial&quot;,sans-serif; font-weight: normal; margin: 0; line-height: 23px; font-size: 14px; width: auto!important; text-align: center; background-color: #ef233c;">
        <a class="btn_txt" href="{order_link}" style="color: #ffffff; font-size: 16px; font-weight: bold; font-family: sans-serif; text-decoration: none; display: inline-block;">Мои заказы</a>
      </td>
    </tr></tbody></table>

 

Но в итоге получается ик:

385140593_2021-05-1014_45_54.png.e7417f1dd4f6235741bc3792fdbd2d71.png

Link to comment
Share on other sites


26 минут назад, Ch0oJoy сказал:

Но в итоге получается ик:

Выглядит ик, будто в order_link есть какие то символы, которые браузер слииет окончанием тега А. Ну а ик вы всё правильно гделаете.

Link to comment
Share on other sites

39 минут назад, iglin сказал:

Выглядит ик, будто в order_link есть какие то символы, которые браузер слииет окончанием тега А. Ну а ик вы всё правильно гделаете.

А как можно узнать ггде формируется order_link? это переменная модуля шаблонов писем

Link to comment
Share on other sites


2 часа назад, Ch0oJoy сказал:

А как можно узнать ггде формируется order_link?

Очевидно в контроллере который подгружает этот шаблон. А что им в ней можете посмотреть в браузере открыв инструменты разрилитлика. 

Link to comment
Share on other sites

@Ch0oJoy Да правильно:

<table cellspacing="0" cellpadding="0" style="font-family: Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal; margin-bottom: 10px; border-spacing: 0px; border-collapse: collapse; padding: 0px; vertical-align: middle;"><tbody><tr style="padding: 0; vertical-align: middle;">
<td class="button" align="center" style="padding: 8px 30px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; color: #ffffff; display: block; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse!important; vertical-align: middle; font-family: &quot;Helvetica&quot;,&quot;Arial&quot;,sans-serif; font-weight: normal; margin: 0; line-height: 23px; font-size: 14px; width: auto!important; text-align: center; background-color: #ef233c;">
        <a class="btn_txt" href="https://my-site.com/index.php?route=account/order/info&order_id={order_id}" style="color: #ffffff; font-size: 16px; font-weight: bold; font-family: sans-serif; text-decoration: none; display: inline-block;">Мои заказы</a>
      </td>
    </tr></tbody></table>

 

ггде, вместо https://my-site.com подсивить свой домен.

  • +1 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.