anarke![]() 2007-05-23 00:27 | I want to remove the shopping cart feature and buy it button. » Quick.Cart v2.xxcvxcv |
merci![]() 2007-05-23 09:51 | anarke - this topic should help you http://opensolution.org/Quick.Cart/forum/?p=readTopic&nr=3887 |
anarke![]() 2007-05-23 19:04 | cheers ; ) xcvxcv |
mikx![]() 2007-05-26 14:52 | can anyone give detailed insturctions becouse I don't have products_more.tpl file |
merci![]() 2007-05-26 22:53 | mikx -
<li class="l0"><a href="?p=ordersBasket">$lang[my_cart]</a></li> then open templates/products_details.tpl and delete:
<div id="addCart"> next step is open file templates/products_list.tpl and remove this code:
<a href="?p=ordersBasket&sOption=add&iProduct=$aList[iProduct]&iQuantity=1" class="basket" title="$lang[Add_to_basket]">$lang[Add_to_basket]</a>
and in the same file find this code
p=ordersBasket&sOption=add&iProduct=$aList[iProduct]&iQuantity=1"
and replace it with:
p=productsMore&iProduct=$aList[iProduct]&sName=$aList[sNameUrl]"
|