Forums Forums Search Search Results for 'woocommerce'

Viewing 10 results - 1,121 through 1,130 (of 1,497 total)
  • Author
    Search Results
  • #34780

    Anonymous
    Inactive

    Hello,

    How did you manage to show the result page if i may ask? Because i can’t get it to work. I’m using advanced custom fields for displaying the custom fields and using Woocommerce for the shop.

    I added a customfield on the category page of Woocommerce. Which can be filled in when editing or adding a category in the backend.

    I got it to work to display a custom field on the category page of Woocommerce using this:

    <?php
    $queried_object = get_queried_object();
    $taxonomy = $queried_object->taxonomy;
    $term_id = $queried_object->term_id;
    the_field(‘title_informatie_over_categorie’, $taxonomy . ‘_’ . $term_id);
    ?>

    But that doesn’t work for the results from Search & filter pro.

    Hope to hear from you.

    Best regards,
    Laurens

    #33322

    Anonymous
    Inactive

    Thanks for great support 🙂

    Wordpress 4.4
    Themify Flow 1.1.7 Theme

    Plugins:
    Themify Builder
    Builder Button
    Builder Contact
    Builder Slider Pro
    Builder WooCommerce
    Coming Soon Page & Maintenance Mode by SeedProd
    Dokan – Multi-vendor Marketplace
    Store Locator Plus
    Store Locator Plus : Enhanced Map
    Store Locator Plus : Enhanced Results
    Store Locator Plus : Enhanced Search
    Store Locator Plus : Pro Pack
    Store Locator Plus : Tagalong
    UpdraftPlus – Backup/Restore
    WooCommerce
    WooCommerce Colors
    WooCommerce Menu Cart
    ZM Ajax Login & Register

    #33316

    Ross
    Keymaster

    Ok thats great now it works 🙂

    Is the list above, your complete list of plugins? Just these?

    WooCommerce
    Dokan
    Store Locator Plus
    UpdraftPlus

    I need to investigate what is causing this issue, so it doesn’t re-appear when you update S&F.

    Thanks

    #33314

    In reply to: Customize Results Page


    Ross
    Keymaster

    Hey Maxime

    S&F doesn’t work directly with Visual Composer layouts, but in order to customise these results, you must follow the instructions here if using the shortcode display method:

    http://www.designsandcode.com/documentation/search-filter-pro/search-results/using-a-shortcode/#Customising_the_Results

    I am currently implementing some features which *should* make integration with layout plugins possible, but these won’t be ready for a week or so – and of course not guaranteed to work with all – just a new option.

    Anyway just getting back to the grid layout stuff – there are a good few resources out there on how to make grid based layouts in WP – which is basically the same in S&F as we just use WordPress loops/queries, a couple I linked here:

    https://support.searchandfilter.com/forums/topic/search-results-as-grid/#post-24882

    And as an FYI, S&F works with WooCommerce, which has a grid based layout for the shop – so might be a potential avenue to look into (even if its just stripping out the html/css for your needs).

    Thanks

    #33267

    Anonymous
    Inactive

    Yes when I press activate.
    I run everything on ThemifyFlow theme and WooCommerce, Dokan, Store Locator Plus, UpdraftPlus.
    The free version could be activated but not the Pro version.

    #33144

    Anonymous
    Inactive

    I’m hosted on WPEngine and here’s a list of the plugins I’m using for your reference:

    Admin Columns by AdminColumns.com.
    Admin Menu Editor by Janis Elsts.
    Advanced Custom Fields Pro by elliot condon.
    Akismet by Automattic.
    Allow Multiple Accounts by Scott Reilly.
    Autoptimize by Frank Goossens (futtta).
    Breadcrumb NavXT by John Havlik.
    Code Snippets by Shea Bunge.
    Contact Form 7 by Takayuki Miyoshi.
    Disable Comments by Samir Shah.
    Dokan (Lite) – Multi-vendor Marketplace by weDevs.
    EventON by AshanJay.
    EventON – Action User by Ashan Jay.
    EventON – Full cal by Ashan Jay.
    Google Analytics Dashboard for WP by Alin Marcu.
    Google XML Sitemaps by Arne Brachhold.
    Hotspots with Comments by De Eindbaas.
    Loco Translate by Tim Whitlock.
    Media Vault by Max GJ Panas.
    Page Excerpt by Jeremy Massel.
    Plugins List by David Artiss.
    Polylang by Frédéric Demarle.
    Query Monitor by John Blackbourn.
    Simple Image Sizes by Rahe.
    Types by OnTheGoSystems.
    UberMenu – Sticky Menu Extension by Chris Mavricos, SevenSpark.
    UberMenu 3 – The Ultimate WordPress Mega Menu by Chris Mavricos, SevenSpark.
    UberMenu Conditionals by Chris Mavricos, SevenSpark.
    UberMenu Icons by Chris Mavricos, SevenSpark.
    Ultimate Member by Ultimate Member.
    Ultimate Member – MailChimp by Ultimate Member.
    Ultimate Member – Notices by Ultimate Member.
    Ultimate Member – Online Users by Ultimate Member.
    Ultimate Member – Private Messages by Ultimate Member.
    Ultimate Member – Profile Completeness by Ultimate Member.
    Ultimate Member – Real-time Notifications by Ultimate Member.
    Ultimate Member – Social Activity by Ultimate Member.
    Ultimate Member – Social Login by Ultimate Member.
    Ultimate Member – Verified Users by Ultimate Member.
    User Shortcodes by HappyPlugins.
    User Switching by John Blackbourn.
    WooCommerce by WooThemes.
    WP Email Template LITE by A3 Revolution.
    WPFront User Role Editor by Syam Mohan.

    #32789

    Topic: 2 issues


    Anonymous
    Inactive

    Hi,

    I have 2 issues.

    Basically I have a shop (not woocommerce. easy downloads) and I have products which appear in 2 or 3 different categories (for example, “men’s shirt” can be either “premium”, “basic” or “simple”, plus it can also be “winter” or “summer”).

    I set up 2 filters:

    a) a filter for “premium\basic\simple”
    b) a filter for “winter\summer”

    I’m using them as a widget in my category pages. my issues are:

    1) when i’m in a certain category (for example, “men’s shirt”), and i press “premium” – i get ALL “premium” results (from “women’s shirt” category too). How can I make the filter know it’s supposed to filter only from the category page i’m posting the search on?

    2) I have 2 filters in the widget area, but can only press 1 at a time. for example, once i filter “premium\basic\simple”, the radio buttons become “dead”. unless i refresh the page, pressing them won’t matter.

    note: i used css to redesign the radio buttons because that’s how my client wants it to be. he doesn’t want any checkboxes or dropdowns. i guess if there was a dropdown it would be easier (i could simply search for “premium” and “winter” in “men’s shirt” and reset the search each time. but my client wants it otherwise.

    your help appreciated!

    thank 🙂

    #32422

    Anonymous
    Inactive

    Hi Ross, you have found a solution to our problem Woocommerce?

    Thank you very much,
    Davide

    #32353

    In reply to: Searching Not Working


    Ross
    Keymaster

    Hi Jonathan

    BTW I found the woocommerce filter that will allow S&F to work with category display 😉

    Support will be included in the next update out later this week.

    Thanks

    #32281

    Anonymous
    Inactive

    We have installed the plugin and setup everything as directed and we don’t get any search results. All we get are the same products being shown no matter what you search for.

    Please check it out at http://drone-pilot-zone.com/shop

Viewing 10 results - 1,121 through 1,130 (of 1,497 total)