About WooCommerce and its specific Plugins WooCommerce is a free eCommerce software that makes it easy for selling products and services online and is developed as an extension of WordPress.There are literally thousands of WooCommerce specific plugins that you can use to extend its functionality to add features like: Booking Subscription Shipping Platform integrations Sales… Continue reading WooCommerce – Subscription
Author: Karishma K K
Lead creation in NetSuite using WordPress as frontend
The requirement is to create a page where the customers can fill in the details online and once they save it, the information populates in the NS system as a lead with the information attached. After submitting the form, the user has to take a print of the form. This requirement can be achieved by… Continue reading Lead creation in NetSuite using WordPress as frontend
SSL set-up through Load Balancing in GCP
For this method, first, we have to create an Instance Group because the load-balancer cannot directly map to VM instance, but can take to VM Instance Groups. For Creating VM Instance Group : go to Compute Engine –> Instance Groups Create an instance Group Select an Instance type option from the left side. In normal… Continue reading SSL set-up through Load Balancing in GCP
SSL set-up through App Engine in GCP
SSL implementation through App Engine somewhat is a user-friendly method. Here we are adding an Extra feature for GCP (App Engine) to implement this method. Here, the SSL implementation takes place for the whole project. DNS Name verification can also be done with this method. It is in App Engine –> settings. Here, we can… Continue reading SSL set-up through App Engine in GCP
SSL set-up through Compute Engine in GCP
Basically, this method attaches SSL to a particular VM instance in a project. And for the implementation, we need server file access too. Download SSL certificate from DNS provider or from purchased site. unzip the folder –> it includes three files : .crt file .pem file .bundle.crt file You can rename these files for better… Continue reading SSL set-up through Compute Engine in GCP
SSL implementation in GCP
Basics:Secure Sockets Layer (SSL) is a standard security technology for establishing an encrypted link between a server and a client—typically a web server and a browser, or a mail server and a mail client. Different Implementation methods:There are different methods to set-up SSL in GCP. Basically, there are 3 methods:1. Through Compute Engine2. Through App… Continue reading SSL implementation in GCP
Reasons for why WordPress Smooth Scroll Plugin not working
The Smooth Scroll feature enables the website to scroll smoothly and helps user handle easily. There are lots of smooth scroll plugins and plugins which provide smooth scroll features to the site. Here, Mentioning a plugin that is most commonly used for a smooth scroll of WordPress website. It is MouseWheel Smooth Scroll Plugin. The Plugin… Continue reading Reasons for why WordPress Smooth Scroll Plugin not working
How to create a Custom Theme in WordPress
Mainly, there are mainly three options to create a custom Theme in a WordPress template. Modify an Existing Theme. Adapt an Existing Theme. Build a Theme from Scratch. WordPress themes are made up of a collection of files, all contained within a single folder that includes in wp-content/themes/. 1.Modify an Existing Theme. This is one… Continue reading How to create a Custom Theme in WordPress