• Resolved daidalos117

    (@daidalos117)


    Hello,
    I have added price sliders to our filters, they are displaying in default state just fine. But when any filter is changed, price slider dissapears after ajax request.
    This is what BeRocket debug tool shows me. It shows displayed empty, even tho there are clearly some values. I tried to create filter from scratch (second filter id 3934), but its the same.
    Any idea how to fix or debug this?
    Thanks in advance!

    • This topic was modified 5 years, 3 months ago by daidalos117.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello,

    How do you display products on the page?

    Regards,
    Oleg

    Thread Starter daidalos117

    (@daidalos117)

    Hey,
    with this exact shortcode:
    [products columns="4" paginate=true per_page=20]
    Should be fine, no?

    Plugin Author RazyRx

    (@razyrx)

    Hello,

    Please try to add option berocket_aapf=true to shortcode, like this
    [products columns="4" paginate=true per_page=20 berocket_aapf=true]

    Regards,
    Oleg

    Thread Starter daidalos117

    (@daidalos117)

    That didn’t help.
    I fixed it by setting newly created page as Woocomerce shop page. Instead of using custom template, I edited archive-product.php template with my custom code. Then I deleted template cache in Woocomerce (State -> Tools -> Delete template cache), which seemed very important because I had very weirdly behaving website, probably because of this caches. Now it seems to be working correctly.
    Still thank you for your support and awesome work!
    Have a nice day!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Price displayed as empty’ is closed to new replies.