studio

site development

Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottomPage: 1
TOPIC: How to turn off Advance order button?
#596
How to turn off Advance order button? 1 Year, 10 Months ago Karma: 0
Is there any possibilities, how can I remove the Advace order button and show the order form under order list without clicking on button ?
xeth
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The topic has been locked.
 
#605
Re:How to turn off Advance order button? 1 Year, 10 Months ago Karma: 6
Change this code in line 239 of file components/com_ipricecalc/views/category/tmpl/default.php from:
Code:

<div style="display: none;" id="order_dat" name="order_dat">

to:
Code:

<div id="order_dat" name="order_dat">

and remove this code starting of line 235:
Code:

<br />
<center><input type="button" class="button" onclick="document.getElementById('order_dat').style.display=''; style.display='none'" value="<?php echo JText::_('Preorder');?>">
</center>

Igort
Administrator
Posts: 560
graph
User Offline Click here to see the profile of this user
Last Edit: 2010/04/08 13:15 By Igort.
The topic has been locked.
 
Go to topPage: 1
Moderators: Igort
get the latest posts directly to your desktop