• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: available ticket info

available ticket info 4 days 10 hours ago #43952

  • ivo4
  • ivo4's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi,

When i use this script (www.rsjoomla.com/support/documentation/r...-events-listing.html):
<?php if ($details['ticket_info']){?>
  <span>
  <strong>Available Tickets: </strong>
    <?php       
      echo implode(", ",$details['ticket_info']);
    ?>
  </span>
<?php }?>
it shows the number of available tickets but also: x name (price)

How can i let it show ONLY the number of available tickets and nothing else?

Hope to hear from you.
Regards,
Ivo
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!