Walmart Bulk Inventory Update API Part 2

Greetings and welcome back to the Walmart Bulk Inventory Update API part 2. We covered the fundamentals in Part 1 and learned how this potent technology may completely transform inventory management for companies using the Walmart platform. Let’s now examine its features, advantages, and how you may use it to improve your inventory management procedures … Read more

Walmart Sandbox API Tutorial Using Json (Part 1)

Walmart Sandbox API Tutorial Using Json || Easy Way || Postman || Part -1 Welcome to the first part of our comprehensive Walmart Sandbox API tutorial series! In this installment, we’ll explore the fundamentals of integrating with Walmart’s API using JSON, with a focus on simplicity and ease of understanding. Useful references you can use … Read more

How To Setup Virtual Hosts in XAMPP

Introduction Setup Virtual hosts in XAMPP is very easy. Typically, developers utilize their local environments for development, but upon completion, they often employ a staging URL to test their code. Occasionally, compatibility issues may arise between the local environment and third-party APIs. In these cases, virtual hosts must be configured to ensure smooth operation. This … Read more

Check this, How to use ExtJs inside React Js Integrating ExtJs in React: A Step-by-Step Guide

Integrating ExtJs in React: A Step-by-Step Guide Reference: Sencha Why Integrate ExtJS with React? Before diving into the integration process, let’s understand why you might want to combine React with ExtJS. ExtJS is renowned for its extensive set of UI components and rich feature set, making it an excellent choice for complex user interfaces. React, … Read more

General mixed stuff about CakePHP, Delta Search

Q1 : how to print query of find cakephp? ans: $log = $this->getDataSource()->getLog(false, false); debug($log); Q2: Socket transport “ssl” in PHP not enabled? ans: Rename php.ini-production to php.ini (in C:\xampp\php\ folder) Edit php.ini and uncomment extension_dir=ext. Also uncomment extension=php_openssl.dll. Q3. how to close current tab ans: window.open(”,’_self’).close();   Q4: How to remove Delta search: I have … Read more

CakePHP: How to call an action of another controller

App::uses(‘AppController’, ‘Controller’); App::uses(‘EmployeesController’, ‘Controller’); class ReportingController extends AppController { public function some(){ $Employees = new EmployeesController; $Employees->constructClasses(); $Employees->areasAssigned();//areasAssigned function is in the Employees controller. } }

Jasper soft manually installation

Step 1: Download tomcat from here  and intall it. Step 2: Download war file from war file find name  JasperReports Server WAR File Installer. Step 3: Copy mysql_master.properties file from E:\softwares\jasperreports-server-cp-5.1.0-bin\buildomatic\sample_conf and paste into E:\softwares\jasperreports-server-cp-5.1.0-bin\buildomatic. Step 4: Rename mysql_master.properties file to default_master.properties. Step 5: Download mysql connector from here OR here Step 6: Copy here E:\softwares\jasperreports-server-cp-5.1.0-bin\buildomatic\conf_source\db\mysql\jdbc. Step 7: Run the command Like E:\softwares\jasperreports-server-cp-5.1.0-bin\buildomatic>js-install-ce.bat