Great plugin
-
It’s a great plugin, even if the documentation is practically non existant.
For those who struggle to know how to use it, it had a field in the general tab of product data on a product.Also if anyone need to translate their website, you can add this code after line 96 of the plugin :
if(ICL_LANGUAGE_CODE == "fr"){
//$woo_uom_output .= " CHACUN";
$woo_uom_output = str_replace("PAIR","PAIRE", $woo_uom_output);
$woo_uom_output = str_replace("EACH","CHAQUE", $woo_uom_output);
}
You change “fr” by your language and in the two “str_replace”, you change the first word by the original one and the second by the translated version.
Anyway great plugin. Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Great plugin’ is closed to new replies.