From the Webocreation Blog

Automatically post new Opencart products on social media like Facebook for free
Today we are showing you how we can automatically post new Opencart products on social media with one free plugin that we developed and a free online tool like IFTTT. There are multiple online tools for automation but we are using IFTTT today. First, install the Product RSS feed on your Opencart admin, download the […]

Simplify product distribution with the Products RSS Feed for Opencart 4 free
In today’s digital age, product distribution is a critical aspect of reaching your target audience effectively. Whether you’re an e-commerce store owner, or content marketer, finding efficient ways to share your products or content updates is essential. This is where the Products RSS Feed Opencart module comes into play, offering a seamless solution for disseminating […]

Google Sitemap Opencart 4 Module or extension for free
Google Sitemap module used to be by default added on Opencart 3 but in Opencart 4 we need to add it manually and we did not find it in Opencart marketplace so we created the module. Search engine optimization (SEO) plays a pivotal role in driving organic traffic to your online store. One of the […]

Google base feed module for Opencart 4
Opencart free Google base feed module for the creation of an XML product data feed in the RSS 2.0 format to submit to Google Merchant Center. Click the above button to download the Google Base feed module, the file downloaded is webocreationfeeds.ocmod.zip. Now go to the Opencart admin >> Extensions >> Installer >> Then upload […]

40 cool final year college projects for students in 2023
The final year project plays a vital role in deciding your career as a Computer Science student. The era of technology is constantly evolving and so is the need for great projects in the field. There are multi-billion dollar industries that demand great projects in the respective field – in order to be considered for […]

How to let the Opencart APIs work for all IP addresses?
Opencart checks the IP address to allow the API calls, but sometimes you need to let all IP addresses do the API calls, for example, while testing the API. To allow all IP addresses to comment following the line of code at catalog/controller/api/account/login.php //$json[‘error’] = sprintf($this->language->get(‘error_ip’), $this->request->server[‘REMOTE_ADDR’]); To learn more about Opencart API following posts […]