Title: products widget style changed
Last modified: May 28, 2020

---

# products widget style changed

 *  Resolved [looknear](https://wordpress.org/support/users/looknear/)
 * (@looknear)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/products-widget-style-changed/)
 * 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)

1 [2](https://wordpress.org/support/topic/products-widget-style-changed/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/products-widget-style-changed/page/2/?output_format=md)

 *  Plugin Author [WC Lovers](https://wordpress.org/support/users/wclovers/)
 * (@wclovers)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/products-widget-style-changed/#post-12955833)
 * HI,
 * Disable “Visible Sold by” option from WCFM Admin Setting – Marketplace Setting–
   [https://ibb.co/3sDhRTy](https://ibb.co/3sDhRTy)
 * Thank You
 *  Thread Starter [looknear](https://wordpress.org/support/users/looknear/)
 * (@looknear)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/products-widget-style-changed/#post-12955932)
 * 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](https://wordpress.org/support/users/wclovers/)
 * (@wclovers)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/products-widget-style-changed/#post-12964480)
 * It’s has short code – [wcfm_store_sold_by]
 * There has widget for this as well – “Vendor Store: Info” – [https://ibb.co/VLnq368](https://ibb.co/VLnq368)
 * Thank You
 *  Plugin Author [WC Lovers](https://wordpress.org/support/users/wclovers/)
 * (@wclovers)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/products-widget-style-changed/#post-12964482)
 * You may check this for available short codes – [https://wclovers.com/knowledgebase/wcfm-marketplace-widgets-short-codes/](https://wclovers.com/knowledgebase/wcfm-marketplace-widgets-short-codes/)
 *  Thread Starter [looknear](https://wordpress.org/support/users/looknear/)
 * (@looknear)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/products-widget-style-changed/#post-12964570)
 * 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](https://wordpress.org/support/users/looknear/)
 * (@looknear)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/products-widget-style-changed/#post-12964581)
 * 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](https://wordpress.org/support/users/looknear/)
 * (@looknear)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/products-widget-style-changed/#post-12989753)
 * 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](https://wordpress.org/support/users/wclovers/)
 * (@wclovers)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/products-widget-style-changed/#post-12991119)
 * 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://docs.wclovers.com/shortcode/)
   
   [https://ibb.co/H46nNzC](https://ibb.co/H46nNzC)
 *  Thread Starter [looknear](https://wordpress.org/support/users/looknear/)
 * (@looknear)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/products-widget-style-changed/#post-13007971)
 * 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](https://wordpress.org/support/users/looknear/)
 * (@looknear)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/products-widget-style-changed/#post-13008684)
 * 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](https://wordpress.org/support/users/wclovers/)
 * (@wclovers)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/products-widget-style-changed/#post-13014947)
 * > for others that needed:
   >  “_store_description” will get you the description…
 * – Use this short code –
 * [wcfm_store_info data=”_store_description”]
 *  Thread Starter [looknear](https://wordpress.org/support/users/looknear/)
 * (@looknear)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/products-widget-style-changed/#post-13015825)
 * 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](https://wordpress.org/support/users/looknear/)
 * (@looknear)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/products-widget-style-changed/#post-13016432)
 * _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 6 years, 1 month ago by [looknear](https://wordpress.org/support/users/looknear/).
      Reason: RTL issue
    -  This reply was modified 6 years, 1 month ago by [looknear](https://wordpress.org/support/users/looknear/).
 *  Thread Starter [looknear](https://wordpress.org/support/users/looknear/)
 * (@looknear)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/products-widget-style-changed/#post-13072149)
 * 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](https://wordpress.org/support/users/looknear/)
 * (@looknear)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/products-widget-style-changed/#post-13072157)
 * 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)

1 [2](https://wordpress.org/support/topic/products-widget-style-changed/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/products-widget-style-changed/page/2/?output_format=md)

The topic ‘products widget style changed’ is closed to new replies.

 * ![](https://ps.w.org/wc-frontend-manager-elementor/assets/icon-256x256.jpg?rev
   =2173374)
 * [WCFM - WCFM Marketplace integrate Elementor](https://wordpress.org/plugins/wc-frontend-manager-elementor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wc-frontend-manager-elementor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wc-frontend-manager-elementor/)
 * [Active Topics](https://wordpress.org/support/plugin/wc-frontend-manager-elementor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wc-frontend-manager-elementor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wc-frontend-manager-elementor/reviews/)

## Tags

 * [missing documentation](https://wordpress.org/support/topic-tag/missing-documentation/)
 * [products widget](https://wordpress.org/support/topic-tag/products-widget/)
 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * 16 replies
 * 2 participants
 * Last reply from: [looknear](https://wordpress.org/support/users/looknear/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/products-widget-style-changed/page/2/#post-13097712)
 * Status: resolved