update button

yellowhorse

No avatar

2007-02-25 09:08

Hello, I am using QC 1.4. By the way, I wants to use the "update" button of an Order-basket screen as a text like the upper "delete" button, is it familiar about a someone way? If broken, please let me know in how. Thank you for your consideration.

» Quick.Cart v1.x

treewood (OpenSolution)

Avatar: treewood

2007-02-26 08:08

yellowhorse - please send us link to check it

yellowhorse

No avatar

2007-02-26 16:36

I'm sorry, I can't speak english very well, so i thought that you got misunderstood wrong. It is not broken. I explain you in detail. I want to change the fieldset into the textbutton. like the following,

in Orders_basket.tpl

<fieldset><input type="submit" value="$lang[Calc]" class="submit" /></fieldset>
?
<a href="?p=$p&amp;sOption=del&amp;iElement=$aList[iElement]">$lang[Delete]</ a>

My best regards.

treewood (OpenSolution)

Avatar: treewood

2007-02-27 08:54

yellowhorse -
1. find: <form action="?p=$p&amp;sOption=save" method="post"> and change to: <form action="?p=$p&amp;sOption=save" method="post" id="formBasket">
2. find: <fieldset><input type="submit" value="$lang[Calc]" class="submit" /></fieldset>
change to:
<a href="javascript:gEBI( 'formBasket' ).submit()">$lang[Calc]</a>

works?

yellowhorse

No avatar

2007-02-28 13:53

I was successful. Thank you very much.

Back to top
about us | contact