View Single Post
  #5  
Old 01-29-2006, 04:17 PM
 
gardel gardel is offline
 

Member
  
Join Date: May 2004
Location: San Francisco
Posts: 20
 

Default

I'd love to get this working on a pre-version 4 x-cart install (3.57 to be exact). I figured out that the replace in main/orders_export.tpl is a bit different (specifically, s_firstname and s_lastname in both the search and replace strings need to be changed to firstname and lastname).

The other issue I ran into is that the code in /include/orders_export.php (specfically: "func_display("main/orders_export_hdr.tpl",$smarty);") returns an error. I am guessing func_display is not avaialble on the smarty version in earlier x-carts.

Any replacement suggestions? Thanks.
Reply With Quote