• Resolved sanchenko57

    (@sanchenko57)


    Doesn’t change price on page /my-account/orders/

    <?php elseif ( ‘order-total’ === $column_id ) : ?>
    <?php
    /* translators: 1: formatted order total 2: total order items */
    echo wp_kses_post( sprintf( _n( ‘%1$s for %2$s item’, ‘%1$s for %2$s items’, $item_count, ‘woocommerce’ ), $order->get_formatted_order_total(), $item_count ) );
    ?>

    Alse i have pre-sell question. Ur plugin work with LiqPay?

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Doesn’t change price on page /my-account/orders/’ is closed to new replies.