Forum Replies Created

Viewing 15 posts - 166 through 180 (of 263 total)
  • Author
    Posts
  • in reply to: Parse error #4756

    I can’t reproduce the issue with Web Invoice 1.10.10 on WordPress 2.9.1. If you cannot verify whether PHP 5 is being used, can you post the line with the issue and output from phpinfo().

    Otherwise I’m unable to help you.

    in reply to: permissions to access error #4759

    Could I know to wish version you upgraded from and to which version you upgraded to?

    https://www.mohanjith.com/forum/topic.php?id=54 might help you.

    in reply to: Parse error #4750

    If it’s a publicly accessible site I could have a look and confirm whether you are actually using PHP5, otherwise please verify PHP5 is being used. Setting AddHandler in .htaccess file doesn’t guarantee that php5 will be used. Please confirm with your hosting provider.

    in reply to: How can i change the language used by web invoice ? #4738

    You need to set the WordPress Localized Language in wp-config.php (WPLANG) to the language you want WordPress to use (including Web Invoice). I assume you have named the .po and .mo files properly(web-invoice-fr_FR.po and web-invoice-fr_FR.mo) and placed them in the correct directory (web-invoice/languages/).

    If you don’t mind can you please share the resource files (.po and .mo files), I’m sure many will appreciate. Thanks in advance.

    in reply to: Comments jumbled in 2.9.1 #4732

    @jc, thank you very much for getting back on this. Much appreciated :)

    in reply to: Unable to change payment status #4735

    Thanks for the good words :).

    Paid status is a terminal status with no transition (in a normal use case). I will add an option to revert invoices marked as paid mistakenly as soon as it’s done (like GMail allows you do undelete deleted mails) and also confirm before marking invoice as paid.

    For the problem at hand, please delete paid_status meta from web_invoice_meta table for the given invoice id and delete paid log events from web_invoice_log table for the given invoice id. Find bellow the SQL commands you need to run, remember to change the invoice id and the table name to suit your installation.

    DELETE FROM web_invoice_meta WHERE invoice_id = <invoice id> AND meta_key = 'paid_status';
    DELETE FROM web_invoice_log WHERE invoice_id = <invoice id> AND action_type = 'paid';

    in reply to: Comments jumbled in 2.9.1 #4723

    I can’t see any style sheets from Web Invoice being loaded in the page you linked. Also there are no inline styles either. I can assure you the issue is not caused by Web Invoice. Please try to find the cause, it may have caused long before the time you upgraded Web Invoice and browser cache may have hidden the issue from you. Also the time you upgraded doesn’t help me at all.

    in reply to: Paypal Website Payments Pro #4714

    Web Invoice doesn’t support PayPal Website Payments Pro. However it supports PayPal Payflow Pro which works similar to Authorize.net and Merchantplus.

    If you wish you can sponsor supporting PayPal Website Payments Pro. Contact me via https://www.mohanjith.com/contact.html for details.

    in reply to: Comments jumbled in 2.9.1 #4717

    @jc, I cannot reproduce the issue and I cannot even figure out how the issue may be caused. When did you upgrade to 2.9.1 and from which version did you upgrade to 2.9.1 from. It may be that your theme is not compatible with 2.9 for some odd reason.

    Unless you can at least give me access (just the URL) to your site I’m unable to help you.

    in reply to: More than one payment option? #4711

    Yes, press shift and select the payment options you need in the settings page.

    in reply to: errors with wpremix faq.js with web-invoice #4708

    I believe the errors you are mentioning are Javascript errors. I do not have access to a WPRemix theme, there are no errors with the default theme. I have tested with FF 3.5 and Chrome 4.0.

    I believe the issue is with WPRemix theme. I cannot help you unless you give me access to your site or send me a WPRemix theme. Use https://www.mohanjith.com/contact.html to contact me off the forum.

    in reply to: Suggestions for next version(s) of WP-invoice #4342

    @spitt, comments are made on the post/page not the invoice. I suggest disabling comments on the invoice page. Will allow the tax id to be hidden if it’s empty.

    Can you please provide more information about Western Union, AliPay, PayPal MassPay. I’ll try to add them as I get time. If it’s urgent you can sponsor adding support for payment processors you need.

    in reply to: Google Checkout Subscription Payments #4633

    For everyone’s information, Google Checkout subscription is now supported by Web Invoice (since v1.10.1).

    in reply to: the time is adjust for 1 user or all users? #4705

    I’m not sure I understood you properly, hope the following answers your issue.

    With smart throttle you cannot set different timeouts for each user. But the comment rate is determined per user.

    @jc, I’m bit confused now. I assume everything is working fine in the new release :)

Viewing 15 posts - 166 through 180 (of 263 total)