The Code You Will Love

Custom Order status in WooCommerce

Posted on: Saturday July 15, 2023

Create a custom order status in the dropdown ‘shipped’ and mail on change status to shipped.   functions.php [crayon-689618669c9ed689966249/]   Create a mail file [...]

Read More

Pincode Availability Checking in WooCommerce

Posted on: Saturday July 15, 2023

Copy this code in functions.php, and you will see a input box below ‘Add to cart‘ button.   But before this you have to add pin codes in  your admin dashboard -> WooCommerce [...]

Read More

Some useful Woocommerce Settings

Posted on: Saturday July 15, 2023

Write code in function.php Removing Storefront inline css [crayon-689618669d169167194152/] Disable plugin & Theme updates [crayon-689618669d16f856597460/] Hide dashboard update notifications for [...]

Read More

PHPExcel in CodeIgniter Complete Tutorial with Code Download

Posted on: Tuesday May 9, 2023

  Hope you know how to configure CodeIgniter, so here we will see how to implement PHPExcel in CodeIgniter for Import and Export MySQL Data in Excel. STEP: 1 Download the PHPExcel library and [...]

Read More

WordPress Admin – create a page without it appearing in the side menu

Posted on: Saturday April 1, 2023

Hide menu from the admin sidebar. [crayon-689618669d6a5314592520/]   [...]

Read More

View/Template in Laravel and load assets files css, js, images etc and external template like Header and Footer

Posted on: Wednesday March 29, 2023

‘resources\views’ folder is for all templates with the extension .blade.php (e.g. xyz.blade.php) .blade is the template of laravel.   Include external file like header or footer in [...]

Read More

Controller in Laravel

Posted on: Wednesday March 29, 2023

Create controller file ‘app/Http/Controllers/ProductController.php‘ and paste the given code below [crayon-689618669d998838533989/] public function index() and public function detail($id) [...]

Read More

Route in Laravel

Posted on: Wednesday March 29, 2023

In the Laravel route there are 2 ways: Direct load view file from the route, No need to go to controller. Go to the Controller and perform the operation then load the view file. [...]

Read More

Remove public from url in Laravel

Posted on: Saturday March 25, 2023

STEP 1 : Check root folder for  server.php, if there is no any server.php just create one with given code below: [crayon-689618669dc2d266554805/]     STEP 2: If you want to remove public [...]

Read More

Start with Laravel

Posted on: Saturday March 25, 2023

Introduction and requirements for laravel. For starting the project on laravel we need 3 things to be installed in our system. Composer Use E:\xampp8\php\php.exeforcomposer PHP path. Node and NPM. if [...]

Read More
Translate »