Kiran

Forum Replies Created

Viewing 15 posts - 91 through 105 (of 238 total)
  • Author
    Posts
  • in reply to: Stripe is unable to generate a subscription #1491

    Kiran
    Moderator
    Post count: 7069

    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,
    Kiran

    in reply to: price adjustment #1469

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: price adjustment #1458

    Kiran
    Moderator
    Post count: 7069

    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.295

    Other 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,
    Kiran

    in reply to: PayPal Pro Account for End Customers? #1443

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Invoice goes to Paid instead of Pending Payment #1433

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Invoice goes to Paid instead of Pending Payment #1431

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: PayPal Pro Account for End Customers? #1430

    Kiran
    Moderator
    Post count: 7069

    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

    in reply to: Missing fields #1244

    Kiran
    Moderator
    Post count: 7069

    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,
    Kiran

    in reply to: payfast integration #1215

    Kiran
    Moderator
    Post count: 7069

    Hi Kenny,

    Please provide us site url and admin credentials in a private reply, so we can look into there.

    Kiran

    in reply to: Would Great if they styling for invoicing #1197

    Kiran
    Moderator
    Post count: 7069

    Thanks for letting us know 🙂

    in reply to: Would Great if they styling for invoicing #1192

    Kiran
    Moderator
    Post count: 7069

    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,
    Kiran

    in reply to: Would Great if they styling for invoicing #1179

    Kiran
    Moderator
    Post count: 7069

    Hi 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.php

    Now you can add\update style in wpinv-email-styles.php file which you moved under theme directory.

    Let us know.

    Thanks,
    Kiran


    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Invoicing Plugin conflicts with Boss Theme #1139

    Kiran
    Moderator
    Post count: 7069

    Thanks for letting us know 🙂

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

    Kiran
    Moderator
    Post count: 7069

    Hi Michele,

    I have updated patch on your site, now style conflict has been resolved.

    Please check after clearing your browser cache.

    Thanks,
    Kiran

Viewing 15 posts - 91 through 105 (of 238 total)