Forum Replies Created

Viewing 1 replies (of 1 total)
  • Greeting.
    i want to ask for help, i also have this problem, wp all import.
    in my xml file the product weight is in kg but i should convert it to grams.
    as shown in xml: 0.052 kg
    and I would have to switch to this for every product: 52 g
    would anyone tell me the php function and how do i paste it in place of the weight?
    which I have tried so far but unfortunately did not work:
    php funcions:
    <? php
    function my_get_g ($ kg) {
    $ grams = preg_replace (“/ [^ 0-9] /”, “”, $ grams);
    return $ kg * 1000;
    }
    ?>

    woocommerce add-on:
    shipping:
    Weight (g): [my_get_g ({tmeg [1]})]
    but it doesn’t work, it doesn’t switch.
    thank you very much in advance for your help.
    Stephen

Viewing 1 replies (of 1 total)