How to add a link to Payments?

marikas

No avatar

2009-02-25 13:34

On the orders page there are delivery and payments and I need to add a link to each of the payments so that customer could click on it and find some more information. I didn't know how else to do it so I added the link straight to the payment page name in my admin. It works fine but the only thing is that when someone orders and they receive an email as a confirmation then in that email there is not only the Payment name but also with the link. Can anyone tell me if there is another way to do this?

Much appreciated.

» Quick.Cart v3.x

:P

beholder

Avatar: beholder

2009-02-25 15:08

Why don't you add it in administration to order form page? Everything will be displayed on top of the form. Then use my small customisation in actions_client/p.php after line:

$aOrder['sComment'] = ereg_replace( '\|n\|', '<br />' , $aOrder['sComment'] );

Add following:

$aData['sDescriptionFull']="";


It is added this to ensure no order form instruction is displayed at the finalized order notice, because it is handy to have some instructions for order form displayed on order form. These instructions are editable in admin interface, as I said, very handy.

Or just add the links directly after the couriers/payments table in templates/orders_form.tpl in a simple payments list that you create in HTML by hand.

Back to top
about us | contact