Vendor Store Page issue with result 'sort by' function

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 3 reply threads
  • Author
    Posts
    • #50018
      paul1
      Participant

      Hi – On a vendor store, the ‘sort by’ (price, latest, popularity, etc.) is not working (see here https://burnley.lancs.life/members/transform-crafts/) but it works on the site homepage (see here https://burnley.lancs.life/). Any suggestions to fix?

    • #50102
      WCFM Forum
      Keymaster

      Hi,

      Can you please add this to your site –

      add_action( 'wcfmmp_before_store_product_loop', function( $store_id, $store_info ) {
        ?>
      	<div class="archive-products">
      	<?php
      }, 50, 2 );
      
      add_action( 'wcfmmp_after_store_product_loop', function( $store_id, $store_info ) {
        ?>
      	</div>
      	<?php
      }, 50, 2 );

      Thank You

    • #50122
      paul1
      Participant

      Champion – thanks very much!

    • #50126
      WCFM Forum
      Keymaster

      You are welcome 🙂

Viewing 3 reply threads
  • The topic ‘Vendor Store Page issue with result 'sort by' function’ is closed to new replies.