Search found 4 matches

Page 1 of 1

Search found 4 matches

Re: Getting Config values in Twig

Why would you do this in the template? Do it in the controller file. As above, this should be done in the controller. Depends on the situation. If you have a multi-store situation where one of the stores is to be use as a catalog (without cart). You could then create a store config setting, where e...

Jump to post
  • Tue May 09, 2023 12:37 am
  • Replies 7
  • Views 3334
Re: How to fix Google Chrome SameSite of OpenCart 3.0.3.2?

I have solved this with a VQMod modification. I am using Opencart 3.0.2.6 and PHP 7.3 <?xml version="1.0" ?> <modification> <id>Framework and catalog session samesite cookie</id> <vqmver>2.5.0</vqmver> <version>1.0</version> <author>J.J. van de Merwe</author> <file name="system/framew...

Jump to post
  • Tue Dec 22, 2020 12:19 am
  • Replies 12
  • Views 5202
Re: Admin extensions - DDoS protection by Cloudflare and auto page refreshes

:-\ what a solution .... simple permenant fix : go to : public_html/admin/controller/extension/extension/promotion.php replace line 18 with : return ''; that's it I would put the return here: class ControllerExtensionExtensionPromotion extends Controller { public function index() { return ''; This ...

Jump to post
  • Tue Oct 27, 2020 9:12 pm
  • Replies 17
  • Views 4870
Re: [SOLVED] - How can i delete paypal banner from admin extension page?

Or when using VQMod create a new modification: <?xml version="1.0" ?> <modification> <id>Admin remove Paypal Promotion</id> <vqmver>2.5.0</vqmver> <version>1.0</version> <author>A. uthor</author> <file name="admin/controller/extension/extension/promotion.php" error="log"...

Jump to post
  • Tue Oct 27, 2020 9:08 pm
  • Replies 4
  • Views 654

Page 1 of 1

Search found 4 matches