Profile
Achievement
aashvi's Recent Snippets
- All /
« Prev 1 Next »
Wordpress: home page condition , we can identify it any inner pahe (header / footer etc.)
1
600
posted 13 years ago by aashvi
login issue in development server (copy site from live site)
site url is different
0
807
posted 13 years ago by aashvi
How to sort array in smarty template?
>> Create sort modifier file and save it in smarty / plugins with
modifier.sortby.php name
use this modifier in smarty template like...
{foreach item=item key=key from=$users|@sortby:"firstname"}
{$item.i...
0
2405
posted 13 years ago by aashvi
Following sql statement collect product sku with store url
select catalog_product_entity.sku,catalog_product_entity_varchar.value from catalog_product_entity,catalog_product_entity_varchar where
catalog_product_entity_varchar.attribute_id=87 an...
0
937
posted 14 years ago by aashvi