Skip to content

i4w_list_ccards

This shortcode produces a list of credit cards on file belonging to the current, logged in, subscriber to your site.

Through various parameters, you can specify the order of display, filter cards based on known validity, determine the headers for the table listing, whether you want to allow the card to be edited and on which page or URL they should be edited.

Every display aspect is governed by CSS, which you may override as part of the shortcode call.

[ELSE_list_ccards] conditional branching is NOT supported.

Shortcode nesting is NOT supported.

ParameterDescriptionDefaultRequired
statusFilter the list based on valid status. Can be ‘all’, ‘valid’ or ‘invalid’. Only the first character is needed.allNo
headersColumn headers for the generated table.Name on Card,Card,Last 4,Expiration,StatusNo
sortOrder of display, ‘asc’ for ascending and ‘desc’ for descending, based on the date the card(s) were added to the database.ascNo
alloweditWhether an edit link is added to the table.trueNo
editurlThe page/post on which the edit is to take place. Automatically passes a URL GET parameter of ‘ccid’ with the selected credit card’s ID.current page/postNo
Shortcode
[i4w_list_ccards]
Shortcode
[i4w_list_ccards status='valid']
Shortcode
[i4w_list_ccards sort='desc']
Shortcode
[i4w_list_ccards allowedit='true' editurl='http://myapp.infusionsoft.com/nhywaty']