- This topic has 1 reply, 2 voices, and was last updated 13 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › howto change the 'There are no products in this category.' message.
Hi,
I’m building a new site and still starting to key in the products. I have a page that displays the products in a certain category using the shortcode;
[wp_eStore_category_products_fancy id=1 style=1 order=2 type=4 show_price=0]
If there are no products associated to category id=1, the message that appears on the screen is ‘There are no products in this category.’
I want to change this message to say ‘Exciting new products coming soon!’. Where do I change this. It doesn’t seem to be in the eng.php file.
cheers,
Mel
This comes from the extra eStore shortcodes plugin. Please open the “shortcode_include.php” file from the extra eStore shortcodes plugin and search for the following line of code:
$output .= "There are no products in this category.<br />";
Once you fine it change it to the following:
$output .= "'Exciting new products coming soon!<br />";