Custom Magento admin URL
To protect your Magento backend against hackers and brute-force attacks, it’s often recommended that you change the default URL of the Magento Admin Panel. Follow these steps to change the admin URL/path: Step 1 – Change Path Open the local.xml configuration file. The file is usually located in the app/etc/ directory under your Magento installation. […]
Read ArticleMagento – 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 […]
Read ArticleSet up Magento discount per customer
1. Add a new customer’s group through the Magento backend area: Customers ->Customer Groups -> Add New Customer Group. 2. Set the discount for the newly created group through the Magento backend area: Promotions -> Catalog Price Rules -> Add New Rule. Using the Customer Groups field you can select the customer groups for which […]
Read ArticleE-commerce VAT setup explained
The following is relevant for a VAT registered UK company who is shipping worlwide: – VAT is only charged within the EU – Customers outside EU are not charged any VAT (consumer and business) – VAT is charged at the UK rate (origin from where the goods are shipped not destination. If you ship to Italy, UK […]
Read Article(Re) Index Magento via command line (SSH)
Magento can just easily be indexed via backend by going to System – Index Management section but sometimes this process can fail or the backend might not be accessible. A simple way to bypass this is to log in using command line and the following: Navigate to the root of your Magento installation. Once there, […]
Read Article