Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
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
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
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
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
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
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
I have not heard of that before, i will add a task for it to me looked at.
Thanks,
Stiofan
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
We are working on a release.
Thanks,
Stiofan
Hi Kristjan,
What is wrong with the browser back button?
I have added a task for the T&C thing.
Thanks,
Stiofan
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
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
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
i have created a task to create and addon for this, we will keep you updated here.
Thanks,
Stiofan
The second tax applies to the whole invoice?
Stiofan
-
AuthorPosts