How to Remove Quantity ?

closer01

No avatar

2009-04-19 20:29

hi.
How i can remove ;

- Price[EUR]
- Quantity
- uptade button

from basket page.... And i want to put a new button next to save basket .. It will be like "continue shopping" linked to homepage..

Any suggestion?

» Quick.Cart v3.x

treewood (OpenSolution)

Avatar: treewood

2009-04-20 07:43

edit templates/orders_basket.tpl and find block: BASKET_LIST
in this block you will find

<td class="price">
  
$aData[sPrice]
</
td>
<
td class="quantity">
  <
label for="quantity$aData[iProduct]">$lang[Quantity]</label><input type="text" name="aProducts[$aData[iProduct]]" value="$aData[iQuantity]" size="3" maxlength="4" class="input" id="quantity$aData[iProduct]" alt="int" />
</
td>

delete it

Update button is here:
<input type="submit" value="$lang[Basket_update]" class="submit" />

closer01

No avatar

2009-04-20 17:39

i did as you said, but when i press next button its not going to order page.
And shape of tables are not so good.
Any recommend?

treewood (OpenSolution)

Avatar: treewood

2009-04-21 07:49

send link and i will check it

Back to top
about us | contact