Forums Forums Search Search Results for 'woocommerce'

Viewing 10 results - 1,291 through 1,300 (of 1,497 total)
  • Author
    Search Results
  • #18621

    Anonymous
    Inactive

    Greetings,

    We are having an issue when we are asking the plugin to show products from woocommerce categories. Its gets the blog post entries but not the product categories.

    We would love to have some help here.

    Thanks in advance.

    Oscar Sanz
    Dinatur


    Anonymous
    Inactive

    Hi there,

    In Woocommerce, I’m using a code snippet to change the columns from 4 (standard) to 3 products per column. Works fine. The only page I want 4 products per column is the page that I’m using the search and filter shortcodes.

    I have a conditional tag in my functions.php file that works perfectly until you select a search filter on the one page I want 4 products per column to display.

    Code can be seen here: http://pastebin.com/6GgQmY2Q

    The page I’m talking about is http://athenasarmory.com/search-by-gun-model/ . 4 products per column works until you select a model in the drop down.

    Somehow , the results script controlled by the search and filter plugin ignores my conditional tag in the functions.php file after a search filter is selected. I’ve tried conditional tags for is_page_template , is_page(ID) etc…and they all work until an option is selected from that drop down and the results get processed. (or you select page 2, 3 etc)

    Hopefully this is making sense ๐Ÿ™‚ . Do you know of a conditional tag that I could use in my functions.php file that will remain TRUE even after the results are loaded?

    As I’m typing this, I just realized I could probably change the script in functions.php to say “If page is woocommerce archive/category/etc, use 3 columns….if anything else, use standard 4 columns…” This wouldn’t be ideal but I guess it’s a solution if we can’t come up with a conditional tag the other way around that will work.


    Anonymous
    Inactive

    Show only attributes values that exist in this category.
    For example attributes: colors.

    We do have many colors sitewide, but in specific category where we add the search we have only a few colors, how to make the search shows colors attributes that exist in this category products’ only instead of listing attributes from all products.

    This is by default enabled in default “Woocommerce Layered Nav”, but slow down the website with many attributes. I guess it had do something with your “beta count” feature that is disabled currently.

    This is one of the main features why I did buy this plugin, hopefully can get a help.

    #18112

    Anonymous
    Inactive

    Hi Ross,

    It works!! I’m sorry– I had the wrong WooCommerce variables picked. That’s what I get for trying to debug at 3am.

    Thanks again for your prompt responses and excellent coding!
    Jean

    #18073

    Anonymous
    Inactive

    I have WP 4.1.5, WC 2.3.8, and S&F Pro 1.4.1 installed.

    I just noticed that the price sliders are not working: neither the visitors filter, which shows _regular_price, nor the members filter, which shows _retail_price. At this point, I am not sure if the sliders were ever working but it seems strange that we did not catch this error before, so maybe they were.

    Are there any known issues with this feature?

    #18063

    Ross
    Keymaster

    Hey Stefania

    If you wish to use a regular page template for displaying results (like archive-product.php you mention above) then use must use the archive method.

    If you are using the shortcode method, and know some html/css, then you can copy the html structure and use it in results.php…

    For woocommerce styling, and the correct CSS to be applied, please view the source of the page when on product archives and you will notice woocommerce is adding some classes to the <body> tags for layout purposes – you need to copy the same classes over using the method described here:

    https://support.searchandfilter.com/forums/topic/wp-4-2-1-update-affecting-plugin/page/2/#post-17059

    Thanks

    #18062

    Ross
    Keymaster

    Hi Dennis

    This demo is made using the archive method and woocommerce – so it is using a layout that comes with woocommerce…

    It using this template:

    https://github.com/woothemes/woocommerce/blob/master/templates/archive-product.php

    You must copy this into your theme folder (you should take a copy from your woocommerce folder) and use it as the template as described here for setting up S&F using archive method:

    http://www.designsandcode.com/wordpress-plugins/search-filter-pro/docs/display-results/as-an-archive/

    Once this is complete, your layout still might not be as desired, this can sometimes be because of the class on the <body> tags, you will need to see which your product archive is using and use the methods described here:

    https://support.searchandfilter.com/forums/topic/wp-4-2-1-update-affecting-plugin/page/2/#post-17059

    Thanks

    #18029

    Anonymous
    Inactive

    You were right. I found the filtrify script, took it out and it fixed my issue!

    Now, how do I prevent my single concert pages to open in a different window? I’d like to have them open beside the form like in your woocommerce demo. Thanks,

    #17834

    Anonymous
    Inactive

    Hi Ross ๐Ÿ™‚
    I read in this forum that the best template to use for woocommerce is archive-product.php.
    I’m using the shortcode method, but I don’t understand if I have to modify my results.php page in order to look like archive-product.php (using woocommerce functions, such as do_action( ‘woocommerce_before_shop_loop’)) or if it’s simply a matter of css.
    Now my search works, but the results are in list and not in grid.

    I’m trying to understand by reading your guide here
    https://support.searchandfilter.com/forums/search/woocommerce-page/

    Is it a good start? ๐Ÿ™‚


    Anonymous
    Inactive

    Hi Ross,

    I’ve managed to set up a clean test site locally as per your instructions….and it’s working! So far, I’ve only installed WooCommerce and the storefront theme. What’s the best way of progressing from here? installing and testing the other plugins one by one?

Viewing 10 results - 1,291 through 1,300 (of 1,497 total)