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-68538e785754d290228889/] Create a mail file [...]
Read MorePosted on: Saturday July 15, 2023
Create a custom order status in the dropdown ‘shipped’ and mail on change status to shipped. functions.php [crayon-68538e785754d290228889/] Create a mail file [...]
Read MorePosted 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 MorePosted on: Saturday July 15, 2023
Write code in function.php Removing Storefront inline css [crayon-68538e7857edc961679709/] Disable plugin & Theme updates [crayon-68538e7857ee7963068549/] Hide dashboard update notifications for [...]
Read MorePosted 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 MorePosted 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 MorePosted on: Wednesday March 29, 2023
Create controller file ‘app/Http/Controllers/ProductController.php‘ and paste the given code below [crayon-68538e785871d245689429/] public function index() and public function detail($id) [...]
Read MorePosted 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 MorePosted 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-68538e78589e8546777144/] STEP 2: If you want to remove public [...]
Read MorePosted 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