• Resolved boirahelp

    (@boirahelp)


    Hello,
    I have searched all the documentation and forums for this question that seems very basic but I have not found anything. I don’t know if it is something from my configuration or the plugin works like this.

    Vendors register through membership plans, enter the registration data, and once they have made the payment (through woocommerce) they are redirected to the thank you page where they can choose whether to go to setup store or dashboard.

    I have required approval disabled both in the registration settings, in the membership settings and in each membership plan individually.

    If the registration was successful and the seller does not customize the store at the moment, the seller’s store appears on the Store List Page without information.

    If I activate required approval, the seller cannot customize the store until the administrator approves the request. Once approved, it appears in the Store List without information as well.

    My questions with different options:

    1.1 That the stores do not appear until they have the necessary information such as logo, banner, description, social links …?
    1.2 That stores do not appear in the Store List until they have 4 products?
    1.3 That they were automatically offline once the stores are registered?

    I hope you understand me well.
    Thanks again

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

    (@wclovers)

    1.1 That the stores do not appear until they have the necessary information such as logo, banner, description, social links …?

    – No, there is no such restriction.

    1.2 That stores do not appear in the Store List until they have 4 products?

    – You may create store list page only with those store which has products, https://docs.wclovers.com/store-list/

    1.3 That they were automatically offline once the stores are registered?

    – What have you set up cancel and expiry rule for membership?

    Thread Starter boirahelp

    (@boirahelp)

    Thanks for answering, I see that the answer from point 1.2 could be useful to me.

    I have this code but I don’t see the has_product working for me.
    Am I doing something wrong?

    [wcfm_stores theme=’simple’ per_page=”3″ per_row=”3″ has_map=”no” has_product=”yes” has_category=”no” has_country=”no” has_orderby=”no” has_search = “no”]

    thanks

    • This reply was modified 3 years, 6 months ago by boirahelp.
    Plugin Author WC Lovers

    (@wclovers)

    Kindly show me store list page edit mode screenshot.

    If you are not able to attach then upload your images here and share with us – https://imgbb.com/

    interesting

    • This reply was modified 3 years, 6 months ago by Threads.
    Thread Starter boirahelp

    (@boirahelp)

    Hello,

    Here’s a screenshot of the store list page editor.
    https://ibb.co/G3qRK89

    As you can see I have pasted the code inside the Elementor Shortcode widget. The number of columns does not work, neither does the products by pages work and neither does not show stores that do not have products.

    thanks

    Plugin Author WC Lovers

    (@wclovers)

    As you can see I have pasted the code inside the Elementor Shortcode widget.

    – This shortcode does not support Elementor.

    Thread Starter boirahelp

    (@boirahelp)

    No support Elementor? so then I don’t use your Elector Plugin? only used to edit the store page? It would be interesting if we could also use the other features with Elementor like editing the store list.

    Now I have the whole website finished and that the shops without products are visible is a problem. Is there no alternative? such as a snippet or code?

    🙁

    Plugin Author WC Lovers

    (@wclovers)

    that the shops without products are visible is a problem. Is there no alternative? such as a snippet or code?

    – Add this snippet to your site –

    add_filter( 'wcfmmp_stores_list_only_has_product', '__return_true' );

    Add custom code(s) to your child theme’s functions.php
    In case you do not have child theme then add those using this plugin – https://wordpress.org/plugins/code-snippets/

    Thread Starter boirahelp

    (@boirahelp)

    really amazing, thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Do not appear in Store List Page without information’ is closed to new replies.