Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: [SOLVED] Remove DEPOSIT and PRICE rows from cart

[SOLVED] Remove DEPOSIT and PRICE rows from cart 10 years 7 months ago #23166

  • drchamp24
  • drchamp24's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 18
  • Thank you received: 0
Hello,
I would like to remove the DEPOSIT and CART headers and associated data from the checkout cart process.

The headers are in this file
/components/com_dtregister/views/event/tmpl/viewcart.php

I find the data is here in this code <?php echo $html; ?> where do I find that code or table to edit to remove the associated table data?

Thanks.

Please Log in or Create an account to join the conversation.

Last Edit: by nathan.dth.

Remove DEPOSIT and PRICE rows from cart 10 years 7 months ago #23171

  • nathan.dth
  • nathan.dth's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 1857
  • Karma: 19
  • Thank you received: 218
Yes, you have the right file to remove the headers. The table contents are in this file:

/components/com_dtregister/views/event/tmpl/viewcart_row.php

Just remove the table cells (<td>) for the columns that you don't need to display there. You'll be removing the ones with "paid_amount" and "fee" in them.

Please Log in or Create an account to join the conversation.

Nathan is no longer affiliated with DTH since the recent acquisition. You can connect with him and get any type of Joomla website help at www.JoomlaEmployee.com .
  • Page:
  • 1
Time to create page: 0.382 seconds