Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Mark Smallman

Forum Replies Created

Viewing 5 posts - 11 through 15 (of 15 total)
  • Mark Smallman in reply to:
    Multiple Search Forms – Woo
    #168819
    This reply has been marked as private.
    Mark Smallman in reply to:
    Multiple Search Forms – Woo
    #168813

    Hi Trevor,
    The product category URLs are displaying like the following:
    /product-category/footwear/shoes/flat/
    So that should work OK.
    Detect defaults from current page is set to ‘Tag, Category & Taxonomy Archives ‘
    And ‘Enable Auto count’ is enabled, as is ‘Update the Search Form on user interaction’

    Now what I am getting is the ‘No products were found matching your selection.’ on all product category pages.
    Took the Search form UI back to simple search & submit – no results on all categories.

    Mark Smallman in reply to:
    Multiple Search Forms – Woo
    #168789

    The plan was to be able to ‘call’ different search forms for each parent category.

    <div id="product-search" class="cell">
    	<?php if ( is_product_category() ) {
    		if ( is_product_category( 'accessories' ) ) {
    			echo 'Check our range of accessories';
    			echo do_shortcode( '53441' );
    	  	} elseif ( is_product_category( 'footwear' ) ) {
    			echo 'Check our range of footwear';
    			echo do_shortcode( '[searchandfilter id="53442"]' );
    		} elseif ( is_product_category( 'jewellery' ) ) {
    			echo 'Check our range of jewellery';
    			echo do_shortcode( '[searchandfilter id="53443"]' );
    		} elseif ( is_product_category( 'watches' ) ) {
    			echo 'Check our range of watches';
    			echo do_shortcode( '[searchandfilter id="53444"]' );
    	  	} else {
    			echo 'Hi! Check our our products below.';
    		}
    }
    	?>
    </div>
    Mark Smallman in reply to:
    Chrome Error – Google Datepicker
    #77868

    Apologies, just noticed the option to load / not load Load jQuery UI i18n files.
    Still finding my way round this, and it’s been a long day 🙂

    Mark Smallman in reply to:
    Search Field
    #77866

    Excellent, that works great now!

    Thanks, Mark

Viewing 5 posts - 11 through 15 (of 15 total)