On the product info page how would you add the text "click for larger image" under the product image???? Right now I have no text under the product picture.
On the product info page how would you add the text "click for larger image" under the product image???? Right now I have no text under the product picture.
Hi Anne,
When I click 'Featured' in the footer of the demo, I see TEXT_NO_PRODUCTS (undefined) from includes/modules/responsive_sheffield_blue/product_listing.php on line 269. The same happens in my local demo clicking 'Specials' or 'New Arrivals' in the footer if there is nothing to show. I think the constant TEXT_NO_PRODUCTS is only used in searches, defined as 'There is no product that matches the search criteria.'
I could add a define for TEXT_NO_PRODUCTS to includes/languages/responsive_sheffield_blue/english.php but that would be the same text for Featured, Specials and New.
Any idea how to select one of three applicable defines in product_listing.php on line 269?
Thanks,
jpda
I'm using One of Anne's other templates but there is a lot of crossover. She defines it in
I don't know why there and not the English.php though. And the wording is vague enough you could use for all 3 situations.Code:includes/languages/english/westminster_new/index.php Line #42 : define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.'); Line #43 : define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.'); ]
Lruskauff
Last edited by jpda; 14 Oct 2015 at 04:08 AM.
Hi:
Just a quick question.
On an Android tablet, if you do not hit the arrow button the menu drops down but does not stay down. A person really has to be precise to get the menu to stay down. Is it possible to have the drop down menu automatically drop down on the main page?
Here is an example of what I am asking http://cabelas dot com.
I assume it could not be done on the mobile template but maybe on the desktop and tablet ones.
Dave