Magento prototype validation fix for decimal numbers.
Category: magento
Setup a Magento Special Price Products Page Howto
How to setup a page showing the “special price products” in Magento. First step: Create a new page named “Specials” (or whatever you want) in Admin->CMS->Pages and insert into “Custom Layout XML” field this code: <reference name=”content”> <block after=”-” type=”catalog/product_list” name=”offerte.new” alias=”offerte” template=”catalog/product/specials.phtml”> <action method=”setProductsCount”><count>15</count></action> </block> </reference> select your layout (2, 3 columns ) […]
Magento 1.7 enabling store code URL rewrite bug in frontend and backend
In Magento 1.7 and earlier versions, when you enable the “Add Store Code to Urls” feature in Configuration->Web panel there are two minor bugs that affect your web store. Changing language (store view) in frontend produce a 404 error Download links of product options file in backend does not work: redirect you to […]