Product Filter | Vendor shop

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 7 reply threads
  • Author
    Posts
    • #33079
      wwsAdmin
      Participant

      Hi team,

      Ajax call is not working on Vendor Shop page.

      Filter which are given theme are not working such as Sort by and Number of product.

      Thanks

    • #33080
      wwsAdmin
      Participant
      This reply has been marked as private.
    • #33121
      WCFM Forum
      Keymaster

      Hi,

      “per page 48 product should be shown which is not happening.”

      – Please check there is a setting for this under WCFM Admin Setting -> Marketplace Setting (https://ibb.co/fd4Cwz)

      Thank You

    • #33129
      wwsAdmin
      Participant

      Hi team,

      While wcfm marketplace setup I configured it to 12. Still by default am seeing 10 only.

      When my ajax request 24/48/…
      Still 10 product with pagination.

      Thanks

      Attachments:
      You must be logged in to view attached files.
    • #33256
      WCFM Forum
      Keymaster

      Hi,

      WCFM Marketplace “Product Per Page” setting not working here?

      It’s difficult to guess how theme manipulating this, better you add this line of code.
      This will disable WCFM “Product Per Page” control and only theme will handle this –

      add_filter( 'wcfmmp_is_allow_store_ppp', '__return_false' );

      Well, this will work after next update.

      Thank You

    • #33304
      wwsAdmin
      Participant
      This reply has been marked as private.
    • #33382
      WCFM Forum
      Keymaster

      HI,

      Thanks for this.

      Well, WCFM Marketplace store page products section totally written with WC standard.
      But theme infinite scroll (I guess) only works for Shop Page and Category catalog pages, but not for custom product listing pages.
      It’s because, they have override WC default templates and changed those, code is not written using hook/filter.
      One more thing, theme has included some custom JS off course for this, which is not “enqueue” here!

      Can you please ask theme author, how this infinite scroll can be added in custom product listing page?

      Thank You

    • #33390
      wwsAdmin
      Participant

      HI,

      Will ask him to get align. will let you know.

      Thanks

Viewing 7 reply threads
  • The topic ‘Product Filter | Vendor shop’ is closed to new replies.