How to Show product options in product list page in Magento
In this article, we will recommend some effective methods to show options for the configurable and product options in product list. Check them out!
Showing options for Configurable products :-
Labels:
Magento
How to Set Up Table Rate Shipping in Magento
In this tutorial, we’re going to look at how to set up table rate
shipping in Magento, giving you the ability to charge different shipping
rates to individual customers based on their location–from the regional
all the way down to the postcode level.
Essentially what this means is that you can set cheaper shipping to certain destinations if the cost of the item is high, or if the weight and number of items is low.
While logged in as admin, navigate to System > Configuration and then, in the left menu under Sales, select Shipping Methods.
Three ways to price shipping
One thing to note, before we start, is that there are three main ways of setting up table rates–price vs. destination, weight vs. destination and number of items vs. destination.Essentially what this means is that you can set cheaper shipping to certain destinations if the cost of the item is high, or if the weight and number of items is low.
Configuring table rate shipping
You set table rate shipping inside the System menu accessed via Magento’s backend.While logged in as admin, navigate to System > Configuration and then, in the left menu under Sales, select Shipping Methods.
Labels:
Magento
Change shipping address dropdown to div in Magento
If you want to change shipping address dropdown to div structure.
After a long research i found that this select box is comming form core php file and it's hard to make any change in core file. So we have to change in shipping.phtml file as following.
Step 1 : Open shipping.phtml you can find it :-
/app/design/frontend/package/yourtheme/template/checkout/onepage/shipping.phtml
Please find this code around line no 30.
<?php echo $this->getAddressesHtmlSelect('shipping') ?>
Labels:
Magento
Set Payment Method "PayPal" on Particular State Only in Magento
If you want to disable a specfic payment method for specfic State then follow these steps.
1.Make a new file in app/etc/module/Arunendra_Disablepayment.xml
copy and Paste below code in that file
<?xml version="1.0"?>2.Now make module folder inside app/code/local/Arunendra/Disablepayment 3.Make new folder and file inside app/code/local/Arunendra/Disablepayment/etc/config.xml and copy and paste below code in that file.true local
Labels:
Magento
How to disable specfic payment method for specfic products in Magento
How to disable specfic payment method for specfic products
If you want to disable a specfic payment method for specfic products then follow these steps.
1.Make a new file in app/etc/module/Arunendra_Disablepayment.xml
copy and Paste below code in that file
<?xml version="1.0"?>2.Now make module folder inside app/code/local/Arunendra/Disablepayment 3.Make new folder and file inside app/code/local/Arunendra/Disablepayment/etc/config.xml and copy and paste below code in that file.true local
Labels:
Magento
Subscribe to:
Comments (Atom)


