• Resolved mojiemita

    (@mojiemita)


    hi ,
    on page “order-received” i want to delete “totale” who wrote in the table … ..

    “Grazie. Il tuo ordine è stato ricevuto.

    Numero d’Ordine
    481
    Data:
    19 aprile 2016
    Totale:
    € 13,00
    Metodi di pagamento:
    Bonifico bancario”

    i don’t want show the total price no where , just price ,,,

    https://wordpress.org/plugins/woocommerce/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    You can hide rows with CSS which you don’t want to display. Each should have a class.

    Thread Starter mojiemita

    (@mojiemita)

    thanks mike

    Thread Starter mojiemita

    (@mojiemita)

    hi mike ,,

    i’m not very good with the codes , plz help me to remove any total price or subtotle price on any page “checkout” “detail” ecc..

    thank you …

    Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    .order-total td, .order-total th {
    display:none;
    }
    Thread Starter mojiemita

    (@mojiemita)

    thanks mike ,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘delete "total"’ is closed to new replies.