Hazel Lyn GarillosFeb 23, 2023

How to Disable Search on WordPress

This is to disable search function in your website and redirect to homepage and 404…

How to create custom Invoice using Woocommerce Order Received Page

“woocommerce_before_thankyou” is a hook used to add content or process before the order details in…

Hazel Lyn GarillosOct 26, 2022

HOW TO ADD SELECT2 AS A REPEATER FIELD

Create html template. <section id=”carrier-repeater_wrapper”> <section class=”col-md-12 text-right mb-4″> <input data-repeater-create type=”button” class=”btn btn-md btn-secondary”…

Hazel Lyn GarillosOct 26, 2022

How to generate Long and Latitude in Google Map PHP CURL with API key

<?php $address = “Kathmandu, Nepal”; $url = “https://maps.google.com/maps/api/geocode/json?key=AIzaSyAPV_cu88rjpd2sXAO0N1mW94T_AlBkIC4&address=”.urlencode($address); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch,…

D3vel0pmEntAug 29, 2014

Setting up a Magento site for Multiple Stores and Subdomains

Magento is a flexible eCommerce platform that allows you to manage multiple stores and frontends…

Arni CincoAug 29, 2014

Migrate your funeral website obituaries from FrontRunnerPro to WordPress – Easy and Fastest Way

Plugins Use Really Simple CSV Importer Duplicate Remover FuneralNet Files csvs/DeathRecord.csv csvs/FRPPhoto.csv csvs/RegisterBook.csv picturefront runner…