Jump to content

Removing BUY / MORE button and price.. killer skin


Recommended Posts

Okay, I want to use only the options feature for my products. Each product has different options, and I do not want customers being confused by the base price that is listed next to each product when they click on a category.

How do I remove these "Buy" and "More" buttons, as well as "Price" and the actual $$$ amount next to the item listing?

(See picture)

KILLER SKIN

RMV_SKIN.jpg

Link to comment
Share on other sites

Forum rules proscribe posting of anything promotional but I think am permitted to say that if you visit the source for third-party CC support (www.cubecartforums.org) you will find what you are looking for. Look for such things as:

catalog mod

catalog only

no prices

etc.

You'll have to be inventive in your search because oddly enough for a web site devoted to CC3 and CC4 mods, the words CC3 and CC4 and mod are not searchable because they have fewer than four characters.

Link to comment
Share on other sites

I have actually looked there, and i couldn't find anything. I was hoping it was an easy template edit... :wacko:
As I said, you will have to be creative in your search. Try the word 'catalog" and read ALL the posts. There are at least two mods. both have already editied the files.

Here's an example that uses it www.allironworks.com

Joe

Link to comment
Share on other sites

What was the things you did to remove them on the .tpl file?

To save time, here is the updated KILLER skin .TPL file. This should work in replacement of your own. I don't have time right now to look at the backup file and this file to go step by step, but this file will now remove the "BUY" button, "MORE" button, and the "PRICE" as well as the "$$$$$" amount next to the buy button/more button. Remember, the "MORE" button simply acts as a link, was always kind of pointless in my opinion.

This also lines everything up just right so it doesn't look like something's missing.

<!-- BEGIN: view_cat -->

<div class="boxContent">

<span class="txtContentTitle">{TXT_CAT_TITLE}</span>

<br clear="all" />

<!-- BEGIN: sub_cats -->

<div id="subCats">

	<!-- BEGIN: sub_cats_loop -->

	<span class="subCat">

		<a href="index.php?act=viewCat&amp;catId={TXT_LINK_CATID}" class="txtDefault"><img src="{IMG_CATEGORY}" alt="{TXT_CATEGORY}" border="0" title="{TXT_CATEGORY}" /></a><br />

		<a href="index.php?act=viewCat&amp;catId={TXT_LINK_CATID}" class="txtDefault">{TXT_CATEGORY}</a> ({NO_PRODUCTS})

	</span>

	<!-- END: sub_cats_loop -->

</div>

<!-- END: sub_cats -->

<br clear="left" />

<!-- BEGIN: cat_img -->

<img src="{IMG_CURENT_CATEGORY}" alt="{TXT_CURENT_CATEGORY}" border="0" title="{TXT_CURENT_CATEGORY}" />

<!-- END: cat_img -->

<div><strong>{LANG_CURRENT_DIR}</strong> {CURRENT_DIR}</div>

<div class="pagination">{PAGINATION}</div>

<!-- BEGIN: productTable -->

<table border="0" width="100%" cellspacing="0" cellpadding="3" class="tblList">

  <tr>

	<td class="tdListTitle"><strong>{LANG_IMAGE}</strong></td>

	<td class="tdListTitle"><strong>{LANG_DESC}</strong></td>

	

	<td class="tdListTitle">&nbsp;</td>

  </tr>

  <!-- BEGIN: products -->

  <tr>

	<td align="center" class="{CLASS}"><a href="index.php?act=viewProd&amp;productId={PRODUCT_ID}" target="_self"><img src="{SRC_PROD_THUMB}" alt="{TXT_TITLE}" border="0" title="{TXT_TITLE" /></a></td>

	<td valign="top" class="{CLASS}"><a href="index.php?act=viewProd&amp;productId={PRODUCT_ID}" target="_self" class="txtDefault"><strong>{TXT_TITLE}</strong></a><br />

	{TXT_DESC}<div class="txtOutOfStock">{TXT_OUTOFSTOCK}</div></td>

	

</tr>

<!-- END: products -->

</table>

<!-- END: productTable -->

<!-- BEGIN: noProducts -->

<div>{TXT_NO_PRODUCTS}</div>

<!-- END: noProducts -->



<div class="pagination">{PAGINATION}</div>

</div>

<!-- END: view_cat -->

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...