Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #2836788
Reduce the amount of suggestions product
Closed

Comments

  • Romain De Braekeleer started the conversation

    Hey, i just bought the app premium right now (frequently bought together).

    I dont wanna set-up every product manually because i have more than 600 product on my store and i would like to reduce the amount of product proposed in the app.
    Actually i have 5 product proposed on every product.. its kinda too much, would love to have only 2.. with an automatic reduction. Is it possible ?

    thank u 

  •  767
    Janilyn replied

    Hi Romain,

    Thank you for contacting WPClever Support Forum. 

    We’ve received your ticket and assigned one of our developers to help you with that. 

    He’ll be looking into your question and responding with specific instructions as soon as possible. 

    Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.

    Best regards.

    Janilyn T. - WPClever Support Agent

  • Romain De Braekeleer replied

    I would like to make a recap of thing doesn't work:

    - I can't choose a general rule to only have 2 related propduct in Frequently bought together
    - Variant doesn't work (Premium version)
    - Can't translate the variant selection in french.
    - Can't Apply a General Rule for a Discount 

    Answer asap appreciated.

    Thanks

  •  1,223
    Dustin replied

    Hi Romain,

    To set 2 products, please add the below custom code (How to add custom code?)

    add_filter( 'woobt_get_items', 'woobt_get_two_items', 99 );
    function woobt_get_two_items( $items ) {
        if ( is_array( $items ) && ( count( $items ) > 2 ) ) {
            return array_slice( $items, 0, 2 );
        }
        return $items;
    }

    About other issues, please send me your website info (wp-admin link, username, password) then I can check and fix it for you. You also can create a dev/staging site with the same configurations then I'll work on it.

    Best regards,
    Dustin

  •   Romain De Braekeleer replied privately
  • Romain De Braekeleer replied

    Hey dustin i put a private reply, can you see it? sorry its my first time.

    Thanks

  •  1,223
    Dustin replied

    Yes, I can see itsmile.png

    I found that current "variation swatches" don't work correctly with our plugin. So, you can use this option in our plugin https://www.screencast.com/t/IGGQVZENQl and the result https://www.screencast.com/t/2XLd509yDrf

    Currently, we only haven't the feature to set discounts base on the number of selected products. We'll try to add it soon. Thanks!

    Best regards,
    Dustin

  • Romain De Braekeleer replied

    Hello Dustin, what about my other questions ? I asked for translate the app.. There is still a few things in english like ''select an option'' for the variant... Also, is it possible to add a general discount for people ? If they buy 1 bonus product they get 5% if they buy 2 they get 10 %?

    Also is it possible to change the design on mobile ? It's really horrible on mobile, i can't show it :/

  •  1,223
    Dustin replied

    #1. About the plugin translation, please read this article https://wpclever.net/faqs/plugin-translation. Remember to press the Sync button before translating.

    #2. About the general discount, we haven't this feature yet. Sorry about that!

    #3. For the mobile screen, please choose this option https://www.screencast.com/t/avexBhRAs27

    Best regards,
    Dustin