• Hello.

    I have Woocommerce plugin and i have to change price on one role of user (-20%) But I want in throughout shop and not only cart. Thanks for hepl and sorry about my English

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter abhud

    (@abhud)

    It’s good idea changing woocommerce-core-functions.php. Add:
    $price = $price/100 * 80;
    ?

    Thread Starter abhud

    (@abhud)

    I have new problem. Everything is OK, but this price is not sending to database. Do you know where woocomerce sending these things and how to modify it? Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WooCommerce and change price’ is closed to new replies.