Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author whatwouldjessedo

    (@whatwouldjessedo)

    You can have more value columns by adding one line of code and then deactivating/reactivating the plugin.

    On line #110 in ‘simple-retail-menus.php, right after

    add_option('jsrm_val_cols', '2');

    Add the following line, replacing ‘3’ with whatever number of values you would like:

    update_option('jsrm_val_cols', '3');

    Then deactivate and reactivate the plugin.

    Thread Starter airtagmedia

    (@airtagmedia)

    Thank you for the reply and the help – much appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding new 'valcols'’ is closed to new replies.