Consult Posted June 29, 2019 Report Share Posted June 29, 2019 В админке в списке заказов, Если заказ оплачен, он зеленый. Хочу сделать отметку или иконку о том, что в заказе доставка - Почта РФкак это сделать, подскажите, пожалуйста Попробовал так, в файле order.tpl по пути /simpla/design/html <div class="{if $order->paid}green{/if} {if $delivery->id==5}pochta{/if} row"> не появляется класс Quote Link to post Share on other sites
Solution simpla24 Posted June 29, 2019 Solution Report Share Posted June 29, 2019 {if $order->delivery_id==5}pochta{/if} Quote Link to post Share on other sites
Consult Posted June 30, 2019 Author Report Share Posted June 30, 2019 {if $order->delivery_id==5}pochta{/if}спасибо большое! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.