codefishcode / affiliate-remove.ocmod

Opencart 3.0 module extension for removing affiliate
0 stars 3 forks source link

Fatal error: #1

Open exitsport opened 3 years ago

exitsport commented 3 years ago

Fatal error: Uncaught Twig_Error_Syntax: A hash key must be followed by a colon (:). Unexpected token "punctuation" of value "}" ("punctuation" expected with value ":") in "extension/affiliate_remove/affiliate_remove_setting.twig" at line 44.

chartist1 commented 2 years ago

If you look at the file admin/view/template/extension/affiliate_remove/affiliate_remove_setting.twig

at line 44 you will see <div class="col-sm-6">{{{text_support}}}</div>

change that line to <div class="col-sm-6">{{ text_support }}</div>

And save the file and it now works, or at least it did on my opencart 3.0.3.8