• Resolved heywatchoutdude

    (@heywatchoutdude)


    Hi,

    is it possible to configure a “checklist” within the “app_list” shortcut?

    Im using the following shortcode:
    [app_list what=”all” no_table=”0″ order_by=”start” title=”0″ columns=”client,date,status” columns_mobile=”client,date,status”]

    I want to add a checkbox for each entry which I can set to “TRUE” or “FALSE”.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Hakan Ozevin

    (@puckrobin)

    Hi,

    You want to add check box to do what exactly?

    For possible actions like “confirm”, “cancel”, “pay”, a button is already automatically added.

    If you want to add your custom column (and check box inside) you can use app_list_allowed_columns and app_list_add_cell filters. You can have a look at front-cancel.php or front-confirm.php files as example.

    Cheers,
    Hakan

    Thread Starter heywatchoutdude

    (@heywatchoutdude)

    Hi,

    we want to cross-check if the “customer” has already paid.

    That’s why I need a “checkbox” within the app_list shortcode.

    If you want to add your custom column (and check box inside) you can use?app_list_allowed_columns?and?app_list_add_cell?filters.?
    – Can I enter a custom name for that column? If yes, how should it look regarding to my example (see main post).

    Plugin Author Hakan Ozevin

    (@puckrobin)

    If I understand correctly, you want to mark a paid notice at the admin side and you want it to be seen in the list at the front end by the client and/or other admins.

    If you want to use a checkbox, you will need premium addon User Defined Fields for this purpose:
    https://wp-base.com/downloads/user-defined-fields/

    If you have further questions for this solution, please contact us using the Contact Form on our website as we are not allowed to give support for paid addons on WordPress forums.

    Alternatively, without a premium addon but for a text field, you can use one of the unused fields (phone, address, zip, note) and just write “Paid” there.

    You can customize the field name in Display Settings > Custom Texts page.

    Cheers,
    Hakan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘“checklist” within the “app_list” shortcut’ is closed to new replies.