Magento
Magento: Assign simple product to configurable Product By Default
The following script will select yhe first opetion of each simple product: 1. Add the following function in the bottom script just after: app/design/frontend/rwd/hubsan/template/catalog/product/view/type/options/configurable.phtml And add the following script just after to trigger fire click on selected simple product:
Magento
Magento: Scroll minicart after add to cart a product in ajaxcartpro extention
1. Add some styleseet in styles.css 2.Add the jquery in /js/aw_ajaxcartpro/ajaxcartpro.js near line 855 just after : enabled: false, beforeFire: function(args){}, afterFire: function(args){}, beforeUpdate: function(args){}, afterUpdate: function(args){
Magento
Magento: Custom drop down attribute filter in Category Category Products Tab
override the Product.php in local: app/code/local/Mage/Adminhtml/Block/Catalog/Category/Tab/Product.php
Magento
Magento: Product View count on Product detail page
You can add time duration in $fromDate = ‘2013-12-10’; $toDate = now();
Magento
Magento: Banner module delete image code
Full Page code app/code/local/Webskitters/Banner/controllers/Adminhtml/BannerController.php
Magento
Magento Customize Ajax search result based on sku
Navigate to following path and make some changes: app/code/core/Mage/CatalogSearch/Block/Autocomplete.php At the bottom of page find the function named function getSuggestData() comment out or remove the function with the following code: