Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards!

Typo in archive_vendor_info

WCMp Core

Resolved
Viewing 2 reply threads
  • Author
    Posts
    • #121037
      redilson
      Participant

      Hi WCMP team,

      I updated to the latest version to test, and I came across a typo on in the code that was causing my vendor page to throw an error. I don’t like the new vendor page setup with tabs and it conflicts with my theme (Genesis framework), so I elected to use the default vendor store page we’ve been using for years by using:

      add_filter(‘wcmp_load_default_vendor_store’, ‘__return_true’);

      When doing that, an error is thrown due to a typo in the code.

      In templates/archive_vendor_info.php, line 256 has: esc_url_rafolw($external_store_url), $vendor_id);

      I believe it should be: esc_url_raw($external_store_url), $vendor_id);

      After I changed it, the error went away and the vendor page was displaying properly for me. Just wanted to point out to make sure it’s in the next update so it doesn’t override the changes.

      Thank you.

    • #121101

      Hi @redilson, thanks for reporting this issue.

      We will fix this in our next update. You can track the issue from here : https://github.com/wcmarketplace/dc-woocommerce-multi-vendor/issues/833

      Regards,

    • #124380

      Hi , This issue has been fixed.

      Please open another thread if you need any further help

Viewing 2 reply threads

The topic ‘Typo in archive_vendor_info’ is closed to new replies.