Kiran

Forum Replies Created

Viewing 15 posts - 121 through 135 (of 238 total)
  • Author
    Posts
  • in reply to: Follow up in 7 days #1019

    Kiran
    Moderator
    Post count: 7069

    Hello,

    We have added new feature, so you can now create invoice with draft status. Draft invoices are invisible from the front end users.

    This feature will be available in next release.

    Thanks,
    Kiran

    in reply to: Skipped Payments not sending listings to Draft Staus #1014

    Kiran
    Moderator
    Post count: 7069

    Hello,

    For non-recurring listings when listing expired it sets the listing as set in GeoDirectory > Price & Payments > General > “Enable expiry process?”. For non-recurring listings, the listing is immediately expired once expire date past, but for recurring listings it does not apply the same method.

    For recurring listings, the listing expire date calculated & extended by using IPN response received from Payment Gateway (Ex. PayPal). This is because some times there is a delay in receiving IPN response from gateway site on renewal payment.
    Recurring listings are expired when the recurring payment cancelled(subscription cancelled) from the gateway.

    Let us know.

    Thanks,
    Kiran

    in reply to: Remove text from invoice #1012

    Kiran
    Moderator
    Post count: 7069

    Hi There,

    We have improved invoice details sending via email notification. Now it will display bank instructions and bank details like a/c no, name etc on invoice view page & in email too.
    The instruction and bank details will be displayed only on pending payment invoices.

    Please check screenshots in next reply.

    In case you want any custom text on invoice email, then you following code snippet.

    
    
    function _wpi_custom_invoice_email_before_details( $invoice, $email_type = '', $sent_to_admin = false ) {
        if ( !empty( $invoice ) && $invoice->gateway == 'bank_transfer' && $invoice->status == 'wpi-pending' ) {
            // YOUR HTML CODE
            ?>
            <?php
        }
    }
    add_action( 'wpinv_email_invoice_details', '_wpi_custom_invoice_email_before_details', 9, 3 );

    You can change “bank_transfer” to “cod”, “paypal” etc for other gateways.

    Thanks,
    Kiran

    in reply to: More than one invoice per page #990

    Kiran
    Moderator
    Post count: 7069

    Hi Dan,

    I am not able to access site. It says “Access Denied – WebSite Firewall” & “Access from your Country was disabled by the administrator.”.

    I am from India, please allow me to access the site so i can look into there.

    Kiran

    in reply to: Invoice plugin conflicts with WPForms #976

    Kiran
    Moderator
    Post count: 7069

    Hi There,

    Also,
    I tried in small screen but can replicate any problem. Please can you provide video/screen capture that explains problem.

    Thanks,
    Kiran

    in reply to: Discount Dates (& Times) & View Discount Bug #961

    Kiran
    Moderator
    Post count: 7069

    Hi Jonathan,

    We have implemented both 1) & 2) and it will be in next release.

    Thanks,
    Kiran

    in reply to: Invoicing Plugin conflicts with Boss Theme #928

    Kiran
    Moderator
    Post count: 7069

    Hi Michele,

    The style conflicts issue between Boss theme & Invoicing plugin has been fixed already. It will be available in next release.

    I had to change the setting in the prices and payments area. Now it appears. I guess this means you must have the Payment manager add-on installed/active even for a free listing site to link a CPT?

    If Payment Manager is installed and active then link business will be display/hidden based on price package > Link business setting.

    Thanks,
    Kiran

    in reply to: Invoice plugin conflicts with WPForms #927

    Kiran
    Moderator
    Post count: 7069

    Hello There,

    Please let us know steps how to replicate problem from our side.
    It will be helpful for us if you provide screen captures or video captures.

    Thanks,
    Kiran

    in reply to: Issue with first time coupon #906

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Issue with first time coupon #905

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Split: NO payment option #904

    Kiran
    Moderator
    Post count: 7069

    Hi Edwin,

    I have added snippet under Snippets section to receive notification whenever new listing submitted. SO it will send notification to admin & user about invoice details.

    Thanks,
    Kiran

    in reply to: Split: NO payment option #899

    Kiran
    Moderator
    Post count: 7069

    Hi Edwin,

    Normally it sends notifications to the admin/client on invoice confirmed(published).
    Let use send admin credentials in a private reply, so we can test this from our end.

    Thanks,
    Kiran

    in reply to: Issue with first time coupon #890

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Issue with first time coupon #884

    Kiran
    Moderator
    Post count: 7069

    Hi Konstantinos,

    To find what causing problem for PayPal, we need FTP credentials.
    Also we need to test transactions your site, so please allow us to enable sandbox mode to test payments or create staging site so we can test there.

    Please provide FTP credentials to look into more.

    Let us know.

    Thanks,
    Kiran

    in reply to: Not correct language on back-end #877

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
Viewing 15 posts - 121 through 135 (of 238 total)