Tech Jeff Yu


Guarding Against Multiple Submissions of the Same Form

The way to prevent a user from submitting the same form more than once


Website Account Activator

To validate the email address users provide, send an email to the address with special URL


Printing an Array with Commas

The way to print out an array with commas separating the elements.


PHP: Sorting Arrays of Arrays

Using usort function to sort arrays of arrays


Get All Orders for a Specific Customer with Grand Total Larger Than Certain Amount

Get all orders for specific customer and get the manufacturer for certain product in the order.


Get Option_id and Value for Attribute 'manufacturer' in Magento

The way get all option_id and value for attribute of 'manufacturer' in Magento


How to Easily Debug Layout Xml Warning in Magento

There is an issue in some Xml files, but really not easy for met to find out the miss spelling in Magento


Magento Multiple Order on One Checkout

Create multiple order for every vendor based on its products in the cart during one checkout.


Bypass Magento Full Page Cache on Single Page

You don't want to use hole-punching as there are several blocks on the page that have to be dynamic


Magento: How to Merge Two Product Collections into One

The way to merge two product collections into one



comments powered by Disqus