Pages

Saturday, May 24, 2014

Magento Blind Site With Dynamic Price extension && responsive

This product support some features:
- Calculate product price dynamically.
- Support mutiple currency, languages.
-Support Responsive with magento 1.9.x
 ....
See more

Thursday, May 22, 2014

Magento filter with multiple values

This extension allow you doing filter with mutiple values from user selected.
- Attribute you choose to filter mutiple values must is "Multiple Select" from magento backend > attributes
- This extension allow you change templates by override on your theme.
- This extension allow you display results from values selected via checkbox with OR condition.
- This extension allow you keep values selected so you can see them with remove icon next to.
- Work fine on magento 1.8.x, 1.9.x.
- Support filter via Ajax

See more

Tuesday, May 6, 2014

Jquery Find Children From Parent

In this article i will show you " Difference between find() and children() in jQuery ". When you work with theme, you will face with finding element. Now this time, i will tell you about differents:
  • find(): this function allow you find all elements with any level ( deep ) you want to match your conditions.
  • children(): allow you find all children with single level ( first level )

See more