hello i want to test the plugin to see if it is good for me but i can`t understand the language
how do i install the plugin in english and how can i translate it in other language
is it possible to email the invoice to customer
10x in advance
]]>When customers try to delete, I get the error “You do not have sufficient privileges to access this page”.
tested in 3.4.2 and 3.5.1.
This is the code to ejectute this bulk action
function process_bulk_action()
{
//Detect when a bulk action is being triggered...
if( 'trash'===$this->current_action() ) {
wp_die('Se enviaron a la papelera las facturas seleccionadas');
}
}
Any solution?
Thanks
]]>Any chance you could include a version number?
]]>