Jump to content

How to edit/Write on the "PLEASE CHOOSE YOUR PAYMENT METHOD"


Recommended Posts

hi,

In the payment area, where you have to select which  payment options you want, i want to separate each area with an "option number".

 

e.g.

Option 1: 

"Pay on delivery"(this is an installed module, of course)..

Option 2:

" pay with so and so option"

Option 3:

" pay with so and so option"

Option 4:

" pay with so and so option"

 

I just want to know if there is a way i can write btw each payment option.

Thanks.

I hope you understand me.

 

 

Link to comment
Share on other sites

in your template, you have the order-payment.tpl file, and here calls the payment methods

 

{if $opc}<div id="opc_payment_methods-content">{/if}
<div id="HOOK_PAYMENT">
{$HOOK_PAYMENT}
</div>
 
 
 
every module have a tpl when shows the payment method, a payment.tpl file, you can add the text here
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...