Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author datafeedr

    (@datafeedrcom)

    Hi

    It works for me on your site. When I hover over an image I get a URL like this: http://outletics.ru/a/27643/

    That appears to be cloaked.

    Make sure you have deleted your cache.

    Eric

    Thread Starter bestwpress

    (@bestwpress)

    Thanks for the quick response, Eric.

    Yep. Now it’s working.
    Do not have time to answer here after I found the solution. Now, here it is:

    In my /theme-folder/woocommerce/content-product.php I have link with:

    esc_url( $product->product_url )

    I just changed it to

    esc_url( $product->add_to_cart_url() )

    Plugin Author datafeedr

    (@datafeedrcom)

    Great, thanks for sharing!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not workin on catalog/archive page’ is closed to new replies.