Objectives of the blog After reading this blog we will be able to display price in all currencies in the product page of OpenCart 3.x Problem Statement By default, OpenCart 3.x display price of the product into the currency set as default or chosen by the end user. And to display the price in all […]
Author: Harsh Agarwal
Xdebug Installation & Configuration – Part 1
Introduction This document contains steps to install Xdebug and Configure it with Netbeans. Steps to install Xdebug and Configure it with Netbeans To install Xdebug and Configure it with Netbeans, steps are given below – 1. Install Xdebug for PHP by running following command in Linux environment sudo apt-get install php5-xdebug 2. Setup Xdebug.ini for […]
Xdebug Installation & Configuration using NetBeans – Part 2
Introduction This document is all about the Xdebug installation & configure it with Netbeans in Windows. How to debug through Xdebug in a project? To debug through Xdebug you have to set up the project in Netbeans. Setup the Blog system project in NetBeans. After setting up the project in NetBeans select the project for […]
How to calculate Free Shipping based on final Total Price in Prestashop ?
After reading this blog we will be able to calculate Free Shipping based on the final Total Price of the Cart. Problem Statement Presently, when we add products into the cart and move to the checkout section to avail of discount and shipping then we see that the discount applies after shipping. Let’s say, Cart total amount is […]