Magento PHP Joomla Wordpress MySQL Jquery Ajax HTML CSS Blog
How to add custom field/attribute in magento category?
I had searched many times then found good solutions are as follows:- Create a page in root folder i.e, create-category-attribute.php and paste below code in this page. ‘attribute_code’ will be replace with your...
Microsoft introduces Surface Pro 3: the tablet that can replace your laptop
Surface Pro 3 has a 12-inch Clear Type Full HD display, 4th-generation Intel® Core™ processor and up to 8 GB of RAM. With up to nine hours of Web-browsing battery life, Surface Pro 3...
New Versions of Magento Community and Enterprise Editions Now Available
Magento Enterprise Edition 1.14 and Magento Community Edition 1.9 include many new features to help businesses grow. Most notable are a new responsive design reference theme that makes it possible to quickly get a...
How to set a custom group of users with a discount in a Magento store
You can add a new group from the Magento admin area > Customers > Customer Groups > Add New Customer Group. Once a customer registers, you can change the group he/she belongs to from...
How to rename or move the Admin Panel (admin) to a new name for Security?
If you want to change the the Admin Panel default URL from http://www.domain.com/admin/ to your own custom url http://www.domain.com/prashant/ to avoid any unwanted snooping around your web store. Then follow these steps: 1. Go...
Get Upsell products list using Product Id in Magento
In some situation when you need to show product in custom location file and in that file you also want to show list of upsell product then this is example which will explain you....
Layered Navigation on Home Page or Any CMS Page Magento
Magento does not allow this to happen and there are many plugins out there that charge a fortune for something which is relatively easily to do. We are going show you how to get...
Accordion tabs in magento For layered navigation
In this blog I’m going to explain you how to create accordion tabs in magento for layered navigation as displayed below for attributes.
How to build a WordPress plugin for beginners?
WordPress is the most popular blogging and CMS platform out there today. Part of what has made it so successful is its ability to be extended via plugins to perform any function you desire....
Add google CAPTCHA in register page in Magento
I have tried to integrate recaptcha and I was partially successfully. I have tried for customer registration page only. But this can be applied to other forms as well. Here is the link where...
What is the difference between BLOB AND TEXT?
A BLOB is a binary large object that can hold a variable amount of data. The four BLOB types TINYBLOB, BLOB, MEDIUMBLOB, and LONGBLOB differ only in the maximum length of the values they...
What is difference between MYISAM and InnoDB?
I am writing this article to understand the difference between MYISAM and INNODB.
Magic Quotes Error With Joomla 3 Installation
Basically their hosting service is out-of-date or incorrectly set up. During the installation they get an error message saying that something called “Magic Quotes” needs to be turned off.
Using Callback Functions in PHP
A commonly used technique when programming is to use callbacks. A callback is a piece of code that is passed to a function that is later executed by that function. In this article I...
Setting Up MySQL in CPanel
There are many different types of control panels that your shared hosting provider may have. This tutorial assumes that you are using the most popular, CPanel.
How to Set Up Buy X Get Y Free in Magento?
Magento Go is a fully capable eCommerce platform – and one of its most powerful features is its flexible price rules. Magento Go offers Catalog Price Rules as well as Product Price Rules.
Creating a Configurable Product in Magento
Magento provides several built-in product types which allows it to accommodate many of the most common products for sale on the web today without additional customization. Simple product types in Magento include Simple, Virtual...
How to Develop a Custom Page Excerpt Plugin for WordPress?
It’s easy to show lists of posts in WordPress. Your theme’s index.php file is probably handling all your categories, authors and search requests. However, sometimes you need a little more control. Perhaps you have...
How to call module in component?
Modules can be placed anywhere on the page, including component page. You can specify the position in module settings. And if you meant how to place a module inside contents then you can use...