Kiran
Forum Replies Created
-
AuthorPosts
-
Hi Richard,
This has been already fixed. See https://wpgeodirectory.com/support/topic/listing-status-before-payment-has-been-made/#post-420539
Please provide FTP credentials to apply patch or wait for next release of Invoicing Stripe.
Thanks,
KiranThis reply has been marked as private.Hello,
You can adjust price with adjusting currency decimal numbers:
Ex:
– Set Invoicing > Settings > General > Currency Settings > Number of Decimals = 1 & set item price 12.3 OR
– Set Invoicing > Settings > General > Currency Settings > Number of Decimals = 3 & set item price 12.295Other question (probably an invoicing plugin issue), it’s not possible to add 2 not mandatory fields ( Company Name and VAT number) in the invoice instead of the “validate VAT number to exclude tax”?. We can’t sell without tax
You can manage it via disabling VAT rules from Invoicing > Settings > Taxes > EU VAT Settings.
Let us know.
Thanks,
KiranThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Using PayPal Pro you can pay directly, without login, by credit or debit card from the website checkout page.
PayPal Pro also handles recurring payments.
Kiran
Hi Belinda,
Company & VAT number fields in checkout page is depends on the from Invoicing > VAT settings. If VAT settings does not allow to display Company & VAT number fields then fields are not available in checkout page.
You can you snippet code provided here: https://wpinvoicing.com/support/topic/collect-company-info-even-when-not-required/#post-1077
It will force to display company & vat number fields, no matter what VAT settings saved.
Thanks,
KiranHi Kenny,
Please provide us site url and admin credentials in a private reply, so we can look into there.
Kiran
Thanks for letting us know 🙂
Hi Jason,
Sorry for inconvenience!
We are trying to make our Invoicing plugin more and more customer friendly by implementing things after getting response from them.We have added tasks:
– To do not load JS scripts on non-invoicing pages (https://github.com/AyeCode/invoicing/issues/156)
– Add option to manage styles on frontend invoice page (https://github.com/AyeCode/invoicing/issues/158)These tasks will be implemented in future release.
Mean while you can manage style for the invoice via following code snippet:
function _wpi_custom_invoice_custom_style( $invoice ) { ?> <style> .wpinv-wrap a { color: #ed6d62; } .wpinv-wrap a:hover, .wpinv-wrap a:visited:hover, .wpinv-wrap a:focus, .wpinv-wrap a:active { color: #e84739; text-decoration: none; } </style> <?php } add_action( 'wpinv_invoice_print_head', '_wpi_custom_invoice_custom_style', 10, 1 ); add_action( 'wpinv_invalid_invoice_head', '_wpi_custom_invoice_custom_style', 10, 1 );
Thanks,
KiranHi Jason,
To customize email template you can add style in email template wpinv-email-styles.php file.
You need to copy the file \wp-content\plugins\invoicing\emails\wpinv-email-styles.php and paste at location \wp-content\themes\YOUR-THEME\invoicing\emails\wpinv-email-styles.phpNow you can add\update style in wpinv-email-styles.php file which you moved under theme directory.
Let us know.
Thanks,
KiranJanuary 26, 2018 at 12:22 pm in reply to: Error when sending invoice. 'Fail to send email to the customer' #1152This reply has been marked as private.Thanks for letting us know 🙂
Hi Michele,
I have updated patch on your site, now style conflict has been resolved.
Please check after clearing your browser cache.
Thanks,
Kiran -
AuthorPosts