Quotes add on not sending email

This topic contains 50 replies, has 5 voices, and was last updated by  Paolo 6 years, 6 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #370

    Khun Max
    Free User
    Post count: 19
    This reply has been marked as private.
    #371

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    HI Max,

    Thanks for providing the info, i checked the test site and it seems the plugin folders still contain the -master in the folder name, can you please fix that so i can check further, or if you can provide FTP i can fix it for you.

    Thanks,

    Stiofan

    #372

    Khun Max
    Free User
    Post count: 19

    Stiofan.

    Naming fixed.

    I note that when you activate the plugin you are jumped straight to the settings page. That needs fixing as well.

    Let me know what else you need.

    Kind Regards

    Max

    #373

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Max,

    Redirect to the settings page on activation is the desired result, what would you expect?

    (checking now email sending now)

    Thanks,

    Stiofan

    #374

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    It seems to be working now since the change of folder name, can u confirm?

    Thanks,

    Stiofan

    #375

    Khun Max
    Free User
    Post count: 19

    Stiofan

    The quote email is now sending out.

    1. I have reviewed the sent invoice in the fake customer accounts. There does not appear to be any link in the invoice to accept or decline it. Am I missing something.

    Kind Regards

    Max

    #376

    Khun Max
    Free User
    Post count: 19

    Stiofan

    I have installed a plugin on the test site which I am currently using in my new development (Auto Login New User After Registration) It serves to streamline the login process by allowing a user to enter their password upon registration (thereby by passing the email verification process).

    However, when running alongside your plugin there are the following issues.

    1. When creating a new quote, with a new user, upon saving (with save on send selected) you (as the admin) are logged out of the site and the logged back in as the new customer.
    2. The quote fails to be saved or to send.
    3. A user account is created for the new customer but there is no password.

    Kind Regards

    Max

    #377

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Max,

    I have fixed the accept/decline buttons, they were only showing if u were logged in as the user but we now have the invoice_key validation in the email links if not logged in.

    For the auto login plugin i would guess that is a bug in their system, all we do is register a user the WP way, i am guessing they would need to filter the situations where this should happen, like adding a check if user is logged in already then do nothing.

    For quotes let us know if u find anything not fixed.

    Thanks,

    Stiofan

    #378

    Khun Max
    Free User
    Post count: 19

    Stiofan

    Can I have the links to download your updated beta so I can test it.

    Another issue: Your plugin now has the delete data on uninstall option but even if checked the orphaned data from the quote addon is not removed.

    Kind Regards

    Max

    #379

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    it should be: https://github.com/AyeCode/invoicing

    https://github.com/AyeCode/invoicing-quotes

    make sure to remove the “-master” portion from the folder names.

    Stiofan will follow up on the latest feedback tomorrow.

    Thanks

    #380

    Khun Max
    Free User
    Post count: 19

    Some more issues:

    1. The quote email is confusing. Is there any way to edit the wording: Hi There, Your recent quote…
    An online version is linked to the quote number, but that is not very obvious as there is no wording to that effect. Why does the quote email have to include the actual details of the quote. Why does it not just say: We have provided you with our quote. Here is the link to view it online where you will be able to accept it or decline it.

    2. In my test site the plugin adds checkout link (and other pages as sublinks)into the primary menu. Even if I go into appearance>menu and delete these links from the menu they reappear after saving.

    Kind Regards

    Max

    #385

    Kiran
    Moderator
    Post count: 7069

    Hi Khun,

    1. The quote email is confusing. Is there any way to edit the wording: Hi There, Your recent quote…
    An online version is linked to the quote number, but that is not very obvious as there is no wording to that effect. Why does the quote email have to include the actual details of the quote. Why does it not just say: We have provided you with our quote. Here is the link to view it online where you will be able to accept it or decline it.

    You can manage this text via translation. You can translate that text by using plugin .po file.

    2. In my test site the plugin adds checkout link (and other pages as sublinks)into the primary menu. Even if I go into appearance>menu and delete these links from the menu they reappear after saving.

    You saved menu without choosing “Default location” in Menu Settings.
    After selecting Primary Menu location, now checkout links have been disappeared.

    Kiran

    #386

    Kiran
    Moderator
    Post count: 7069

    With last package update have you still problem mentioned here? https://wpinvoicing.com/support/topic/quotes-add-on-not-sending-email/page/2/#post-378

    If you still have problem then can you explain in more?

    Thanks

    #387

    Khun Max
    Free User
    Post count: 19

    Kiran

    Thanks for your reply.

    Having worked with Stiofan last night the quotations are now sending.

    You can manage this text via translation. You can translate that text by using plugin .po file.

    Editing a file to achieve a translation is not a very robust solution as it will be deleted upon updating the plugin. A better solution would be to add a “review and accepted or decline online” link/button in the html of the quote email, or provide a field in your plugin settings to enable user editing. Does the Notes section at the bottom of your quote form accept html or just plain text?

    Have you made any progess on changing the paypal landing page. Most other plugins I use for payment via paypal take the user to the PAYPAL GUEST CHECKOUT page where they are simply asked for their credit card details to avoid confusion. See for example PayPal Shopping Cart by Scott Patterson.

    Kind Regards

    Max

    #390

    Kiran
    Moderator
    Post count: 7069

    Hi Max,

    We have pushed changed to our development version with following changes. Please download and check following things.

    Editing a file to achieve a translation is not a very robust solution as it will be deleted upon updating the plugin. A better solution would be to add a “review and accepted or decline online” link/button in the html of the quote email, or provide a field in your plugin settings to enable user editing.

    This is how most text are changed including all standard WP emails, and if done right changes will not be overwritten. See https://wpgeodirectory.com/loading-wordpress-language-files-correctly/
    Anyway i have modified that text.

    Does the Notes section at the bottom of your quote form accept html or just plain text?

    Yes, notes are extended to WP standard comments functionally. It supports all html tags that WP standard comments supports.

    Have you made any progess on changing the paypal landing page. Most other plugins I use for payment via paypal take the user to the PAYPAL GUEST CHECKOUT page where they are simply asked for their credit card details to avoid confusion. See for example PayPal Shopping Cart by Scott Patterson.

    Please check, now the landing page on after redirect to PayPal site will be Billing page (that asks credit card details).

    Let us know.

    Thanks,
    Kiran

Viewing 15 posts - 16 through 30 (of 51 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket