• Resolved timotheuss

    (@timotheuss)


    Hi there,

    I really like the booking tool and it works for our small private business with vacation flats perfectly. I just wondered, if it is possible to delete the “total” row as the customers do pick the number of nights for there stay and the price is just shown twice. I would like to only show the number of nights (“übernachtungen”) and the price next to it.

    Thanks for help!

    • This topic was modified 1 year, 9 months ago by timotheuss.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Roland Murg

    (@murgroland)

    Hey @timotheuss,

    Yes, the easiest way to do this is to hide it with CSS. Go to WP Admin -> Appearance -> Customize -> Additional CSS -> and add in this line of code:

    .wpbs-line-item-total {display:none;}
    Thread Starter timotheuss

    (@timotheuss)

    Thanks a lot, it worked perfectly well!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can I get rid of the Total row?’ is closed to new replies.