- This topic has 4 replies, 3 voices, and was last updated 13 years, 2 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 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 › WP eStore Troubleshooting › On category pages, some product ids not recognized
I have a category page that has a bunch of errors.
Looks like you have entered a product ID in the shortcode that doesn’t exist. Please check your product ID and the shortcode again!
However, I did not enter any specific product ids, only the category.
Any advice?
thanks.
Please post the exact shortcode that you placed on that page and a URL of the page in question.
http://www.300monks.com/quirky/
[wp_eStore_category_products:category_id:153:end]
You’ll notice the first product is not there.
This means somehow one product with empty ID (no ID) got assigned to this category (ID: 153).
Simply go to your PHPMyAdmin and pull the records from the following database table:
wp_eStore_cat_prod_rel_tbl
Find out the row that has an empty or other illegal value in the product ID column and delete that row.
This post will help you if you never used PHPMyAdmin tool before:
Thanks!