View Single Post
  #20  
Old 11-03-2004, 10:04 AM
 
sstillwell@aerostich.com sstillwell@aerostich.com is offline
 

eXpert
  
Join Date: Jun 2004
Location: Duluth, MN
Posts: 242
 

Default Bug 4.0.6 Gift Certificate

This one is very minor, probably easily fixable too.

When someone orders a gift certificate via postal mail, under the "Order Details" page on the admin side, it shows the address twice.

Like

Shane Stillwell
123 Main St. 123 Main St.
Duluth, MN 55806

Looks to be skin1/main/orders_info
line 135
Code:
{$giftcerts[giftcert].recipient_address} {$giftcerts[giftcert].recipient_address}, {$giftcerts[giftcert].recipient_city},
should be
Code:
{$giftcerts[giftcert].recipient_address}, {$giftcerts[giftcert].recipient_city},
__________________
No longer using Xcart, was good while it lasted.
Reply With Quote