Magento
Magento: Custom Price range in layered navigation
Navigate to file view.phtml app/design/frontend/your-package/your-theme/template/catalog/layer/view.phtml Remove all file code with the following code
Navigate to file view.phtml app/design/frontend/your-package/your-theme/template/catalog/layer/view.phtml Remove all file code with the following code
app/code/local/Mage/Catalog/Block/Product/New.php app->design->fronted->your_package->your_theme->template->catalog->product->new.phtml Add code in cms->page->design->Layout Update XML area.
Create A small extension for the requirement Create a file: app/code/local/Sushant/Catalog/etc/config.xml Helper: app/code/local/Sushant/Catalog/Helper/Observer.php Enable Your module :
Step1: Make a backup your view.phtml file app/design/frontend/your_package/tour_theme/template/catalog/layer/view.phtml If not available copy and pase it from base and remove all view.phtml file code and replace with the following code:
Display blog posts to CMS pages : In app/design/frontend/default/default/template/aw_blog/ Step 1: Create a new file home_latest_blog.phtml with the following code: If You want to change blog post limit Change in ->setPageSize(3) set your size Step 2: Now call home_latest_blog.phtml in cms page Open your cms page -> Edit page -> Read more…
Magento default tier price display in list format please see in image now i have display tier price in table format. To show the tier price in table format open your product view page and add the following code: app/design/frontend/rwd/default/template/catalog/product/view.phtml Another Style:
How to call cms page content in phtml file. Create a cms page Put the code in your phtml file (where you want to the call cms page content) Code: If there are some image url in your cms page content and you want to display on fronend use the Read more…
If you want to show the base image in upsell products, instead the small image Please Follow the instructions and create a small extension with the following files. 1. create a file as follow: app/code/local/Sushant/Upsell/Block/Product/List/Upsell.php 2.app/code/local/Sushant/Upsell/etc/config.xml 3.Active your module app/etc/modules/Sushant_Upsell.xml 4.Finally Open upsell.phtml app/design/frontend/Your package/Your theme/template/catalog/product/list And find And replace Read more…
You need to develop a small extension: Please follow the Steps: just create the following file with code: app/code/local/Sushant/Cartlimit/etc/config.xml app/code/local/Sushant/Cartlimit/Helper/Data.php app/etc/modules/Sushant_Cartlimit.xml