The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
If I correctly understand question, I don't think so...straightlight wrote: ↑Sat Feb 22, 2020 3:58 amWith HTML5, using <!-- and --> are not suggested. Rather, edit your catalog/view/theme/<your_theme>/template/checkout/cart.twig file or do it by CSS. Then, follow this FAQ: viewtopic.php?f=134&t=215776#p718325
If you need remove it from mini cart or cart. You should edit for minicart this file catalog/controller/common/cart.php
In mentioned file find:
Code: Select all
$data['totals'][] = array(
'title' => $total['title'],
'text' => $this->currency->format($total['value'], $this->session->data['currency']),
);
Code: Select all
if ($total['code'] == 'total') {
$data['totals'][] = array(
'title' => $total['title'],
'text' => $this->currency->format($total['value'], $this->session->data['currency']),
);
}
The same in catalog/controller/checkout/cart.php file...
Of course the best way to use OCMOD for that modifications.
Custom OpenCart modules and solutions. You can write PM with additional questions... Extensions you can find here
Did you try that? ^
Full Stack Web Developer :: Send a PM for Custom Work.
Backup and learn how to recover before you make any changes!
Really? Got a link about this?
For quick, professional OpenCart support please email info@antropy.co.uk
Already did since the OP did mentioned this is the solution he was looking for.
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
Great!straightlight wrote: ↑Mon Feb 24, 2020 7:32 pmAlready did since the OP did mentioned this is the solution he was looking for.
For quick, professional OpenCart support please email info@antropy.co.uk
Users browsing this forum: No registered users and 28 guests