• 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)
  • Plugin Author Brad Davis

    (@brad-davis)

    Hi Alexandre,

    Thank you for the review and feedback. I will endeavour to fill out the docs so it is clearer on how to use this plugin, thank you for the reminder. This plugin was put together last minute for a client and I am sure you can appreciate I just have not got back around to it.

    Cheers
    B

Viewing 1 replies (of 1 total)
  • The topic ‘Great plugin’ is closed to new replies.