• Resolved looknear

    (@looknear)


    After installing the plugin – it add the store/vendor details in each product in the “products” widget of elementor pro. with no ability to edit it or remove it.
    This is messing up the whole site design.
    How to remove it? how to edit it?
    this question related to other ticket i opened – about template editing.
    Thanks.
    I consider moving from dokan – and your plugins set look PROMISING !!!
    dokan was just a pain..

Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Author WC Lovers

    (@wclovers)

    HI,

    Disable “Visible Sold by” option from WCFM Admin Setting – Marketplace Setting – https://ibb.co/3sDhRTy

    Thank You

    Thread Starter looknear

    (@looknear)

    Yes, i understood alone that i can Hide it,
    But – how can i control its look? edit it?
    is there a widget / shortcode way?
    or i need to manually edit the PHP template?
    Is there a documentation for that?…

    Plugin Author WC Lovers

    (@wclovers)

    It’s has short code – [wcfm_store_sold_by]

    There has widget for this as well – “Vendor Store: Info” – https://ibb.co/VLnq368

    Thank You

    Plugin Author WC Lovers

    (@wclovers)

    You may check this for available short codes – https://wclovers.com/knowledgebase/wcfm-marketplace-widgets-short-codes/

    Thread Starter looknear

    (@looknear)

    hi
    The link for short codes – is just a known link to screenshots of the plugin settings.
    and some of the widget exist – only on sidebar…
    So – they can not used in Elementor or in a custom template?

    This is what i mean – missing heavy-duty documentation for developers. Even if you expect us to improve/better use the tools you make… we need to know how to use all building blocks/ you need to give access to building blocks. or even just explain how to PHP get these data blocks…

    Thread Starter looknear

    (@looknear)

    and please see what i was searching – to get the “description” or the “about” text the vendor typed. Not the “info” block.
    If you don’t make some short-code or Elementor widget – so at least the PHP code to get all these small pieces of information – so we can create our own custom templates.

    Thread Starter looknear

    (@looknear)

    Hi WCFM
    So – can someone help us the developers to sale your multi-vendor plugin to our customers?…
    We need to edit the store page, the products page and widgets, the single product template etc…
    We can not do it if you will not give us some short some documentation about how to get all the information, piece by piece , from the vendor data, the product data, the store data…
    It could be nice to have elementor widgets or some pods-acf meta access to this data, but it look we will not have it soon…
    So – just help us to create our own Elementor widgets with your data.
    Really – if we can not access or create better templates alone – WE CAN NOT USE your plugin.

    Plugin Author WC Lovers

    (@wclovers)

    Well, product data save as product meta, you may fetch those using – get_post_meta function

    Same for vendors, data are saved as user meta, fetch those using – get_user_meta

    WCFM has a shortcode to store/vendor data anywhere in the site using = wcfm_store_info
    You have to specify meta key as “data” for this shortcode attribute.

    Check details here – https://docs.wclovers.com/shortcode/
    https://ibb.co/H46nNzC

    Thread Starter looknear

    (@looknear)

    This is great news and a good practice. thank you.
    And i see the shortcodes list were updated. great.
    but still things are missing. :
    – for example, the store “about” and “description” fields.
    you wrote :”Meta values outside of this list are also supported. Just specify the exact meta key and that information will get fetched”
    So – can you give all related meta keys? maybe with one line example?

    you have [wcfm_store_sold_by], but it is getting the whole block.
    can we get just the store name? vendor name?

    The goal is to be able to edit or change your designs , with Elementor, or even manually by PHP template, and to use all the information as we want.
    As i said – Will be great to have it in Elementor, but even a code reference will be ok.

    By the way – It is not so hard to add it to Elementor – You created some “TAGS” that you expose to Elementor meta-data selection. Just add ALL the other information pieces. Text, images, Links etc. Then we will be able to use is as we want. We will even be able to totally change the vendor pages and control the links to these pages. Flexibility is everything.
    (I managed to do it for the “About” of the store. to update the code of your widget. but i do not want to edit your plugin code…)

    Thank you!

    Thread Starter looknear

    (@looknear)

    for others that needed:
    “_store_description” will get you the description…

    related to my previous message – for example – [wcfm_policy] will get the whole block of fields. already rendered.
    If you will just let us get the RAW text fields, one by one – With Elementor – you will give us all that is needed to design our pages.

    Plugin Author WC Lovers

    (@wclovers)

    for others that needed:
    “_store_description” will get you the description…

    – Use this short code –

    [wcfm_store_info data=”_store_description”]

    Thread Starter looknear

    (@looknear)

    Yes. That what i meant. ??
    could be helpful if you could give this list of codes in your documentation…
    and also access to other pieces:
    video link
    images of slider
    etc…

    I already did some Elementor widget that do that and more, will release when done.

    Thread Starter looknear

    (@looknear)

    _store_description returning the content FORMATED. so it is not the solution for using it in the template editor.
    If someone else need it – wait for my plugin… ??

    • This reply was modified 4 years, 8 months ago by looknear. Reason: RTL issue
    • This reply was modified 4 years, 8 months ago by looknear.
    Thread Starter looknear

    (@looknear)

    The same issue with [wcfm_store_info data=”store_url”]
    Is is getting a whole link…
    not just the url.
    So – we can not use it in Elementor built-in “shortcode” in a URL field…

    Can you please give us the ability to get the DATA as raw?…
    store url
    store name
    store email
    store video url
    store images
    etc etc etc…

    Thread Starter looknear

    (@looknear)

    Also – a short-code for the “Ask a question” button…
    Let us make our own button…

    I really don’t understand why you even try to design a button for us. you are working with Elementor. just give us the data, the links, the text, the info. we will do the rest.

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘products widget style changed’ is closed to new replies.