Categories
Recent Posts
- Website Designing and Development Company That Builds Your Digital Future
- OpenCart. Modification systems conflicts: OCMod vs vQmod
- Send Email with attachment on form submission in PHP
- Making simple authentication system using auth command in laravel
- WooCommerce: Add/display Product or Variation custom field everywhere

- October 12, 2025
- PHP woocommerce woocommerce product Wordpress
WooCommerce: Add/display Product or Variation custom field everywhere
Question. How to Add/display custom input fields in WooCommerce?
Answer. This is the complete guide on how to add/display custom input fields in WooCommerce. Here you will learn how to show extra product data and sell extra product options on your website.
Please follow the below steps :

- October 1, 2025
- E-Commerce Development
How to install Opencart
Question. How to Install Opencart?
Answer. OpenCart is a free open source ecommerce platform. It is PHP-based, using a MySQL database and HTML components. Support is provided for different languages and currencies. It’s freely available under GNU General Public License. OpenCart was developed in 1998 by Christopher G. Mann for Walnut Creek CDROM and later The FreeBSD Mall. In this blog, we can explain you how to install opencart?

- October 1, 2025
- E-Commerce Development
How to install Prestashop
Step by Step Prestashop Guidance to Install Prestashop
PrestaShop is an open source e-commerce platform that users can host in the cloud or downloaded from the Prestashop website. The software is publish under the Open Software License (OSL). It is written in the PHP programming language with support of the MySQL database management system. PrestaShop is currently use by 250,000 shops worldwide and is available in 60 different languages.
Read More

- September 28, 2025
- Core PHP Development
JSON with PHP
JSON stand for JavaScript Object Notation. It is a lightweight data-interchange format. It is easy for humans to read and write and also easy for machines to parse and generate. JSON is used to transmit information between a server and a browser. This is text, that can be convert to any JavaScript object into JSON and send JSON to the server. We can also convert any received JSON from the server into JavaScript objects. In this blog, we explain you how to encode and decode JSON using PHP.