View Single Post
  #5  
Old 08-03-2008, 10:34 AM
 
loopsound loopsound is offline
 

Advanced Member
  
Join Date: Feb 2004
Posts: 85
 

Question Re: search result titles wrong

I am also experiencing a similar problem while developing a new site in 4.1.10. My results don't display at all and I have not edited customer/main/search_result.tpl

I have the following code:

Code:
<!-- SEARCH RESULTS SUMMARY --> <a name="results"></a> {if $mode eq "search"} {if $total_items gt "1"} {$lng.txt_N_results_found|substitute:"items":$total_items}<br /> {$lng.txt_displaying_X_Y_results|substitute:"first_item":$first_item:"last_item":$last_item} {elseif $total_items eq "0"} {$lng.txt_N_results_found|substitute:"items":0} {/if} {/if}

Also, I also wonder if anyone could tell me how to move this code and the similar one in main/orders.tpl within the dialog box. I have tried putting it within the capture but it just disappears. Am I missing something?

All help is gratefully received
__________________
xcartgold 4.5.4
xcartgold 4.5.5
Reply With Quote