Image resizing without white spacing in magento products grid or category page
<?php
echo
$this
->helper(
'catalog/image'
)->init(
$_product
,
'image'
)
->constrainOnly(TRUE) |
->keepAspectRatio(TRUE) |
->keepFrame(FALSE) |
->resize(400,400)
<?php
echo
$this
->helper(
'catalog/image'
)->init(
$_product
,
'image'
)
->constrainOnly(TRUE) |
->keepAspectRatio(TRUE) |
->keepFrame(FALSE) |
->resize(400,400)
//<![CDATA[
var searchForm = new Varien.searchForm('search_mini_form', 'search', '<?php echo $this->__('Search entire store here...') ?>');
searchForm.initAutocomplete('<?php echo $this->helper('catalogsearch')->getSuggestUrl() ?>', 'search_autocomplete');
//]]>