Hi,
I'm trying to implement some payment options for buyers. (see photo attach)
The idea is that depending on each option selected the "Checkout" button will redirect the user to a different page which will contain the payments details.
I can't define correctly the conditions.
i created a group with the payment options:
<cms:editable name='payment_method' label='Metode de plata' type='group' />
<cms:editable
name='explain_options'
type='message'
group='payment_method'
label='Metode de plata'
/>
<cms:editable
name='pp_options'
label=':'
height='100'
type='textarea'
group='payment_method'
/>
i imagine it has tot do with this part here:
<cms:if k_success >
....................................
</cms:if>
... but i can't make it work.
Can you offer me some guidance?
Thank you!
I'm trying to implement some payment options for buyers. (see photo attach)
The idea is that depending on each option selected the "Checkout" button will redirect the user to a different page which will contain the payments details.
I can't define correctly the conditions.
i created a group with the payment options:
<cms:editable name='payment_method' label='Metode de plata' type='group' />
<cms:editable
name='explain_options'
type='message'
group='payment_method'
label='Metode de plata'
/>
<cms:editable
name='pp_options'
label=':'
height='100'
type='textarea'
group='payment_method'
/>
i imagine it has tot do with this part here:
<cms:if k_success >
....................................
</cms:if>
... but i can't make it work.
Can you offer me some guidance?
Thank you!