magento

magento

MAGENTO – GET CUSTOMER GROUP ID AND GROUP NAME

MAGENTO – GET CUSTOMER GROUP ID AND GROUP NAME The customer/user group determines which give discounts to customer/user, as defined by price rules, and the tax class that is connected with the group of customer/user. The default customer/user groups are General, Not Logged In, and Wholesale. you can also create new customer/user group with admin …

MAGENTO – GET CUSTOMER GROUP ID AND GROUP NAME Read More »

Programmatically create bundle products in Magento external file external file

how to Programmatically create bundle products in Magento external file external file In this post we will show you, how to Programmatically create bundle products in Magento external file. hear we are going to show you code how to create bundle products Programmatically in Magento external file. Pass you data link name, sku, color, weight, …

Programmatically create bundle products in Magento external file external file Read More »

Magento customer registration programmatically

Magento customer registration programmatically This post is we will show you how to Magento customer registration programmatically. first we create user ,if user is not exist then insert data into database then we will go for login to user programmatically. // code for Magento customer registration $website_Id = Mage::app()->getWebsite()->getId(); $store_detail = Mage::app()->getStore(); $setFirstname = “Firstname”; …

Magento customer registration programmatically Read More »

customer registration programmatically in Magento code from an external php file

customer registration programmatically in Magento code from an external php file In this post we’ll show you how to customer registration programmatically in magento using with exteranl php file. By using following code we can register user and create seeeion on user or customer. This post is use for register user or customer registration programmatically …

customer registration programmatically in Magento code from an external php file Read More »

change configurable product image in magento

how to change configurable product image in magento In this post we will show you How to change configurable product image(product main image) by associated product image based on color and size attributes. hear we will use call function get_json_config_images at \app\code\core\Mage\Catalog\Block\Product\View\Type\Configurable.php location. There is one block at \app\code\core\Mage\Catalog\Block\Product\View\Type\Configurable.php . 1) Go to Extend of …

change configurable product image in magento Read More »

We're accepting well-written guest posts and this is a great opportunity to collaborate : Contact US