View Single Post
  #57  
Old 01-03-2005, 05:07 PM
 
ghhoz ghhoz is offline
 

Advanced Member
  
Join Date: Oct 2004
Posts: 40
 

Default

Hi Mark & X-Man,

Thank you both your patience and assistance with helping me to understand and get this mod working on my cart.

I have checekd the order list as you explained in both admin and as a logged in customer for order history and I dont see anything.

So i went back to the drawing board and I ensured that i have the files where they should be and the information correct as explained by X-man.

Just one thing to check with you if you could please lend me your help - pretty please - i will beg LOL

Where in my below skin1/main/products.tpl file do i add the start to finish color code mod?

Code:
{* $Id: products.tpl,v 1.32 2004/06/28 09:18:19 svowl Exp $ *} {if $products ne ""} <SCRIPT type="text/javascript" language="JavaScript 1.2"> <!-- checkboxes_form = 'processproductform'; checkboxes = new Array({foreach from=$products item=v key=k}{if $k > 0},{/if}'productids[{$v.productid}]'{/foreach}); {include file="change_all_checkboxes.tpl"} --> </SCRIPT> <DIV style="line-height:170%">{$lng.lbl_check_all} / {$lng.lbl_uncheck_all}</DIV> <TABLE border="0" cellpadding="2" cellspacing="1" width="100%"> {if $main eq "category_products"} {assign var="url_to" value="category_products.php?cat=`$cat`&page=`$navpage`"} {else} {assign var="url_to" value="search.php?mode=search&page=`$navpage`"} {/if} <TR class="TableHead"> <TD width="5"></TD> <TD nowrap>{if $search_prefilled.sort_field eq "productcode"}{include file="buttons/sort_pointer.tpl" dir=$search_prefilled.sort_direction}{/if}{$lng.lbl_sku}</TD> <TD width="100%" nowrap>{if $search_prefilled.sort_field eq "title"}{include file="buttons/sort_pointer.tpl" dir=$search_prefilled.sort_direction}{/if}{$lng.lbl_product}</TD> {if $main eq "category_products"} <TD nowrap>{if $search_prefilled.sort_field eq "orderby"}{include file="buttons/sort_pointer.tpl" dir=$search_prefilled.sort_direction}{/if}{$lng.lbl_pos}</TD> {/if} <TD nowrap>{if $search_prefilled.sort_field eq "quantity"}{include file="buttons/sort_pointer.tpl" dir=$search_prefilled.sort_direction}{/if}{$lng.lbl_quantity}</TD> <TD nowrap>{if $search_prefilled.sort_field eq "price"}{include file="buttons/sort_pointer.tpl" dir=$search_prefilled.sort_direction}{/if}{$lng.lbl_price} ({$config.General.currency_symbol})</TD> </TR> {section name=prod loop=$products} <TR{cycle values=", class=TableSubHead"}> <TD width="5"><INPUT type="checkbox" name="productids[{$products[prod].productid}]"></TD> <TD>{$products[prod].productcode}</TD> <TD width="100%">{if $products[prod].main eq "Y" or $main ne "category_products"}{/if}{$products[prod].product|truncate:35:"...":false}{if $products[prod].main eq "Y" or $main ne "category_products"}{/if}</TD> {if $main eq "category_products"} <TD><INPUT type="text" size="9" maxlength="10" name="posted_data[{$products[prod].productid}][orderby]" value="{$products[prod].orderby}"></TD> {/if} <TD><INPUT type="text" size="9" maxlength="10" name="posted_data[{$products[prod].productid}][avail]" value="{$products[prod].avail}"></TD> <TD><INPUT type="text" size="9" maxlength="15" name="posted_data[{$products[prod].productid}][price]" value="{$products[prod].price}"></TD> </TR> {/section} </TABLE> {/if}

Thanks in advance for your help guys
__________________
Cheers from Melanie
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Xcart V4.0.4 (Unix) - LIVE
AOM, Fancy Categories
Marketing Manager,
Reward Points & Refer Rewards
Advanced Site Map
Easy Checkout

Gift & Homeware House
www.giftandhomewarehouse.com.au
Reply With Quote