Blog - Page 26

Stay updated with the latest insights, trends, and best practices in digital marketing and web development.

Filter by Category

Blog Posts

Featured image for Opencart 3 - display images of the sub-categories in the category page
Ecommerce Templates
9 min read

Opencart 3 - display images of the sub-categories in the category page

In this Opencart tutorial, we show you how to display sub-categories image on the category page in Opencart 3 by making code changes, click for Opencart 2 show images for sub-categories. Open catalog/controller/product/category.php and find the following code: Then replace with the following code: Open catalog/view/theme/default/template/product/category.twig and find the following code: Replace with the following [...]

Read more
Mailchimp Pardot flow step
Salesforce, Marketo, Pardot and Hubspot
3 min read

Pardot, Mailchimp, and website integrating Marketing system

With Digital Business Transformation approaches, business activities are more focused on automating Marketing system, as automation improves the lead nurturing process in a number of ways so being experienced in Pardot and Mailchimp, following can be one way to automate your subscription of the blog and pass data from Website to MailChimp to Pardot. With [...]

Read more
attributes-at-category-page
Opencart
3 min read

Show attributes of products in category page Opencart 2.0+ and 3.0+

This opencart tutorial shows how to show attributes of products in category page in Opencart 2.0 and Opencart 3.0.3.2 we will provide OCMOD and VqModafter some time: Open catalog/controller/product/category.php and find following code: Now add one line in it 'attribute_groups' => $this->model_catalog_product->getProductAttributes($result['product_id']), then the products array will be like below: For OpenCart 3.0+ Now open [...]

Read more
Drupal
1 min read

Notice: Constant DATE_RFC7231 already defined in includes/bootstrap.inc on line 258

Notice: Constant DATE_RFC7231 already defined in includes/bootstrap.inc on line 258 Drupal 7: Open /includes/bootstrap.inc Go to line number 258 Comment out the following line//define('DATE_RFC7231', 'D, d M Y H:i:s \G\M\T'); Then add following lineif (!defined('DATE_RFC7231')) {define('DATE_RFC7231', 'D, d M Y H:i:s \G\M\T');} Save and you are good to go ๐Ÿ™‚

Read more
Featured image for Solution: Failed to load the MailChimp PHP library or The MailChimp PHP library is missing the required GuzzleHttp library
Drupal
2 min read

Solution: Failed to load the MailChimp PHP library or The MailChimp PHP library is missing the required GuzzleHttp library

Failed to load the MailChimp PHP library. Please refer to the installation requirements.The MailChimp PHP library is missing the required GuzzleHttp library. Please check the installation notes in README.txt. Solution: To remove this issue please choose the correct version of the MailChimp module with corresponding to the Drupal version. Download the library and paste it [...]

Read more