Forums Forums Search Search Results for 'woocommerce'

Viewing 10 results - 391 through 400 (of 1,497 total)
  • Author
    Search Results
  • #224065

    Anonymous
    Inactive

    Hi there,

    Is there a way of marking a post to always appear no matter what filters are input? I’m using the plugin with woocommerce and I have a gift card product that I would like to always show up.

    Many thanks,
    Henry

    #223975

    Anonymous
    Inactive

    Hello :),

    Is it possible to filter only from the category we are actiually in?
    For example:
    We are in CAT_1 => Sub_Cat_1 => Sub_cat_2
    I included the filter shortcode in the woocommerce archive-prodct.php template.

    But even inside this 3. Level Category (Sub_cat_2) the filter has the values from ALL products in the checkboxes.

    Thank you for help,
    Frank

    #223347

    Anonymous
    Inactive

    Hi, I’m using woocommerce and would like to filter the product categories, attributes and the ACF custom fields or metadata. I also want to be able to create a popup serach form or left or right side search form. The problems I’m having are as follows.

    1. I followed the instructions for creating your first search form, it did not work.
    2. The plugin also is causing some form of conflict with the product categories the categories don’t work when altering some settings in the plugin.
    3. Also not sure if the shortcode is working or not it’s confusing.

    Can you please tell me what settings I should use to do what I want as mentioned above. or if you can log in to my site and check yourself.

    thsanks

    #223268

    Anonymous
    Inactive

    Hi again,

    (I bought a new license of the plugin since for the previous one you indicated that the support period had ended. The user with whom I wrote you what I ask you below was “Pedro Vega”, but I have decided to create a new user for this new license.)

    I am selecting products and variations in my configuration . My search engine is composed of a text box and taxonomies to add the variations. The result is shown in “Woocommerce shop”, therefore, I don’t use results.php at any time.

    Would it be possible that when loading the search engine, no results would appear until clicking on the submit button?

    I have verified in the forum that this is possible if we use the page “results.php” but in my case it is not so, since the results are shown on the same page on which the form is loaded.

    Thank you.

    #223251

    Trevor
    Participant

    I see a number of things. First is that you have two forms based on the WooCommerce store. They are likely to interfere with each other. Try changing one to ‘Custom’ and give it a Results URL to go to (and switch off Ajax on that form).

    The other is the way Infinite Scroll needs to work (using selectors) and the lack of a suitable selector for the Infinite Scroll Container in your template HTML. The Post / Result Selector should be set to .product

    I would need to see the PHP template for the page to be able to advise where to add HTML to satisfy the need for an Infinite Scroll Container.

    However, if you edit that file (always do this in a child theme), look for a structure like this (there will be other stuff in your template file, but these are the key lines):

    <div class='name_of_ajax_container_class'
    if ( $query->have_posts() )
    {
    	?>
    	<div class='name_of_infinite_scroll_container_class'>
    	<?php
    		while ($query->have_posts())
    		{
    			$query->the_post();
    			
    			?>
    			<div class='name_of_infinite_scroll_post_selector_class'>
    				// post output here
    			</div>
    			
    			<?php
    		}
    	?>
    	</div>
    <?php
    }
    else
    {
    	?>
    	<div class='name_of_infinite_scroll_container_class' data-search-filter-action='infinite-scroll-end'>
    		<span>End of Results</span>
    	</div>
    	<?php
    }
    </div>

    Yours is missing this part:

    <div class='name_of_infinite_scroll_container_class'> and the closing </div>

    #223060

    Anonymous
    Inactive

    Hi,

    I am selecting products and variations in my configuration . My search engine is composed of a text box and taxonomies to add the variations. The result is shown in “Woocommerce shop”, therefore, I don’t use results.php at any time.

    Would it be possible that when loading the search engine, no results would appear until clicking on the submit button?

    I have verified in the forum that this is possible if we use the page “results.php” but in my case it is not so, since the results are shown on the same page on which the form is loaded.

    Thank you.

    #223057

    Anonymous
    Inactive

    Hello,

    I have a 404 problem with the search engine.
    The configuration is as follows:

    I have selected products and variations. In the search engine I have entered a text box and two taxonomies for the product variables. The results are shown on the same page (Woocommerce shop), that is, I don’t use results.php.

    If I perform a search through taxonomies, the search engine works perfectly, but if I use the text box, it always throws me an error 404. In the text box I enter the name of one of the products but also, error 404 is reproduce. I do not know what can be due.

    Could you help me with this problem?

    Thank you.

    #222961

    Anonymous
    Inactive

    Hi

    We would like to understand how cache thing works.

    On our site we go integration with our pos / inventory system. after so every 30mins we are fetching updated inventory and update them in wordpress ( woocommerce products )

    products get into system no trouble with that .. the thing is it takes more than couple of hours to show on frontend ( woocommerce shop page with search and filters )

    if we rebuild cache manually all the updated products shows up properly.

    How to tackle above situation ? / whats the best settings ? / does cache build automatically triggers if any posts ( woocommerce product) gets updated ? or there is any timeout ?

    I would really appreciate your help on this..

    #222907

    Anonymous
    Inactive

    I added the filter shortcode and according to the URL it is doing something, but the products are not getting filtered. Can I use this filter with any elementor widget that can display products or is it bound to a specific one.
    Please have a look here
    https://www.salon142.com/SweetLemoni2/shop

    Best, Gabriel


    Anonymous
    Inactive

    Hello,

    I hope you can help me with the following. I’m using a filter on Woocommerce products with product categories and product sub categories. Now would it be nice that the visitor could see which items are selected on top of the filter and select only one subcategory.

    For example I can select multiple ‘merken’ right now but there never will be more then one ‘merk’. I tried OR on the product categories, but then the subcategories won’t work:

    https://s-ter.nl/webshop-new/

    I like to make the filter more store approved.

    Thanks in advance,
    Noraly

Viewing 10 results - 391 through 400 (of 1,497 total)