Some times you can’t showing any extensions in OpenCart
There are simple step for fixe the issue of extensions in OpenCart Version 3.0.3.8
First step is Go to in your Site file manager by FTP or Cpanel
In this File: admin/controller/marketplace/marketplace.php
Second step is find Find two occurrences curl_setopt($curl, CURLOPT_POST, 1);
And last third step is replace with curl_setopt($curl, CURLOPT_POST, 0);
Quick steps:
Manual fixer
In this File: admin/controller/marketplace/marketplace.php
#1 Find two occurrences:
curl_setopt($curl, CURLOPT_POST, 1);
#2 Change with this:
curl_setopt($curl, CURLOPT_POST, 0);
Related Points:
– OpenCart extension not showing
– New extensions not showing in admin panel, regardless of user group permissions
– Modules not showing in List
– Fix the issue showing any extensions.