
fbrischetto(@fbrischetto)
5 Posts
Customers
Quote from fbrischetto on November 20, 2023, 18:00
Hi,
I'm using Oxygen builder for my website. In particular I'm using Repeater Element to show all the products with their own properly configured template. Is there a way to make Ajax work?
I tried the option [tab Options -> Try to ajaxify the shop] but nothing changed, it still reloads the entire page on filter selected. Can you help me?
Hi,
I'm using Oxygen builder for my website. In particular I'm using Repeater Element to show all the products with their own properly configured template. Is there a way to make Ajax work?
I tried the option [tab Options -> Try to ajaxify the shop] but nothing changed, it still reloads the entire page on filter selected. Can you help me?

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on November 21, 2023, 11:21
Hello
Unfortunately, third-party templates may not work in ajax mode
Please drop me exact link to the issue I will check it
Hello
Unfortunately, third-party templates may not work in ajax mode
Please drop me exact link to the issue I will check it

fbrischetto(@fbrischetto)
5 PostsTopic Author
Customers
Quote from fbrischetto on November 21, 2023, 20:54
Hi,
Here there is the documentation of the Repeater Element in Oxygen that i'm using to show all the products. The issue is that, even if I check the option [tab Options -> Try to ajaxify the shop], the page reloads fully when a filter is applied.
Is there some workaround to make it work? Maybe some class to add to the element, or some php file to adjust.
Thanks
Hi,
Here there is the documentation of the Repeater Element in Oxygen that i'm using to show all the products. The issue is that, even if I check the option [tab Options -> Try to ajaxify the shop], the page reloads fully when a filter is applied.
Is there some workaround to make it work? Maybe some class to add to the element, or some php file to adjust.
Thanks

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on November 22, 2023, 13:26
Hello
Please drop me exact link to the issue I will check it. I need a link to your site, to the page where you use my filter in ajax mode
Hello
Please drop me exact link to the issue I will check it. I need a link to your site, to the page where you use my filter in ajax mode

fbrischetto(@fbrischetto)
5 PostsTopic Author
Customers
Quote from fbrischetto on November 22, 2023, 16:58
Go to this website and, since it is a staging website, use the provided access shared as private data of this topic to view the website. Then, insert the Wordpress login shared and go to this page . There you can find the filter called "ShopFilter" that is causing the issue.
To modify the page you need to go from backend panel to Oxygen->Templates->Negozio->Edit With Oxygen
Go to this website and, since it is a staging website, use the provided access shared as private data of this topic to view the website. Then, insert the Wordpress login shared and go to this page . There you can find the filter called"ShopFilter" that is causing the issue.
To modify the page you need to go from backend panel to Oxygen->Templates->Negozio->Edit With Oxygen

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on November 23, 2023, 12:39
Hello
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png
This custom template will not work in ajax mode
For ajax compatibility, the template must have standard hooks: woocommerce_before_shop_loop and woocommerce_after_shop_loop
Hello
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png
This custom template will not work in ajax mode
For ajax compatibility, the template must have standard hooks: woocommerce_before_shop_loop and woocommerce_after_shop_loop

fbrischetto(@fbrischetto)
5 PostsTopic Author
Customers
Quote from fbrischetto on November 23, 2023, 14:09
Hi,
I pasted the license key. Is there some workaround to make it work in ajax mode? Otherwise I should consider a refound because Oxygen is my main theme unfortunately
Hi,
I pasted the license key. Is there some workaround to make it work in ajax mode? Otherwise I should consider a refound because Oxygen is my main theme unfortunately

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on November 24, 2023, 11:55
Hello
Ok! Try to use this shortcode - [woof_products is_ajax=1] - to show products
Hello
Ok! Try to use this shortcode - [woof_products is_ajax=1] - to show products