Showing 2 Result(s)

Magento – set product price per customer

To set a custom price for only for some of your Magento customers you have two ways of doing it. Both methods rely on creating a customer group. Go to Admin – Customer – Customer Groups then Add New Customer Group. Go to Customers – Manage Customers and manage the customers you want to add to the new group. Now decide if …

Magento: hide tax summary from cart/checkout

Magento displays tax summary in cart and checkout by default: You may not always want this to show and there is a simple method of hiding the tax section in cart by making the following changes: – go to /app/design/frontend/base/default/template/tax/checkout/tax.phtml – copy this template file to your theme folder eg. /app/design/frontend/default/customtheme/template/tax/checkout/tax.phtml – uncomment the following code …