What is shortcode?
[gallery]
shortcode in the page editor.
[iamport_payment_button]Pay[/iamport_payment_button]
iamport_payment_button
shortcode as follows: [iamport_payment_button title="Pay" description="Enter the following information." name="2018 Esperanto Seoul Seminar" amount="10000" pay_method_list="kakaopay,samsung,card, trans,vbank,phone" field_list="name,email,phone"]Pay Fee[/iamport_payment_button]
iamport_payment_button attribtutes
title
: title for the payment window.description
: description for the payment window.pay_method_list
: payment method list.
field_list
: Input field list.
name
: order name.amount
: payment amount set as one of:
style
: HTML style attribute for payment button.
class
: CSS class attribute for payment button.
redirect_after
: URL to redirect to after payment.iamport_payment_button_field
) between the payment button short code (iamport_payment_button
) as follows: [iamport_payment_button]Pay Fee[iamport_payment_button_field]Company[/iamport_payment_button_field][iamport_payment_button_field]Esperanto level[/iamport_payment_button_field][iamport_payment_button_field]Attend post-event reception?[/iamport_payment_button_field][iamport_payment_button_field]How you learned about the event[/iamport_payment_button_field][/iamport_payment_button]
iamport_payment_button_field
shortcode as follows: [iamport_payment_button]Pay Fee[iamport_payment_button_field type="text"]Company[/iamport_payment_button_field][iamport_payment_button_field type="radio" options="high, medium, low"]Esperanto level[/iamport_payment_button_field][iamport_payment_button_field type="select" options="yes, no"]Attend post-event reception?[/iamport_payment_button_field][iamport_payment_button_field type="check" options="Friend's suggestion, Facebook, Homepage"]How you learned about the event[/iamport_payment_button_field][/iamport_payment_button]
iamport_payment_button_field attributes
type
: input field type.
options
: field options.
required
: whether or not the field is required.
placeholder
: default value for a text type field.
datafor
: name of the field to populate with this field's value.
[iamport_payment_button title="Pay" description="Fill in the following information." name="2018 Esperanto Seoul 2018" amount="10000" pay_method_list="kakaopay,samsung,card,trans,vbank,phone" field_list="name,email,phone"]Pay Fee[/iamport_payment_button]
[iamport_payment_button title="Pay" description="Fill in the following information." name="2018 Esperanto Seoul 2018" amount="10000" pay_method_list="kakaopay,samsung,card,trans,vbank,phone" field_list="name,email,phone"]Pay Fee[iamport_payment_button_field type="text"]Company[/iamport_payment_button_field][iamport_payment_button_field type="radio" options="high, medium, low"]Esperanto level[/iamport_payment_button_field][iamport_payment_button_field type="select" options="yes, no"]Attend post-event reception?[/iamport_payment_button_field][iamport_payment_button_field type="check" options="Friend's suggestion, Facebook, Homepage"]How you learned about the event[/iamport_payment_button_field][/iamport_payment_button]