Jump to content

Category


Guest rifat62

Recommended Posts

Are you using a static or dynamic width skin? Can you post a link please.

You can do it by editing the styles in layout.css, look for .subcat and .subcats

Change the widths, if you're using dynamic skin width use 33%, if you're using a static with, use what ever pixel figure (eg 130px) that is a third of the area width.

Link to comment
Share on other sites

Guest rifat62

I think i should editing in viewCat.tpl

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

<tr>

<td align="center" class="tdListTitle">{LANG_IMAGE}</td>

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

<td align="center" class="tdListTitle">{LANG_PRICE}</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>

<td align="center" class="{CLASS}">{TXT_PRICE}

<div class="txtSale">{TXT_SALE_PRICE}</div></td>

<td align="right" nowrap='nowrap' class="{CLASS}">

<form action="{CURRENT_URL}" method="post" name="prod{PRODUCT_ID}">

<!-- BEGIN: buy_btn -->

<input type="hidden" name="add" value="{PRODUCT_ID}" />

<input type="hidden" name="quan" value="1" /><a href="java script:submitDoc('prod{PRODUCT_ID}');" target="_self" class="txtButton">{BTN_BUY}</a><!-- END: buy_btn --> <a href="index.php?act=viewProd&amp;productId={PRODUCT_ID}" target="_self" class="txtButton">{BTN_MORE}</a></form></td>

</tr>

<!-- END: products -->

</table>

Link to comment
Share on other sites

Guest rifat62

I think you don´t understand what i mean.

I want in the produkt list 3pcs products like this:

PICTURE PICTURE PICTURE

............................................................

PICTURE PICTURE PICTURE

............................................................

Standard in cubecart is:

PICTURE

PICTURE

PICTURE

PICTURE

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...