Silent Hill2010-01-28 09:54 | Again I'm doing some SEO, and are focusing on the img alternative text. Now, they work great, but I dont like the fact that the alt text is also displayed below the image. So, where can I remove the lines of code that put the alt img text below the image in the products? » Quick.Cart v3.x |
Makaron2010-01-28 17:29 | Edit file templates/pages_default.tpl and templates/products_default.tpl and in blocks IMAGES_LIST_1 and IMAGES_LIST_2 delete this variable: $aData[sDescriptionContent] |
Silent Hill2010-01-28 23:44 | Thanks. Solved the issue :) |