hide price

petithugo

Avatar: petithugo

2014-12-12 17:51

i simply want to hide price and qtyxprice in basket (numbers between qty)
regards
petithugo

» Quick.Cart v6.x

petithugo

Deivids

Avatar: Deivids

2014-12-17 17:00

You can hide the price using styles. For example:

<div id="myPrice">$ 200</div> will show nothing if you hide it in the CSS file like below:

.myPrice {font-size:14px;font-weight:bold;display:none}

So display:none is the point here.

petithugo

Avatar: petithugo

2015-02-09 17:35

thanks deivids

Back to top
about us | contact