Stiofan O'Connor

Forum Replies Created

Viewing 15 posts - 106 through 120 (of 223 total)
  • Author
    Posts
  • in reply to: Follow up in 7 days #1017

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    The option on add new invoice to send yes/no is for saving the invoice only:
    “After saving invoice, this will send a copy of the invoice to the user’s email address”

    You can blank the invoice due date in the invoice settings before save.
    I have asked kiran to look at maybe adding a “draft” invoice status that might work best in your situation.

    Thanks,

    Stiofan

    in reply to: Follow up in 7 days #1015

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello @websitu,

    The option when creating a new invoice is if it should be sent when saving.
    The normal sending settings still apply if you set a “due by date”, if you blank that field then no reminders will be send.

    Thanks,

    Stiofan

    in reply to: More than one invoice per page #970

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    HI Dan,

    That is strange, please provide wp-admin and FTP details in a private reply and we will debug what is going on.

    Thanks,

    Stiofan

    in reply to: UsersWP Integration #933

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    It has zero integration with UWP at the moment.
    Just now we are just testing the selling of roles and post content, once we are happy with that we will move on to other integrations.

    Thanks,

    Stiofan

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

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    I have opened a task for this to be looked at, i know we have made some CSS changes for compatibility already, so it might already be fixed.

    Thanks,

    Stiofan

    in reply to: Website issues; and where are all the gateways? #895

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi David,

    Something messed up with your account (i emailed you an apology).
    Everything should be resolved now, just let me know if its not.

    Thanks,

    Stiofan

    in reply to: Payment getaways #894

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    I have not heard of that before, i will add a task for it to me looked at.

    Thanks,

    Stiofan

    in reply to: Taxes #871

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    no news yet, we are doing release testing of the next ver of WPI so it won’t be started until after the next release.

    Thanks,

    Stiofan

    in reply to: wpinv_buy shortcode doesn't bring to checkout #858

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    We are working on a release.

    Thanks,

    Stiofan

    in reply to: Suggestion #851

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Kristjan,

    What is wrong with the browser back button?

    I have added a task for the T&C thing.

    Thanks,

    Stiofan

    in reply to: Email invoices linking to HTTP not HPPTS #827

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    The system uses the wp settings, you can use the below snippet to redirect any page to its https url by the page id, might also be handy for you for other things:

    
    
    add_action('wp','_my_custom_ssl_redirect');
    function _my_custom_ssl_redirect(){
        global $post,$wp;
    
        $page_ids = array(2,123,321,456); // array of page ids we want to force to ssl.
    
        if( is_page() && isset($post->ID) && in_array($post->ID,$page_ids) ){ 
            wp_safe_redirect( add_query_arg( $_SERVER['QUERY_STRING'], '',trailingslashit(home_url( $wp->request, "https" ), 301 )) );
            exit;
        }
    }

    Also FYI if your server is running http2 and is all https it will likely be faster than http.

    Thanks,

    Stiofan

    in reply to: Update for Linking Listing Details to PayPal #809

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    The renewal should renew the listing, u should not have to do anything.
    The invoice and the listing will both have links to each other in the next release.

    Stiofan

    in reply to: Not correct language on back-end #807

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Kristjan,

    Can you please elaborate or give an example link.
    If you can provide wp-admin details also that might help me understand.

    Thanks,

    Stiofan

    in reply to: Taxes #790

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    i have created a task to create and addon for this, we will keep you updated here.

    Thanks,

    Stiofan

    in reply to: Taxes #788

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    The second tax applies to the whole invoice?

    Stiofan

Viewing 15 posts - 106 through 120 (of 223 total)