Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

Change recomended list to show 3 in a row instead of vertica

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 04-11-2004, 01:37 PM
 
info@bodymarcat.com info@bodymarcat.com is offline
 

Member
  
Join Date: Apr 2004
Posts: 19
 

Default Change recomended list to show 3 in a row instead of vertica

I have figured out (with all the great posts in here) how to add thumbnails the way I want in the recomended list. What I want to do now is change it to display 2 or 3 in a row instead of vertical.

Below is the piece of code for the related_products.tpl (in bold is what I added to default)

{* $Id: related_products.tpl,v 1.7 2002/10/22 10:27:05 olga Exp $ *}
{if $product_links ne ""}
{capture name=dialog}
<table border=0 cellspacing=5>
{section name=cat_num loop=$product_links}
<tr class="ItemsList">
<td width=1%>#{$product_links[cat_num].productid}</td>
<td width=99%>
<a href="product.php?productid={ $product_links[cat_num].productid }" >
{ $product_links[cat_num].product|escape}

[img]../image.php?productid={$product_links[cat_num].productid}[/img]

</a>
</td>
</tr>
{/section}
</table>
{/capture}
{include file="dialog.tpl" title=$lng.lbl_related_products content=$smarty.capture.dialog extra="width=100%"}
{/if}

If anyone could tell me what and where to change I would appreciate it.
Reply With Quote
  #2  
Old 04-11-2004, 02:27 PM
 
info@bodymarcat.com info@bodymarcat.com is offline
 

Member
  
Join Date: Apr 2004
Posts: 19
 

Default I forgot

The alt tag is returning array instead of product name.
How do I return the product name in an alt tag.
Reply With Quote
  #3  
Old 04-11-2004, 02:41 PM
 
info@bodymarcat.com info@bodymarcat.com is offline
 

Member
  
Join Date: Apr 2004
Posts: 19
 

Default Fixed alt tag

fixed lat tag with this

alt="{$product_links[cat_num].product}"
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 11:56 PM.

   

 
X-Cart forums © 2001-2020