
Originally Posted by
vidmalis
This solution not work if I have multilanguage site(3 languages) how I can change this button? I have tried to copy my language buttons to includes/templates/buttons/lithuanian directories but still showing the old one....
Thank you.
I was having this problem in the featured products listing, specials listing and new product listing because I had custom pages, so I thought I'd post what worked for me. Hopefully it will help someone else.
In includes/modules/YOUR_TEMPLATE/
featured_products.php
specials_index.php
new_products.php
replace all instances of:
PHP Code:
zen_image($template->get_template_dir('details.gif', DIR_WS_TEMPLATE, $current_page_base,'images').'/details.gif')
with:
PHP Code:
zen_image_button(BUTTON_IMAGE_GOTO_PROD_DETAILS , BUTTON_GOTO_PROD_DETAILS_ALT)
Bookmarks