Magento
Magento: How to get actual price and special price of a product?
Loading Product Get Actual Pric: Get Special Price:
Loading Product Get Actual Pric: Get Special Price:
Open app/design/frontend/YourPackage/YourTheme/template/catalog/list.phtml Find (around line 61 for list view or line no 134 for grid view) // according to magento 1.9 change to: Next open style.css (skin/frontend/YourPackage/YourTheme/css/style.css)Find change to Below this add
For this, you need to edit /app/code/core/Mage/Directory/Model/Currency.php Note:– Do not change core functionality beside override the file in local folder Find the following :- code change this code to:-
Get attribute value for PLAIN TEXT, TEXTAREA or DATE type attribute: Get value from SELECT, MULTISELECT, DROPDOWN or YES/NO attributes: Get value from PRICE attributes: and in product list page, Get attribute value by attribute code and productID WITHOUT loading Read more…
1-Create a new CMS page with content set to… 2- and a template for listing your products app/design/frontend/your_package/your_theme/template/inchoo/onsale/sale.phtml 3-Create a Category(On Sale) and call the static block in the category. 1- create category on sale. 2- inside category go to Read more…
Or DB Connection Code : —————————————————————————————————————— —————————————————————————————————————— loop: ——————————————————————————————————————
1- Take the html layout where you want to the html layout. 2- The jquery for validation. 3- create a folder name ajax in magento root directory and the inside it the pincode_verify.php for validation.
1-place the jquery.bxslider folder in magento root js folder. From: http://bxslider.com/examples/carousel-dynamic-number-slides 2-And place the following code. in your product collection page For jquery: For product collection: