Ticketmaster


Why having a 3rd party to sell your tickets? We have an all in one solution build in Joomla to sell your tickets at your own site!
Easy installation & configuration! After a ticket has been sold it will be automaically created and sent to your customers!

RD-Autos Info


RD-Autos is a component for small Garages and Auto Sellers (Single Dealer)! We have also a version (PRO) that can handle adds from several dealers! You can have sellers on your site paying you for their add!

Multi Language


As we're writing our components in multi-language, we need translators. At the moment we do have some translations available. when you buy one of our components and translate it for us, you will het one year subscription for free!

affiliates

Login Form



Our website is powered by:

dioscouri_logo_transparent
How to delete Front end ordering PDF Print E-mail

As some people don't want ordering on the frontend, you can do the next to delete this dropdown box:

Go to the next file: ../components/com_rdautos/views/tmpl/category/tmpl/default.php

An remove the next lines:


<div id = "rda-ordering">
  
    <form method="GET" name="ordering" action="index.php">
    <input name="option" type="hidden" value="com_rdautos" />
    <input name="view" type="hidden" value="category" />
    <?php echo $this->lists[ordering]; ?>
    <input name="id" type="hidden" value="<?php echo $id; ?>" />
    <input name="limitstart" type="hidden" value="<?php echo $limitstart; ?>" />
    <input type="submit" class="button" value="GO!" />
  
    </div>




The save your file again and the ordering option will be gone for good.