Forum Replies Created
-
AuthorPosts
-
marekmuzika15
ParticipantI 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.
marekmuzika15
ParticipantThank you for your response.
Could you at least help me with the price in the search results?
That would help me a lot.
marekmuzika15
ParticipantThanks, but I can’t do this.
Can I pay for your programming services?
marekmuzika15
ParticipantThe 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:
marekmuzika15
ParticipantThanks 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>’;
}marekmuzika15
ParticipantGood 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?
marekmuzika15
ParticipantGood 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.
marekmuzika15
ParticipantGood 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.
-
AuthorPosts