Hello
Does someone can show me how to add a message on the vendor back office orders page in the right side with a link to another page or with out link please? please see the image for more detail.
My website using cs cart version 4.2.3
Thank in advance!
Franck
Please edit the design\backend\templates\views\orders\manage.tpl file and add necessary code under this line:
{include file="views/orders/components/orders_search_form.tpl" dispatch="orders.manage"}
e.g.
{if $runtime.company_id}
your text message
LINK
{/if}
Do not forget to clear cache
Please edit the design\backend\templates\views\orders\manage.tpl file and add necessary code under this line:
{include file="views/orders/components/orders_search_form.tpl" dispatch="orders.manage"}e.g.{if $runtime.company_id} your text message LINK {/if}Do not forget to clear cache
It's work, thank very much!