Lookbook Photography
Nulla facilisi congue eu ornare vel, mattis sed eros, velit nulla egestas nulla metus vel sapien.
Nulla facilisi congue eu ornare vel, mattis sed eros, velit nulla egestas nulla metus vel sapien.
Sed ipsum dolor sit velit nulla commodo sem, at egestas lorem ipsum dolor nulla metus vel sapien!
I decided to write this post since there is not much documentation related to getting the customer group id for a coupon. The best way to achieve this is to grab the customer group id using the function getCustomerGroupIds(). Below is a simple and fast way to get this using the salesrule/rule model. Now you…
When creating forms for Magento, it is helpful to know the different types of built-in fields that can be used while creating a form. The below examples can be used to create an admin form by extending the Mage_Adminhtml_Block_Widget_Form block. Hidden Field Text Time Textarea Submit Select Example 1 Example 2 Radio Example 1 Example…
If you have an array that contains a hundred different values, you may be wondering how you can check if that array contains a certain string. As you may already know, you can use the foreach() function to echo out each value contained inside the array. But let’s imagine that we simply want to execute…