Skip Navigation

[Resolved] Impossible to update view “Parametric Search” on E-Commerce reference.

This thread is resolved. Here is a description of the problem and solution.

Problem:

Some shortcodes missing in section "Loop Editor":

<!-- wpv-loop-start -->
...
<!-- wpv-loop-end -->

Solution:

You just need to add them to section "Loop Editor", for example:

https://toolset.com/forums/topic/impossible-to-update-view-parametric-search-on-e-commerce-reference/#post-1187969

Relevant Documentation:

This support ticket is created 5 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.

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/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by OhikK1930 5 years, 9 months ago.

Assisted by: Luo Yang.

Author
Posts
#1187623
Parametric Search error.png

Hi,

I installed E-Commerce reference site and update view named "Parametric Search", but showing error message as attached image.

Only change "Unfortunately, there are no products that match your criteria." into Korean language.

Please inform me of why this happen.

Regards

#1187969

Hello,

In your screenshot, that message means there are some shortcodes missing in section "Loop Editor":

<!-- wpv-loop-start -->
...
<!-- wpv-loop-end -->

you just need to add them to section "Loop Editor", for example:

[wpv-layout-start]
[wpv-items-found]
<!-- wpv-loop-start -->
...
<!-- wpv-loop-end -->
[/wpv-items-found]
...

Since some demo sites were created with old version of Views plugin, so it might be some problem within the latest version of Viiews plugin.

#1187971

My issue is resolved now. Thank you!