just search if classes/emails/class-wc-emails.php in woocommerce plugin exists then u don’t need to change
we had same problem and i found that in woocommerce.php
if u search function mailer()
changed following lines
include_once( ‘classes/emails/class-wc-emails.php’ )
to
include_once( ‘classes/class-wc-email.php’ );
…
$this->woocommerce_email = new WC_Emails();
to
$this->woocommerce_email = new WC_Email();
is one of the 2 cases probably …
Thread Starter
flayfl
(@flayfl)
‘also cancel button is misplaced ‘
->…this is for default theme.
the default theme has a hidden link with simplemodal-login class and is hidden. and somehow class for the button goes round that.
We all know Internet explorer is a c..p browser but loads of people are using that.
menawhile i sorted using osx theme even that the other one match better my layout.