Skip Navigation

[Resolved] View with [items-found-count] displaying incorrect values

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 7 replies, has 2 voices.

Last updated by Waqar 1 year, 5 months ago.

Assisted by: Waqar.

Author
Posts
#2485233
Screenshot 2022-10-28 133603.png
Screenshot 2022-10-28 133458.png

On a content template I have created a view which I include by shortcode, which shows the number of reviews, where reviews are a CPT with a child relationship to the current product CTP. This part works fine.

I then a view on the page which displays similar products. Posts of the same CPT. In the loop item of that view, I the "reviews count" view is included. In this instance, it breaks and does not show the correct value or output.

#2485665

Waqar
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi,

To troubleshoot this, I'll need to see how this view and the reviews are set up in the admin area.

Can you please share temporary admin login details, along with the link to an example page where the incorrect number of reviews can be seen?

Note: Your next reply will be private and making a complete backup copy is recommended before sharing the access details.

regards,
Waqar

#2485675

This page: hidden link

#2486853

Waqar
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Thank you for sharing the access details, but I'm getting the incorrect 'username' message.

Can you please check the username and password again?

Note: I've set your next reply as private.

#2487809

Waqar
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Thank you for sharing the admin access details.

I understand that the website is using the view named "Product: Reviews (count)" to show the count of related review posts, in the "Template for Products", twice.

Once for the current product and the other instance is inside the loop of the view "Product: Related products".

I've changed the "Product: Reviews (count)" view's query filter settings to "The post with ID set by the shortcode attribute: wpvrelatedto", so that it is not dependent on the current post or the post from the current view's loop, as we need to make it work for both these instances.

Through this change, we'll be able to pass the current post's ID using the "[wpv-post-id]" shortcode into the shortcode attribute "wpvrelatedto" and the view will use that as a reference to get the related posts:


[wpv-view name="product-reviews-count" wpvrelatedto="[wpv-post-id]"]

I've made this change to both the shortcodes of this view in the template as well, but there is a separate challenge involved. No matter what change is made to the "Product: Related products" view it is for some reason not getting updated on the front end.
( I've tried disabling the view's cache and clearing the SiteGround Cache too )

Do you recall adding any custom code on the website, to change the output of the view "Product: Related products" or any other view for that matter?

Please also ensure all involved caches have been cleared and if the issue persists, I'll need your permission to download a clone/snapshot of the website.

#2488453

Hi. There is no custom code on the website whatsoever, and I have tried deleting and refreshing all caching but with no success.

you have my full permission to set up a snapshot of the site.

#2492019

Waqar
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

I apologize for the delay in getting back on this, as we had an unusually busy forum queue last week.

I've downloaded the website's clone and will be performing some tests on it. Will share the findings, as soon as this testing completes.

Thank you for your patience.

#2494459

Waqar
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Thank you for waiting.

During troubleshooting, I noticed that the following two views that were being used inside the template "Template for Products" were not saved properly and hence any changes that were being made to them were not getting updated on the front end.

1. Product: Related products
2. Product: Product reviews

I deleted them and recreated the new ones and they started working as expected.

You can follow the same on your live website too and then use the view's shortcode with the attribute, as suggested in my earlier message.
( ref: https://toolset.com/forums/topic/view-with-items-found-count-displaying-incorrect-values/#post-2487809 )

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.