07Nov

Magento – how to add download links on product page

Magento, xHTML

This is a serious drawback when using magento, i don’t know why they havent added this feature yet because other carts have it. Most of shops have products that ofer user guide or other downloads. It’s nice to be able to find them on the product page.
For the moment there is only a small hack [...]

3 comments | read more »
06Mar

IE8 compatibility header tag

Wordpress, xHTML

Using a simple meta declaration, we can specify the rendering engine we would like IE8 to use. For example, inserting this:
<meta http-equiv=”X-UA-Compatible” content=”IE=8″ />
into the head of a document would make IE8 render the page using the new standards mode.

No comments | read more »