• Great plugin, I’m using it but the check/X in the admin under purchasable is incorrect, shows random values, about half of the products are shown as non-purchasable but NONE have the checkbox checked under the item. Anything I can do/check to correct this?

    Thanks
    Scott

Viewing 1 replies (of 1 total)
  • Thread Starter scottfrontline

    (@scottfrontline)

    Fixed,
    In the plugin adminFunctions.php I changed:
    if ( $_not_buyable) {

    to
    if ( $_not_buyable == ‘yes’ ) {

    Now all the status’ are showing correctly.

Viewing 1 replies (of 1 total)
  • The topic ‘Status indicator column in admin is incorrect’ is closed to new replies.