Kiran

Forum Replies Created

Viewing 15 posts - 196 through 210 (of 238 total)
  • Author
    Posts
  • in reply to: Editing content of quote email sent to customer #410

    Kiran
    Moderator
    Post count: 7069

    Hi Max,

    Currently there is no option available in settings to edit the body content of the quote email. It can be edited via language translation or using WP filter ‘wpinv_email_before_quote_details’.

    We have a plan in future to add option to edit quote email content from settings.

    Kiran

    in reply to: New currencies #406

    Kiran
    Moderator
    Post count: 7069

    Hi Jolana,

    Check now i have corrected snipped code on your site. Now currencies list shows “Costa Rican Colon” currency.

    I have corrected single quote in snippet code and activated it and new currency back in list.
    You have used single quote

    instead of

    '

    Kiran

    in reply to: New currencies #404

    Kiran
    Moderator
    Post count: 7069

    Hi Jolana,

    Can you show me which code snippet you have used?

    Kiran

    in reply to: Quotes add on not sending email #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

    in reply to: Quotes add on not sending email #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

    in reply to: Quotes add on not sending email #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

    in reply to: Quotes add on not sending email #354

    Kiran
    Moderator
    Post count: 7069

    Hello Khun,

    https://wordpress.org/support/topic/quotes-add-on-not-sending-email/#post-9486559

    1. The bugs in the quotes addon are not fixed and are still exactly the same as before. That is, a newly created quote is incorrectly named with an invoice prefix (that cannot be edited) and the invoice does not send either using the save on send option or the resend option. The purple did not send bubble appears in the notes section of the invoice after attempting to send.

    May be recent files from development version not moved correct location. We have tested on our two test site and it worked there. Please register here on our one of test site https://ppldb.com/kiran/. This helps us to test by sending you a quote notification.

    2. The invoicing plugin would appear to remove all of its data (if this option is checked) with the exception of the user information. This issue requires more thought and further development of your plugin as well. At present if someone is sent a quote or invoice they are automatically added as a WP user with the role of subscriber. Thus they have the ability to log in to the back end of a WP site. This is not acceptable in many situations. For example, on the site I am currently developing both products and services are offered. The products (courses) are accessed by login it to the WP backend. It maybe the case that I quote someone to provide a service (and even complete the job and invoice them) but I do not want them to be able to log into the back end of my site.

    Only administrator users have access to site backend, subscriber users do not have access at WP backend. Only administrator users can add/update/send invoice/quote from backend.
    There is an option available in Invoicing Settings > Misc > Checkout Settings > Require Login To Checkout. If this option ticked then user needs to be logged in to view or pay invoice, can only view or pay their own invoice. If unticked then anyone can view or pay the invoice.

    https://wordpress.org/support/topic/quotes-add-on-not-sending-email/#post-9486623

    After further testing I can also confirm that even though the addon will not send the quote to the customer. If I then convert it to an invoice I can then successfully email the invoice out. So the bug definitely resides in the functionality of the add on.

    Did you moved files from development version https://github.com/kprajapatii/invoicing/archive/master.zip & https://github.com/kprajapatii/invoicing-quotes/archive/master.zip to your sites?
    I tested this with my two test sites and quote notification works fine now. Please register here https://ppldb.com/kiran/ so we can test by sending you a quote notification.

    1. The pay now link that currently appears in the Invoice email is rather hidden and likely to be missed by a new customer. It would be much more effective if it was styled as a button, or alternatively located in more prominent position at the top of the email.
    2. When checking out to pay via email you are taken to a page with the options to pay with paypal or create an account. Why are you not taken to the paypal page that simply requests your credit card details like occurs with other plugins that use paypal to process transactions.

    Ok, thanks for your suggestions, we will implement these to make it more user friendly.

    https://wordpress.org/support/topic/quotes-add-on-not-sending-email/#post-9486644

    I have another bug to report. Upon a fresh install and creating a new invoice, the numbering starts at 459 (WPINV-00459). I have ticked the option for sequential numbering and to start at 1 in the general settings.

    It seems invoicing data not completely deleted. Did you uninstall plugin with option “Remove Data On Uninstall?”.
    In completely fresh install it starts the from number set at “Sequential Starting Number”. On every invoice creation it updates the last number option. If this option already saved before then next number will start from this number.

    Also if last sequence number used = 430 and if you set “Sequential Starting Number” = 501, then next invoice number sequence will starts from 501.

    I have tried on complete fresh install and this settings working fine.

    Thanks for detailed explanation. 🙂

    Let us know.

    Thanks,
    Kiran

    in reply to: Quotes add on not sending email #350

    Kiran
    Moderator
    Post count: 7069

    Hi Khun,

    We have fixed problems of sequential number, sending quote notification email & remove data on install plugin.

    This will be available in next release of Invoicing & Quotes plugins.

    you can get development version from here:
    https://github.com/kprajapatii/invoicing/archive/master.zip
    https://github.com/kprajapatii/invoicing-quotes/archive/master.zip

    To remove data on install plugin we have managed it two ways:
    – Via option in Invoicing Settings > Misc > “Remove Data on Uninstall?”.
    – Via define variable WPINV_REMOVE_ALL_DATA in wp-config.php. Add following in wp-config.php to remove data on install

    define( 'WPINV_REMOVE_ALL_DATA', true );

    Let us know, how it goes.

    Thanks,
    Kiran

    in reply to: Translate invoice #344

    Kiran
    Moderator
    Post count: 7069

    Hi Hello,

    Please check .po file, it seems you have not translated all the strings.

    Let us know.

    Kiran

    in reply to: Quotes add on not sending email #331

    Kiran
    Moderator
    Post count: 7069

    Hi Khun,

    1. No problems sending emails from the site. Invoices are sent fine by your invoicing plugin. But not the quote plugin.

    < I can’t recreate on my test site. Can you provide test or staging site so i can check there?

    3. I have just found another bug. After trying so create and send a new quote. I received a ADMIN BCC copy of an INVOICE sent to the client (not a quote).

    < Please make sure you have correctly saved email message & subject at Invoicing > Emails > Email Settings

    Kiran

    in reply to: New currencies #327

    Kiran
    Moderator
    Post count: 7069

    Hi DR,

    In next release there are some more currencies available.

    Till next release you can use following code snippet to add currencies support of GHS & NGN. Add this code in your theme functions.php or via any snippet code.

    
    
    /* Add new currencies Invoicing plugin */
    function _wpi_custom_currencies( $currencies ) {
        $currencies['GHS'] = __( 'Ghanaian Cedi', 'your_textdomain' );
        $currencies['NGN'] = __( 'Nigerian Naira', 'your_textdomain' );
    
        return $currencies;
    }
    add_filter( 'wpinv_currencies', '_wpi_custom_currencies', 10, 1 );
    
    function _wpi_custom_currency_symbols( $symbols ) {
        $symbols['GHS'] = '₵';
        $symbols['NGN'] = '₦';
    
        return $symbols;
    }
    add_filter( 'wpinv_currency_symbols', '_wpi_custom_currency_symbols', 10, 1 );

    Kiran

    in reply to: Quotes add on not sending email #317

    Kiran
    Moderator
    Post count: 7069

    Hi There,

    1) & 3) mentioned at here https://wordpress.org/support/topic/add-on-not-sending-email/ will be fixed in next plugin release.

    2) Let us provide admin credentials so we can look into.

    Kiran

    in reply to: Paypal standard issue #313

    Kiran
    Moderator
    Post count: 7069

    Hi John,

    Please check, the problem has been fixed.

    There was illegal character in primary email address, seems you have copy & pasted email with illegal character in PayPal Email text field. I corrected and now it works fine.

    Kiran

    in reply to: Anyone familiar with implementing iDeal in Stripe? #305

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: PayPal gateway is not loading with the Checkout page #258

    Kiran
    Moderator
    Post count: 7069

    Thank you for letting us know 🙂

Viewing 15 posts - 196 through 210 (of 238 total)