Nowadays everyone wants to get rid of spam on their website whether it is spam comments or spam messages or spam traffic on your site. To protect your website from spam, one of the best and easiest ways is to use Google reCAPTCHA. In earlier days, people used to put some random number or string […]
Author: Aparajita Singh

How to change the default order status on WooCommerce
Sometimes, while developing an e-commerce website, you’ll need to automatically check the payment status and mark the order status as “Completed”, “Pending” or as per your requirement. A default order status is set on the basis of payment done. The Front-end users can check their order’s status in their Account History page. In this blog […]
Spring Omni Manifest
How to get the manifest report of the Spring Omni shipments? SOLUTION: We raised a query to spring Omni, if they have any API to generate the manifest of the shipments created on a particular day. They replied: “We don’t currently provide a manifest“. So we tried to generate manifest on our end and confirmed […]
Spring Global (Spring Omni): Billing Concept
We want to know that Spring Global charges us on the shipments which we have created and registered OR parcels which we will hand over to them for delivery. We raised a ticket on Spring Global: Which shipments (parcels) will they charge us? Will it be on the shipments which we have created and registered […]
Spring Global (Spring Omni) Error: Resource Not Found
While creating a shipment using Spring Omni, you might get an error in response such as mentioned below: [status] => 404 [code] => 10002 [title] => Resource Not Found [detail] => One or more of the regions resource could not be found. We got this error while sending the following request to create the shipment: […]
Spring Global (Spring Omni) Error: Getting Blank Response While Fetching Label
We were facing an issue while we tried to create a shipment (Using /shipments API) and after that we were fetching the label (Using /shipments/{shipment_id}/files API). The issue was that we got blank response. When we checked Shipments on the back office, it looked like below screenshot: When we clicked on the shipment (with status […]

DHL Issue: The destination location is invalid. Please check the data
The logistics sector’s global leader is DHL. Specializing in transportation, courier services, and international shipping. While booking shipment on DHL using API (In our case, the delivery country was “Ireland”), we got an error in response to the capability request. The error was “The destination location is invalid. Please check the data“. Solution: For […]
Password Protection with htaccess
Introduction It is always a good idea to add password protection to any of the folders/webpages of your website if you want to restrict access on them. The method for applying the same is more important. We can use PHP for authorizing the information on each page, but that doesn’t protect your images or any […]