Banner Logo

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

Custom content in Frontend Dashboard

WCMp Core

Resolved
Viewing 9 reply threads
  • Author
    Posts
    • #130298
      Uros Eleven
      Participant

      Hi, I already added a custom menu and page as per your guidelines, but how do I add a custom shortcode/form/other custom content to a custom page?

    • #130372

      HI,
      You can add short code to a template using below code:

      echo do_shortcode('[your_short_code]');
      Copy

      For more information, kindly checkout below thread – https://multivendorx.com/support-forum/topic/custom-vendor-nav-menu-additions-setting-the-end-points/

      Regards,

    • #130582
      Uros Eleven
      Participant
      This reply has been marked as private.
    • #130595

      Hi,
      Kindly share a staging site access, vendor access and describe how to check.

      Do not forget mark as private your reply while sharing the details.

      Regards,

    • #130604
      Uros Eleven
      Participant
      This reply has been marked as private.
    • #130605
      Uros Eleven
      Participant
      This reply has been marked as private.
    • #130718

      Hi,
      Our team is looking into it.
      Kindly provide us some time.

    • #130765

      HI,
      I have checked your site. WCMp CSS are broken of this page for the your form plugin CSS.Your plugin not compatible with WCMp, Kindly Fixed the CSS otherwise create a new form using code.

      Regards,

    • #130942
      Uros Eleven
      Participant

      Hi, a couple more questions:

      1. How do I add multiple custom pages to the Vendor Frontend? I already added one with your snippets, but need to add 6-7
      2. How od I remove functions/elements from functions in Vendor Frontend – for example we will not need 50% of the ADD NEW PRODUCT functions, like Featured Image etc…

    • #130964

      Hi,
      Our replies are inline with yours:

      1. How do I add multiple custom pages to the Vendor Frontend? I already added one with your snippets, but need to add 6-7

      >> You need to do custom code using the hook/filter already provided to you.

      2. How od I remove functions/elements from functions in Vendor Frontend – for example we will not need 50% of the ADD NEW PRODUCT functions, like Featured Image etc…

      >>override edit-product.php template file. This template can be overridden by copying it to yourtheme/dc-product-vendor/vendor-dashboard/product-manager/edit-product.php
      for further reference please check this : https://github.com/wcmarketplace/dc-woocommerce-multi-vendor/blob/master/templates/vendor-dashboard/product-manager/edit-product.php

Viewing 9 reply threads

The topic ‘Custom content in Frontend Dashboard’ is closed to new replies.