Home Forums WoodMart support forum Catalog mode with woocommerce active

Catalog mode with woocommerce active

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #445259

    [email protected]
    Participant

    Hi. I need to use woodmart in catalog mode but be able to charge memberships to sellers with wocommerce.

    Catalog with woocommerce active.

    I see that woodmart has a “conditional” settings function.

    At one time luke had sent me a way to do it but I can’t find it.

    Could you tell me again how to do this? thanks.

    #445376

    Luke Nielsen
    Keymaster

    Hello,

    Here is the way that I have sent you before. If you have any additional questions, please let me know and I will do my best to help you!

    https://xtemos.com/forums/topic/problem-with-the-dokan-chat-button/#post-421640

    Kind Regards

    #445542

    [email protected]
    Participant

    Hi luke. thanks for the reply.

    I am trying wcfm ultimate now instead of dokan. dokan pro lacks many, many functions I need.
    Luckily, wcfm is not affected when I use catalog mode.

    so I’ll change the question for you.

    Catalog mode is enabled without any conditional modification. What do you think I could do to be able to charge sellers for a membership using woocommerce?

    I mean the woodmart conditionals.

    #445675

    Luke Nielsen
    Keymaster

    Hello,

    You should try the condition as in the below screenshot. It allows you to enable the “add to cart” button only on the product page when using the catalog mode.

    https://monosnap.com/file/b9f9rV6xz7iOhF9tUQqRDUphZqYC9q

    Let me know if you have any questions.

    Kind Regards

    #445849

    [email protected]
    Participant

    thanks but I don’t think it will help me.

    I had to create a product with the price of the subscriptions so that the sellers can do the checkout. I hid the product from the catalog and the search results.

    with woodmart can you make the cart button only show “Only if the product has a certain id”?

    And can you add to the condition “Only if the user is a seller”?

    Thank you.

    #445951

    Luke Nielsen
    Keymaster

    Hello,

    We can add a condition to the specific product, here is an example.

    https://monosnap.com/file/dVOm0dFXeIHR5IHf3oWpBgDclUQHBN

    Also, for different users: https://prnt.sc/cz5HX8kXzMl4

    Don’t hesitate to let me know if you need any further help or any other info.

    Kind Regards

    #447193

    [email protected]
    Participant

    Hello. understood thank you…

    Could you give me a code to hide certain categories in the menu (I send a screenshot).

    It is only to hide the term. The category should be able to be selected normally when creating a new product. It would be very useful for me.

    thanks

    Attachments:
    You must be logged in to view attached files.
    #447213

    [email protected]
    Participant

    nevermind….i was search for 7 hours and i asked to gpt chat and send me this code. work perfect!

    function hide_categories_from_frontend( $terms, $taxonomies, $args ) {
    $new_terms = array();
    if ( is_shop() ) { // Check if we are on the frontend shop page
    foreach ( $terms as $key => $term ) {
    if ( ! in_array( $term->slug, array( ‘suscripciones’, ‘sincatalogar’ , ‘demostracion’ ) ) ) { // Replace ‘category1’ and ‘category2’ with the slugs of the categories you want to hide
    $new_terms[] = $term;
    }
    }
    $terms = $new_terms;
    }
    return $terms;
    }
    add_filter( ‘get_terms’, ‘hide_categories_from_frontend’, 10, 3 );

    #447357

    Luke Nielsen
    Keymaster

    Hello,

    Actually, we have such functionality in Theme Settings -> Product archive -> Page title:

    https://prnt.sc/hvzFF4NXXRa4

    I’d be happy to assist if you have any other questions or concerns.

    Kind Regards

    #447491

    [email protected]
    Participant

    jaja…must be new or I have some problem because I can’t find the option. send screenshot

    Attachments:
    You must be logged in to view attached files.
    #447776

    Luke Nielsen
    Keymaster

    Hello,

    Would you mind trying to disable the “Show current category ancestors” option and then checking again?

    https://monosnap.com/file/RyovFfEsey2grxRGhFSH7a9c9O2pTY

    Let me know the results.

    Kind Regards

    #448116

    [email protected]
    Participant

    Hello luke.

    I couldn’t find that option. It turns out that it depends on another option a little higher up. If it is enabled, then the option to hide categories from the menu disappears. Fixed it.

    Question.

    When you enter a category in the store, woodmart has the option to show a top banner related to the category.

    Is there any way to replace the banner with the “feature products” related to the category?

    I am looking for some ways to monetize the site with ads.
    Any suggestions are welcome.

    thanks

    #448730

    Luke Nielsen
    Keymaster

    Hello,

    You can create a category page via Layouts and replace the top banner with any element, e.g Products (grid or carousel).

    https://prnt.sc/CUeen8iXhJMg

    If you have any further questions or concerns, please don’t hesitate to ask. I’m here to help you in any way I can.

    Kind Regards

    #448882

    [email protected]
    Participant

    When you say category page, do you mean the configuration of the categories from woocommerce?
    To that section you mean?

    If so, how do I do so that in the fashion category (for example) shows the “feature products related to that category, and does not show products from the category “shoes” (for example).
    _______________
    Tip. Woodmart urgently needs a good video of a couple of hours showing the possibilities that the theme has.
    The documentation is largely outdated and in most cases refers to the other builder (Wp bakery).

    I mean to show the possibilities that are not visible to the naked eye.

    Thank you!

    #449252

    Luke Nielsen
    Keymaster

    Hello,

    1. First of all, in the Layouts, create a layout with the condition as in the below screenshot: https://prnt.sc/n7bcGy7W9k-f

    2. Then define there the “Product (grid or carousel)” element with any specific category.

    https://monosnap.com/file/Hz334Nq2dcpSzGTVb7jvlDGkzIdjUq

    So as a result you will have something like this: https://monosnap.com/file/VBlnSS7W0muHr4io7JrMziglll7E3w

    Kind Regards

    #481635

    [email protected]
    Participant

    Hi luke. I need to know some details about “Frequently bought together”.

    What I copy below are the data that wcfm asks for to integrate some function or plugin in the frontend of wcfm ultimate. ( link wcfm page : https://wclovers.com/knowledgebase/wcfm-custom-fields/ )

    …“Field Name” field is most important one. It should exact as that third-part plugin use meta-key to store values in Product meta table….

    I need to know what are the metakeys that “Frequently bought together” uses and if you have any other useful information for me to send to a developer to see if I can make this feature of woodmart available to sellers.

    in case you think it is easier to integrate a plugin, feel free to advise me.
    thanks!

    #481904

    Luke Nielsen
    Keymaster

    Hello,

    Frequently bought together uses the following meta keywords:

    _woodmart_main_products_discount
    _woodmart_fbt_products

    And also in the meta boxes of the product by the key woodmart_fbt_bundles_id

    Kind Regards

    #482198

    [email protected]
    Participant

    Great!
    thank you very much.

    #482225

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome! In case you need any additional help, I’d be more than happy to assist you.

    Have a good day!

    Kind Regards

Viewing 19 posts - 1 through 19 (of 19 total)

The topic ‘Catalog mode with woocommerce active’ is closed to new replies.