User crud operation

In this article, I will show you what CRUD means, and what the individual terms mean and do. I will also show you how create, read, update, and delete operations…

0 Comments

Variable products in woocommerce

When you first launch a WooCommerce store, you’re likely focusing on the basics like adding new products, setting up your shopping cart, and streamlining the checkout process. However, setting up a WooCommerce…

0 Comments

Html invoice

<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet"> <div class="containerpk" style="background:url('https://admin.pranshakti.in/public/pran.png'); background-size:contain; background-repeat:no-repeat;; background-position:center center; position:relative; height:100vh"> <button onclick="window.print()" style="position:relative; float:right;">Print</button> <header> <center><h1>Invoice</h1></center><br/> <div style="position:relative; display:inline-flexs;"> <!-- logo start --> <div> <img src="https://admin.pranshakti.in/public/pran_bg.png" style="width:160px"> <p…

0 Comments