Overriding Vendor/Store Template

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 5 reply threads
  • Author
    Posts
    • #80475
      todd fuller
      Participant

      How do we override the templates for the Vendor/Store Page? We would like to make template/display changes to the actual template and not simply edit the colors/css as provided in the WCFM Settings page.

    • #80585
      WCFM Forum
      Keymaster

      Hi,

      Sure, you have to override “store templates” from here – plugins\wc-multivendor-marketplace\views\store

      Under themes\CHILD THEME\wcfm\store

      Thank You

    • #82013
      todd fuller
      Participant

      How can we narrow down the wcfm_is_store_page() code to specifically target the Vendor’s home page before they can choose any categories.

      Basically, we want something to show on the Vendor’s homepage but not when they’ve already chosen a category or filtered down the Vendor products.

      wcfm_is_store_page() seems to encompass all of those pages and not just the initial page load.

    • #82451
      WCFM Forum
      Keymaster

      Hi,

      Basically, we want something to show on the Vendor’s homepage but not when they’ve already chosen a category or filtered down the Vendor products.

      – Well, such filters works depend upon “$_GET” parameters. So may check using that.

      If there is no get parameter that mean it’s store home page, if get parameter is there then it’s filtered page!

      Thank You

    • #82682
      todd fuller
      Participant

      Nope. $_GET is empty even when you go into the categories from the sidebar.

    • #82905
      WCFM Forum
      Keymaster

      Hi,

      Store page category filter look like this – https://wcfmmp.wcfmdemos.com/store/demo-vendor/category/car-rental/

      Thank You

Viewing 5 reply threads
  • You must be logged in to reply to this topic.