Switch QC from shop to catalogue

golemn

No avatar

2007-03-08 21:09

Hi Guys,

some days ago i experimented with QC and saw somewhere wheather in some tpl-files or in the admin-panel or in some help file the possibility to switch off the cart fuction of QC and so turn it into an catalogue.
I simply can't find it anymore, am I nuts, or is this option somewhere implemented???

Hope somebody knows what I mean ;-))

Thanks for your support!

golemn

» Quick.Cart v1.x

treewood (OpenSolution)

Avatar: treewood

2007-03-09 08:02

golemn - maybe use Quick.Cms to this? You will have same options but without price/basket etc.

golemn

No avatar

2007-03-09 09:39

Hi treewood,

unfortunately I'm already using another CMS in which I wanted to integrate QC as an catalogue, is there no way to manage this?

Thanks for your answer

golemn

treewood (OpenSolution)

Avatar: treewood

2007-03-09 12:34

golemn - yes there is way but You must know HTML good.
1. edit templates/page.tpl and delete:

<li><a href="?p=ordersBasket">$lang[basket]</a></li>

2. edit templates/products_more.tpl and delete:

<h4>$lang[Buy_now]</h4>

and

<form action="" method="get" onsubmit="return checkForm( this, 
  Array(
    Array( 'iQuantity', 'int', '0', null, '>' )
  ) );"
>
  <
fieldset>
    <
input type="hidden" name="p" value="ordersBasket" />
    <
input type="hidden" name="sOption" value="add" />
    <
input type="hidden" name="iProduct" value="$aData[iProduct]" />
    
$lang[Quantity]:
    <
input type="text"   name="iQuantity" value="1" maxlength="3" size="2" /><br />
    <
input type="submit" value="$lang[Add_to_basket]" class="submit" />
  </
fieldset>
</
form>

3. edit templates/products_list.tpl and change this:

?p=ordersBasket&amp;sOption=add&amp;iProduct=$aList[iProduct]&amp;iQuantity=1

t o this:

?p=productsMore&amp;iProduct=$aList[iProduct]&amp;sName=$aList[sNameUrl]

4. delete actions_client/orders.php file

Works?

golemn

No avatar

2007-03-09 12:48

Hi treewood,

thank you for your quick reply, it seems to work fine, but when I click on a product to see details, there is still the box "buy now" in the upper right corner. Another thing I don't want to display is the price for the product and the add to cart icon, where can I hide it?

If I leave the price-box free in the admin area, there comes an alert, all boxes have to be filled in.

Thanks again

golemn

treewood (OpenSolution)

Avatar: treewood

2007-03-09 14:57

golemn - i wrote it before. I gave You full instruction how to delete "buy now". If You want delete price from products list and product details then
1. edit templates/products_more.tpl and delete:

<div>
  
$lang[Price]:&nbsp;$aData[fPrice]&nbsp;$config[currency_symbol]
</
div>


2. edit templates/products_list.tpl and delete:

$aList[fPrice]&nbsp;$config[currency_symbol]


If You cant do it or You have problems with that then contact with us and we will do it for You:
http://opensolution.org/?p=contact

golemn

No avatar

2007-03-09 17:22

hi treewood,

thanks alot, now I managed to do the changes completely, the price-displays have to be deleted in several tpl-files such as in the print-tpl etc.

now it works just fine!!!

Thanks for your time, and have a nice weekend

golemn

Back to top
about us | contact