Banner Logo

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

Vendor Storefront Description

WCMp Advanced Frontend Manager

Resolved
Viewing 24 reply threads
  • Author
    Posts
    • #121986
      DragNfLy
      Participant

      Hi,

      I am using Elementor Pro to edit my vendor storefront page. I am unable to find a widget to display the Vendor ‘Store Description’.

      How can this be done?

      Kind regards,
      Dale

    • #122003

      Dale, thanks for reporting this issue.
      We will fix this in our next update.

      You can track the progress of this issue from here : https://github.com/wcmarketplace/dc-woocommerce-multi-vendor/issues/855

    • #122040
      DragNfLy
      Participant

      Hi Moumita,

      I noticed other support questions regarding this issue dating back 2 months > https://multivendorx.com/support-forum/topic/store-description-in-elementor/#post-118667

      …where you mentioned that this issue would be fixed in 2 weeks.

      Following the issue on GitHub > https://github.com/wcmarketplace/dc-woocommerce-multi-vendor/issues/801

      …it mentions that this issue has already been fixed and committed.

      Am I missing something here? I am running latest version of WCMp and Advanced Frontend Manager.

      I look forward to hearing from you.

      Kind regards,
      Dale

    • #122780
      DragNfLy
      Participant

      … 2 weeks no reply

    • #122848

      Dale, we have already added this in our last update, as you can see here :
      https://scrnli.com/Hu5R934J8IcT7w
      https://scrnli.com/rKN0A44EAID31A

    • #123104
      DragNfLy
      Participant

      Hi Moumita,

      Getting back to this only now. Sorry for the delay. Your links seem to have expired. Can you repost please.

      Kind regards,
      Dale

    • #123142
      DragNfLy
      Participant

      …basically I still cannot see how to add the Storefront description as a standalone field.

      Currently the “WCMp: Vendor’s Quick Info” Elementor widget adds 3 sections:
      1. The Title
      2. The Store Description
      3. A text link that says: “More Products from Vendor_Name”

      There is no option(tick box) in the widget Content section to display or remove any of these sections from the widget. All Elementor widgets usually have this option. perhaps you can look into making this available.

      Also now there is this “More Products from Vendor_Name” link on the Vendor Storefront page that links straight back to the Vendor Storefront page. A completely useless link on the Storefront page. I don’t want it removed as it can be useful elsewhere but I think giving the option to show/hide any of these sections will be helpful in the Elementor widget.

      There is also no option to hide any of these with CSS as they all have the same id > widget_product_vendor_info

      Please fix this.

      Kind regards,
      Dale

    • #123143
      DragNfLy
      Participant
      This reply has been marked as private.
    • #123171

      Dale, our plugin added support of Store Description, Email, Phone under the Store Info tab.

      Also, for this “Also now there is this “More Products from Vendor_Name” link on the Vendor Storefront page that links straight back to the Vendor Storefront page.”,
      The store info widget gets displayed on Vendor’s single product too. That is why we direct the user to the vendor’s shop page. We will check whether we can add a filter for this section, that you can use.

      Dale, in order to add support of all this element into elementor requires huge time and to be very honest currently, we don’t have much bandwidth to indulge a developer totally. Because it will take a developer to work on this constantly. That is why we followed the general flow and added support of the most used tab.
      However, I have forwarded this to the Product enhancement team. Depending upon mass request and availability of resources, the team would be in a situation to proceed further.

    • #123231
      DragNfLy
      Participant

      Hi Moumita,

      I have added the Store Info Elementor widget Which does not add the “More Products from Vendor_Name” link on the Vendor Storefront page.
      It does display the Store Description below the “Location, Email, Phone etc.” text.

      I do not mind which widget to use but I need to remove any of these sections from the widget.
      Forcing me to display the store description where WCMp has grouped all info together is not great.

      If the developers are going to remove the link to Vendor Storefront; – hopefully they will add element classes to these sections so we can style or remove them.

      Kind regards,
      Dale

    • #123321

      Dale, share a screenshot explaining which field you want to remove so we can help you out accordingly.

    • #123370
      DragNfLy
      Participant
      This reply has been marked as private.
    • #123386

      Dale, currently as there is no such option to enable/disable the fields, but yes we do hav lan to work on this in our future updates.
      For now you can use custom css to hide this feilds.

    • #123423
      DragNfLy
      Participant

      Hi Moumita,

      Can you please explain how I can hide these with CSS if all 3 fields use the same class.

      Kind regards,
      Dale

    • #123456

      @Dale, share the vendor shop page link, please.

    • #123469
      DragNfLy
      Participant
      This reply has been marked as private.
    • #123553
      This reply has been marked as private.
    • #123600

      Hi,
      please add this code in the function.php of the current active theme and check.

      add_action('wp_head', 'custom_css');
      function custom_css(){
          ?>
          <style type="text/css">
          .widget_product_vendor_info {
          display: none;
          }
          </style>
          <?php
      }
      Copy

      regards,

    • #123648
      DragNfLy
      Participant

      Hi Abhirup,

      Please read https://multivendorx.com/support-forum/topic/vendor-storefront-description/#post-123370

      I need to keep the ‘Description’ in the output of the .widget_product_vendor_info class.

      Your function will hide all not so?

      Regards,
      Dale

    • #123671

      Hi,
      Use below code:

      add_action('wp_head', 'custom_css');
      function custom_css(){
          ?>
          <style type="text/css">
          .widget_product_vendor_info h4{
          display: none;
          }
          .widget_product_vendor_info p:nth-of-type(2){
          display: none;
          }
          </style>
          <?php
      }
      Copy

      Regards,

    • #123694
      DragNfLy
      Participant

      Hi Abhirup,

      Yes, I see that will work. I am really not fond of the p:nth-of-type styling as it can cause issues with site updates.

      I will use it for now but can the dev team please add classes for each output in a future update.

      Kind regards,
      Dale

    • #123735

      Dale, I will share this request with the team.

    • #123820
      DragNfLy
      Participant

      Thank you Moumita

    • #124840
    • #127669

      We haven’t heard back from you for a while. We hope this issue is fixed, so we are closing this now.
      If you need any further help, please do open another thread.

Viewing 24 reply threads

The topic ‘Vendor Storefront Description’ is closed to new replies.