Magento PHP Joomla Wordpress MySQL Jquery Ajax HTML CSS Blog

0

How to Install Magento Security Patches

We’ve seen many Magento sites get hacked, with dire consequences. Aside from angry customers, merchants are faced with the difficult and expensive task of removing all the malicious code. It’s much easier to apply...

0

New table column not updating in Magento

So you’ve included a custom section for a table, e.g. admin_user or through your custom extension’s model table. The main issue is your values are not being put away by your fundamental model classes,...

0

Sample SEO Magento robots.txt file

Since I get a ton of solicitations for a robots.txt record intended for Magento SEO here is a sample to kick you off. To a great degree regular inquiry with regards to eCommerce –...

1

Magento Product Review Captcha

In this article I’m going to describe how you add captcha in product review form. In magento, a default captcha is available for only some forms like login, registration, checkout as guest only. But...

0

PHP Captcha using jQuery AJAX

In this tutorial, I’m using jQuery AJAX for getting captcha image from PHP. Using jQuery we can also refresh the captcha code by resending AJAX call to generate new captcha image. I always try...

0

Magento: Function to resize any image

In this article I’m writing code for resize any image in magento according to your desire width and height. In this article, I’ll describe how to resize images, such as needing to resize a...