Magento load full address by address id
If you have the address id and need all the address information, that’s how you get it: $address = Mage::getModel(‘customer/address’)->load($addressId);
Read MoreMonthly Archives: August 2014
Date August 31, 2014 Author By Razvan Mocanu Category Magento how to
If you have the address id and need all the address information, that’s how you get it: $address = Mage::getModel(‘customer/address’)->load($addressId);
Read MoreDate August 31, 2014 Author By Razvan Mocanu Category Vagrant box
By default, the Vagrantfile has the box defined like this: config.vm.box = “hashicorp/precise32″ By using this, Vagrant will attempt to find the box “precise32” from the provider “hashicorp” in Vagrant Cloud. If it finds it, the box will be downloaded and installed. What if you want to use your own box file, be it local […]
Read MoreDate August 24, 2014 Author By Razvan Mocanu Category Magento Generalities
This is work in progress. If you find any inaccurate or missing information, please let me know.
Read MoreDate August 18, 2014 Author By Razvan Mocanu Category Selenium how to
Checking the CSS style of elements its not so stright forward in Selenium IDE. Here is an example to check the left padding of an element: Command: assertEval Target: window.document.defaultView.getComputedStyle(window.document.getElementsByClassName(‘login-logout’)[0]).getPropertyValue(‘padding-left’) Value: 5px The same way you can check most of the CSS defined properties. Instead of window you can use selenium.browserbot.getCurrentWindow().
Read MoreDate August 10, 2014 Author By Razvan Mocanu Category Solution Specialist
Magento eCommerce Online merchandising – Basic steps of setting up a new online store This is the second bullet in the Magento Certified Solution Specialist Exam Study Guide, chapter 1.1. Online merchandising. The Basic steps of settin up a new online store refer to: Platform selection Hosting Deployment Maintenance Platform selection. Chose osCommerce! I’m joking, […]
Read MoreDate August 10, 2014 Author By Razvan Mocanu Category Solution Specialist
Magento eCommerce Online merchandising – Marketing strategies This is the first bullet in the Magento Certified Solution Specialist Exam Study Guide, chapter 1.1. Online merchandising. The Marketing strategies refer to: Omnichannel Multichannel Affiliate marketing Social marketing Email marketing For an easier understanding, let’s first see what Multichannel is. Well, multichannel is exactly this, the […]
Read MoreDate August 10, 2014 Author By Razvan Mocanu Category Solution Specialist
Magento Certified Solution Specialist Exam consists in about 60 multiple choice questions. The available time to complete the exam is 90 minutes. The exam is based on Magento Community Edition v.1.8 and Magento Enterprise Edition v.1.13. The questions are from four different areas: eCommerce, about 13% of the questions Magento architecture, about 27% of the […]
Read More