[Plugin: eShop] Problem with Category Shortcode
-
I have a site that is under construction for an artist who makes wearable art. I have four categories of products setup: ‘Bags’, ‘Cuffs’, ‘Neckpieces’ and ‘AndBeyond’. I have setup pages that include the Category Find option that looks like this:
[eshop_list_cat_tags type=”category_name” find=”neckpieces” panels=”yes” form=”yes”]
In this particular case, I have eight (8) neckpiece posts entered into the system and categorized with the “neckpieces” category. When I go to the Neckpieces Page, six of the eight products are shown, but not the last two. So I went in and modified the short code to read:
[eshop_list_cat_tags type=”category_name” find=”neckpieces” panels=”yes” form=”yes” records=”8″]
Nothing changes. Only six items are displayed and no pagination options are shown. I modified the short code again to:
[eshop_list_cat_tags type=”category_name” find=”neckpieces” panels=”yes” form=”yes” records=”10″]
Nothing changes. Only six items are displayed and no pagination options are shown. I modified the short code again to:
[eshop_list_cat_tags type=”category_name” find=”neckpieces” panels=”yes” form=”yes” records=”4″]
This time I see six item panels on the page, the line above reads “Displaying 1-4 of 6” and now I have pagination options to view page 2, Next or View All.
If I click to view page 2 or Next, I see “Displaying 5-6 of 6” and then four item panels including the last two from the previous page and the two that were not shown before. If I click “View All” I’m back to seeing only six item panels with “Displaying 1-6 of 6” and no pagination.
I don’t know why this isn’t working like it should so any help would be appreciated.
The topic ‘[Plugin: eShop] Problem with Category Shortcode’ is closed to new replies.