Kiran

Forum Replies Created

Viewing 15 posts - 76 through 90 (of 238 total)
  • Author
    Posts
  • in reply to: price adjustment #1781

    Kiran
    Moderator
    Post count: 7069

    Hi Sandro,

    Please set “4” at “Invoicing > Settings > General > Currency Settings > Number of Decimals”.

    Set package price 28.6885 to get 35.0000 as a final invoice price & set 12.2951 to get 15.0000 as a final invoice price.

    Thanks,
    Kiran

    in reply to: PayPal Gateway Not showing #1757

    Kiran
    Moderator
    Post count: 7069

    Hello,

    You currency ZAR is not supported by PayPal Standard gateway.
    Currencies supported by PayPal are AUD, BRL, CAD, CZK, DKK, EUR, HKD, HUF, ILS, JPY, MYR, MXN, NOK, NZD, PHP, PLN, GBP, SGD, SEK, CHF, TWD, THB, USD.

    Kiran

    in reply to: Invoice template title #1747

    Kiran
    Moderator
    Post count: 7069

    Hi,

    Please check now. You have added file under /invoicing/templates/ directory. It should be under /invoicing/ directory.

    Kiran

    in reply to: Invoice template title #1744

    Kiran
    Moderator
    Post count: 7069

    Hello Alanna,

    Provide us admin & FTP credentials, i will do it for you.

    Kiran

    in reply to: Invoice template title #1742

    Kiran
    Moderator
    Post count: 7069

    Hello,

    just checking the file path to add the file back in – do I create a new folder in the wp-content folder?

    No you do not need to create new folder. ‘YOUR-CURRENT-THEME’ will be your current theme directory name (ex: Divi).
    In case you are not using child theme then it is recommended to use child theme for customization. Otherwise the customization will be lost on theme update.
    Follow this to know how to create Divi child theme: https://www.elegantthemes.com/blog/divi-resources/divi-child-theme

    ABN is the Australian Business Number that all businesses need to add to their Tax Invoice. Similar to VAT number I guess?

    VAT number is tax identification number or VAT identification number (VATIN) used in many countries including EU for value added tax purposes. It is similar to ABN & ACN.

    Do you still need the PO files?

    No need to edit po files if you follow things mentioned in my reply https://wpinvoicing.com/support/topic/invoice-template-title/#post-1737

    Let us know.

    Thanks,
    Kiran

    in reply to: Invoice template title #1737

    Kiran
    Moderator
    Post count: 7069

    Hello Alanna,

    You can manage invoice template via template system. Just copy file \plugins\invoicing\templates\wpinv-invoice-print.php and paste in in wp-content\YOUR-CURRENT-THEME\invoicing\wpinv-invoice-print.php

    Now change “Invoice” to “Tax Invoice” (see https://github.com/AyeCode/invoicing/blob/master/templates/wpinv-invoice-print.php#L11) in file wp-content\YOUR-CURRENT-THEME\invoicing\wpinv-invoice-print.php

    Let us know.

    Thanks,
    Kiran

    in reply to: price adjustment #1732

    Kiran
    Moderator
    Post count: 7069

    Hi Sandro,

    I have fixed it and applied patch on your site.
    So now new invoice will have a total price 15,000

    Please check and let us know.

    Kiran

    in reply to: subscription plan in stripe cannot be created #1529

    Kiran
    Moderator
    Post count: 7069

    Yes, it will be in next update too.

    in reply to: subscription plan in stripe cannot be created #1526

    Kiran
    Moderator
    Post count: 7069

    Attached file with applying a patch.

    in reply to: subscription plan in stripe cannot be created #1523

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: subscription plan in stripe cannot be created #1520

    Kiran
    Moderator
    Post count: 7069

    Hi Eileen,

    This issue happened due to changes in recent Stripe API from Stripe Team.

    We have already upgraded our plugin with recent Stripe API changes. Please provide us FTP credentials to apply patch or wait for next release of Invoicing Stripe.

    OR
    do following to apply patch from your side.

    – Open file \plugins\wpinv-stripe-payment\includes\stripe-functions.php in text editor
    – Search following line (around line 936)

    $plan_id = wpinv_stripe_create_plan( $args );

    – Add following lines after that line

    
    
    		if ( empty( $plan_id ) ) {
    			$args['product'] = array(
    				'id' => $id,
    				'name' => $args['name']
    			);
    			unset( $args['name'] );
    
    			$plan_id = wpinv_stripe_create_plan( $args );
    		}

    Take backup before updating.

    Let us know.

    Thanks,
    Kiran

    in reply to: Stripe is unable to generate a subscription #1499

    Kiran
    Moderator
    Post count: 7069

    Hello,

    – Open file \plugins\wpinv-stripe-payment\includes\stripe-functions.php in text editor
    – Search following line (around line 936)

    $plan_id = wpinv_stripe_create_plan( $args );

    – Add following lines after that line

    
    
    		if ( empty( $plan_id ) ) {
    			$args['product'] = array(
    				'id' => $id,
    				'name' => $args['name']
    			);
    			unset( $args['name'] );
    
    			$plan_id = wpinv_stripe_create_plan( $args );
    		}

    Take backup before updating.

    Thanks,
    Kiran

    in reply to: Stripe is unable to generate a subscription #1497

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Stripe is unable to generate a subscription #1494

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Viewing an invoice always timesout #1492

    Kiran
    Moderator
    Post count: 7069

    Hi Cryil,

    It seems something conflicts with other plugins there. Did you checked error log at server side?

    Please provide us FTP credentials we can take a look.

    Kiran

Viewing 15 posts - 76 through 90 (of 238 total)