This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Product images are not displayed #29908
    marekmuzika15marekmuzika15
    Participant

    I understand. I will try to write in support of the template.

    Still, you helped me a lot and thank you for that.

    Have a nice day.

    in reply to: Product images are not displayed #29905
    marekmuzika15marekmuzika15
    Participant

    Thank you for your response.

    Could you at least help me with the price in the search results?

    That would help me a lot.

    in reply to: Product images are not displayed #29899
    marekmuzika15marekmuzika15
    Participant

    Thanks, but I can’t do this.

    Can I pay for your programming services?

    in reply to: Product images are not displayed #29874
    marekmuzika15marekmuzika15
    Participant

    The search also doesn’t show prices. Could this be resolved, please?

    I want to thank you for your fantastic support.

    Example of search from the multisite main page:

    https://www.bedy.sk/?s=mandalorian&post_type=product

    in reply to: Product images are not displayed #29873
    marekmuzika15marekmuzika15
    Participant

    Thanks for help. I still have one more question.

    I use external links on the website and the code is used by the visitor to click on an external page directly from the catalog.

    For example: https://www.bedy.sk/elektro/kategoria-produktu/inteligentne-hodinky/

    However, when I search within multisite, external links stop working and replace them with links to products on the web.

    As for products from the same blog, it works.

    However, if the product is from another blog, an original link to my site will appear.

    For example, when I search from the main page, all external product links are replaced with internal ones.

    https://www.bedy.sk/?s=xiaomi&post_type=product

    I’m not sure if I explained it correctly. However, I’m sending code that ensures that the user gets to an external page when they click on the product.

    echo apply_filters( ‘kapee_template_loop_product_thumbnail’, $html );
    }
    function woocommerce_template_loop_product_title() {

    if( ! kapee_get_loop_prop( ‘products-title’) ) return;
    global $product;
    $link = apply_filters( ‘woocommerce_loop_product_link’, get_the_permalink(), $product );
    $target = ‘_self’;
    if( kapee_get_option( ‘open-product-page-new-tab’, 0 ) ){
    $target = ‘_blank’;
    }
    if( $product->is_type( ‘external’ ) ) {
    $target = ‘_blank’;
    $link = apply_filters( ‘woocommerce_loop_product_link’, $product->get_product_url(), $product );
    }

    echo ‘<h3 class=”product-title”>‘ . get_the_title() . ‘</h3>’;
    }

    in reply to: Product images are not displayed #29865
    marekmuzika15marekmuzika15
    Participant

    Good day,

    perfect. This works. Well thank you.

    I have one last question. How do I change the number of products in my search results? Now showing 10 products on 5 pages.

    Can we adjust this so that I see 120 search results per page?

    in reply to: Product images are not displayed #29859
    marekmuzika15marekmuzika15
    Participant

    Good day,

    there must be a problem with the plugin. Everything is fine without the plugin. When I turn on plugin, the search does not work and the images are not displayed.

    I’m also sending an example with and without a plugin.

    in reply to: Product images are not displayed #29856
    marekmuzika15marekmuzika15
    Participant

    Good day,

    Thanks, but I still don’t see the images in the web search.

    I would also like to see 120 products per results page.

    How can I do that?

    Thanks for help.

Viewing 8 posts - 1 through 8 (of 8 total)