Okay
  Public Ticket #3493208
Request a code on product page
Closed

Comments

  •  4
    Antonio started the conversation

    Hello,

    When a user requests a quote, i want him to receive one copy via email.

    The same copy that the system sent to me as administrator.

    Thank you.

  •  2,218
    WebWizards replied

    Hello Antonio,

    Thank you for purchasing our plugin,


    To achieve that, you can add the following PHP code snippet to your site:

    add_filter('b2bking_send_quote_email_logged_in_users','__return_true');
    

    Users would then received a copy of their quote requests via email, as follows:

    1127421017.png


    Kind regards,

    Stefan

  •  4
    Antonio replied

    It worked thank you.

    Do you know how can i replace untranslated text like "Message: We have received your quote request" etc.? Everything else is translated in my language. 

    Also in my account page i have some string untranslated, even in the cart when "request quote" button is clicked there is a string untranslated "sending request please wait..:"

  •  2,218
    WebWizards replied

    Glad to hear that worked,


    The text "We have received your quote request..." would need to be translated with the Loco Translate plugin. We have a guide here for doing this: https://woocommerce-b2b-plugin.com/docs/how-to-translate-b2bking-to-any-language-localization/ - the plugin has an Italian translation but it is not 100% complete unfortunately, it is just provided to us by volunteers.

    Some of the strings need to be translated through the above method with Loco Translate.


    Or have you done this already?

  •  4
    Antonio replied

    im using Weglot for translations do i need Loco aswell? 


  •  2,218
    WebWizards replied

    I think it should be fine with Weglot as well. The plugin follows wordpress translation standards, so it should work with any plugin.

  •  4
    Antonio replied

    Regard to the email to the user itarrives to spam folder. Do you know how to fix?

  •  2,218
    WebWizards replied

    If emails are arriving in the spam folder, this is a common problem that can be fixed by installing and configuring a SMTP plugin.

    We recommend https://wordpress.org/plugins/wp-mail-smtp/ - we recommend you configure it to use a provider such as Sendlayer, Brevo, etc - these services have their own email servers which can reliably deliver emails to Inbox. Brevo is free for up to 300 emails / day.


  •  4
    Antonio replied

    Sorry to bother you but i have another problem...

    Bulk orders. In my account page. 

    Very slow to load the correct subtotal when i add x quantities... and then the total price is not correct.

    EX. adding 10 items -> subtotal very slow to reach correct price*qty -> total price wrong )

  •  2,218
    WebWizards replied

    Hi again,

    Regarding incorrect totals, can you please send us a screenshot of the issue, so we can better see how this looks like?

    It may help to try and go to B2BKing -> Settings -> Bulk Order and enable "Show accounting subtotals" - this can calculate more accurately.


    Regarding speed, it's difficult to say as it depends on many different factors. We can look into it directly if you can provide us with a temporary access.


    I want to mention there is also the option to use a different theme besides "classic":

    2681458881.png

    If other themes are used, speed and calculation would be different, as then each line is independent.


    Kind regards,

    Stefan

  •  4
    Antonio replied

    It worked thank you.