How to Fix No Image problem in OpenCart
If you want to fix no image file in opencart for product or for all pages where there is no image available, you can do this in two ways: 1) Global Method 2) Template method If you will … Read more
If you want to fix no image file in opencart for product or for all pages where there is no image available, you can do this in two ways: 1) Global Method 2) Template method If you will … Read more
Change URL of Category ,Product, Search Page and more in OpenCart If you are facing problem with SEO URL in OpenCart for rewriting the link of product and category and redirected to home page or getting page not found message on webpage then you can solve out your issue with these steps. Let see how … Read more
Login with Facebook and Google Account on website in PHP In previous days every website maintains their user records with signup form process and keeping the records in the database. But, now days no need of full fills a sign up form for become a user of website. Now user get directly login instead of … Read more
Optimize a website for search engine means seen yor website in search results and displayed. The main syntax or sentence which is required to remember what a website need to get indexed for search results. TMHIDRL T – Title M – Meta Description H – Heading tags I … Read more
In this tutorial we are going to discuss about how to show div on click a button in Jquery. This is very easy to show div on click event of button. You have to use JavaScript library file (Jquery.js) for show div. . Let us see example. Demo <html> <head> <script src=”jquery.js”></script> <script> $(document).ready(function(){ $(“button#mybutton”).click(function(){ … Read more
In this Tutorial we are going to discuss about instant live search in PHP using AJAX and jQuery. Live search helps to predict the desired result for users. There is no need to reload a page for search , you can search result live using AJAX. Let us see tutorial. View Demo DB Details Database … Read more