Razorpay is a popular payment gateway that allows businesses to accept online payments seamlessly. One of its features includes generating dynamic QR codes for accepting payments. In this tutorial, we’ll walk through the process of generating a dynamic QR code…
Expand +Author: Pradeep Maurya
AES Encryption and Decryption in PHP: AES-128-CBC
AES (Advanced Encryption Standard) is a popular encryption method used to protect sensitive information. It works with key sizes of 128, 192, and 256 bits. CBC (Cipher Block Chaining) is a mode often paired with AES, adding an Initialization Vector…
Expand +WooCommerce: Changing VAT to GST on Cart/Checkout Page
In the world of eCommerce, WooCommerce is a popular platform for setting up online stores. But when it comes to taxes, things can get a bit complicated. If your business operates in a country where Goods and Services Tax (GST)…
Expand +Creating a PHP Callback Page for Receiving JSON Data: A Step-by-Step Guide
In web development, it’s common to exchange data between different applications using JSON (JavaScript Object Notation). PHP, being a versatile server-side scripting language, can seamlessly handle JSON data. In this article, we’ll explore a simple example of how to accept…
Expand +Woocommerce: How do I change an entry in wp_options using API with CURL
WooCommerce, a powerful WordPress plugin for eCommerce, comes equipped with a robust REST API that allows developers to interact with its features programmatically. In this guide, we’ll explore how to change an entry in the wp_options table using the WooCommerce…
Expand +Integrating Razorpay Payment Gateway in PHP
If you want to integrate the Razorpay payment gateway into your PHP website, you’re in the right place! This tutorial guides you through the process in a simple and user-friendly way. Let’s get started and make your website payments smoother…
Expand +How to Auto Adjust Embedded YouTube Videos for Different Devices
I worked on my client’s request to adjust Embedded YouTube Videos to full width with a 16:9 aspect ratio on all devices. Finally, I got a handy CSS trick to make iframes responsive. But before diving into the code, let’s…
Expand +How to Integrate PhonePe Payment Gateway in Laravel
If you want to integrate PhonePe payment gateway on your php laravel website/application, it’s not just about Laravel code. You need to get a merchant account for handling payments, grab some API credentials, and set up how the payment function…
Expand +WooCommerce: Display default Variation Regular and Sale Price
To display the default selected variation regular price and sale price on the WooCommerce archive Shop or Category pages, you’ll need to modify the code to identify and display the prices of the default selected variation. Suppose you are a…
Expand +