Today every client wants to automate the business process with a web application. The Cron Job is one of the common automation features required in a web application. The software utility Cron also is known as Cron job is a time-based job scheduler in Unix-like computer operating systems. Users that set up and maintain software …
With the following code snippet, you can check the already used email address in the database. Code snippet help in the user registration section to avoid duplicate email address entry and avoid SQL query error as well. The code snippet includes an additional feature for register form validation. The validation code checks the password strength …
Looking for an ACH (Automatic Clearing House) payment method. Dwolla is one of the most popular payment methods. Dwolla API is providing the full detailed documentation about the payment integration methods. In this blog post, we are going to discuss the “Receive money from your users“. Check the official documentation about this section. This blog post is …
Authorize.net is a very popular payment integration method. Let’s integrate it using Laravel. Authorize.net already provides an SDK for PHP. It is available on GitHub. This blog post example using the same GitHub SDK. Because it is Authorize.net approved library. 1. Create a sandbox account. The tool is required for this program that is authorize.net …
Zoho OAuth application workflow like Facebook login and Google login OAuth. In this blog post. We will discuss this if a web developer wants the website user data store in Zoho CRM and web server database as well. Similar to a WordPress website has own users table in the database for storing user details. Register …
Fancybox is a very popular image gallery library. In this blog post, I am going to explain, how we can implement Fancybox library in custom Magento theme. 1. Download the library from http://fancyapps.com/fancybox/3/. 2. Unzip the folder and copy jquery.fancybox.min.js and jquery.fancybox.min.css file and paste both files in your theme skin folder CSS and JS …
This is a very common issue while installing Magento 1.9 on localhost. If you are an experienced developer and have good knowledge about virtual hosting. You can create the virtual host for Magento setup. Quick solution without a virtual host. We need to disable URL validation here. Inspect “Base URL” input in firebug/ inspect element …
I feel very happy while I am publishing this post. As a Magento developer. I handle this issue in one of a project. You can resolve Magento product export – Entity is unknown error from admin settings. Kindly follow these step. I hope it will fix your issue. Go to the Store > Configuration > …
Are you searching for Magento admin gallery images resize code? Magento is complex platform and it’s very hard to customized or edit any core file. If Magento admin uploading high-resolution and high-quality images for products and these high-quality images are making product edit page slow. So if you look at a custom code resize Magento …
If you are reading this blog post. So I am expecting you’re a PHP developer and currently your are facing an issue in The Event Calendar Plugin. The issue is The Event Calendar plugin drop down a select field is not working. When try to edit an event from admin. A Select field such as …