Closed (fixed)
Project:
e-Commerce
Version:
6.x-4.0-beta5
Component:
ec_checkout
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2009 at 17:10 UTC
Updated:
23 Feb 2009 at 04:10 UTC
To whom it may concern,
Is it possible to view the receipt type icon on checkout?
may be there is another way but adding a css class may help.
file: ec_receipt.checkout.inc
line: 75
$form['ec_receipt']['ec_receipt_name'] = array(
'#value' => ec_receipt_checkout_types(ec_receipt_get_types('type', $txn->payment_method)),
'#weight' => -8,
'#prefix' => '<div class="rtype-'. $txn->payment_method .'">',
'#sufffix' => '</div>',
);
thanx
Comments
Comment #1
gordon commentedThanks I have added this.