dipokemon
Forum Replies Created
-
I can provide the necessary login details, code snippets if needed.
I’ve been racking my brains for 24 hours and can’t solve this problem ??I’ve added a quantity block, but it doesn’t work. In the console I get the error https://webproff.eu/luxador/wp-admin/admin-ajax.php 500 (Internal Server Error)
Hello, I have manually customized the review-order.php template. Can you tell me what I need to add to the template so that the quantity block will be displayed?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] I only get one resultUPD: Problem solved, I changed the use of the template.
This line:load_template(get_template_directory() . '/template-parts/ajax-search-result-item.php');
I replaced with this line:
get_template_part('/template-parts/ajax-search-result-item');
- This reply was modified 9 months, 1 week ago by dipokemon.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] I only get one resultNow the counter works as it should, it outputs 5. But I only added it to test it. The results still show only one record
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Move the subscription checkboxAnd is it possible to move the checkbox inside the checkout_billing_form block?
Forum: Plugins
In reply to: [Advanced Woo Search] Popular requestsThank you very much, it’s working.
Another question. Is it possible to make this block show up when clicking on the search form? Now the block is shown only when something is entered into the line.Forum: Plugins
In reply to: [Advanced Woo Search] Popular requests@mihail-barinov
Is there any way to do this?
I tried usingadd_action('aws_get_results', 'custom_search_results_block', 10);
but that didn’t work.
Forum: Plugins
In reply to: [Advanced Woo Search] Popular requestsThe first option. When the user clicks on the search bar, popular queries are displayed. When the user enters something, products are displayed under the popular queries. As on the screenshot.
https://skr.sh/sNFpG6UtRhK- This reply was modified 10 months, 2 weeks ago by dipokemon.
Forum: Plugins
In reply to: [Advanced Woo Search] Popular requestsCan you tell me how I can use PHP to add a custom block before displaying the products in the Ajax block?
Storing and outputting popular queries I will try to do it myself ??Forum: Plugins
In reply to: [Import from YML] Не хочет имортировать картинкиУ меня тоже не импортируются картинки, хотя ссылка обычная, без параметров. Такого вида https://site.ru/dbpics/2428.JPG
Forum: Plugins
In reply to: [WooCommerce] Get product tags in ElementorThe solution has been found. Following code in functiobs.php
add_action( 'woocommerce_after_shop_loop_item', 'woocommerce_product_loop_tags', 5 ); function woocommerce_product_loop_tags() { global $post, $product; $tag_count = sizeof( get_the_terms( $post->ID, 'product_tag' ) ); echo $product->get_tags( '', '<div class="product_tags">', '</div>' ); }
@webtoffeesupport I am attaching screenshots.
Product: https://skr.sh/sKRUSwGhUpr
Coupon: https://skr.sh/sKR8EYTVhl7Order details: https://skr.sh/sKRbjHAji60
Plugin: https://skr.sh/sKRaSkS8Sm3
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] SEO setup@razyrx Sorry, I didn’t quite understand your message ??