Kiran
Forum Replies Created
-
AuthorPosts
-
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,
KiranDecember 12, 2017 at 9:41 am in reply to: Skipped Payments not sending listings to Draft Staus #1014Hello,
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,
KiranHi 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,
KiranHi 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
Hi There,
Also,
I tried in small screen but can replicate any problem. Please can you provide video/screen capture that explains problem.Thanks,
KiranHi Jonathan,
We have implemented both 1) & 2) and it will be in next release.
Thanks,
KiranHi 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,
KiranHello 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,
KiranThis reply has been marked as private.This reply has been marked as private.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,
KiranHi 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,
KiranThis reply has been marked as private.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,
KiranThis reply has been marked as private. -
AuthorPosts