
Originally Posted by
lat9
If the customer checked out as a guest, they can access their download via the orders_status page. I'll see what's going on with the scenario you posed (i.e. a checkout with a free download) later today.
When I checked-out a Sample of Document Product Type using Guest Checkout, the text on the checkout_success page reads:
Code:
You can view the status of this order by going to the Order Status page and supplying this order number and your email address.
Please direct any questions to customer service.
That text is defined in /includes/languages/english/checkout_success_guest.php (or overridden in YOUR_TEMPLATE) and is displayed by the tpl_checkout_success_guest.php file, present in /template_default but possibly overridden by YOUR_TEMPLATE.