• Resolved Wayne

    (@waynep16)


    The “special instructions” is great but sometimes it is not needed. It would be good if we can disable it PER food item. Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Wayne

    (@waynep16)

    Also, “special instructions” is an A hyper link which is not needed…

    see here https://snipboard.io/PGZILr.jpg it should NOT be an A href link as it doesn’t go to anywhere

    Plugin Contributor Bibhu Prakash Ota

    (@bibhu1995)

    Hello @waynep16,

    Install the updated RestroPress Plugin that I have shared through your email and you can use this filter to remove the Special instruction section.

    add_filter( 'rpress_special_instructions','remove_special_inst', 99 );
    
    function remove_special_inst() {
    return false;
    }
    Plugin Contributor Bibhu Prakash Ota

    (@bibhu1995)

    Hello @waynep16,

    Let us know if your issue will be able to resolve or not.

    Regards,
    Bibhu

    Thread Starter Wayne

    (@waynep16)

    How can we use this function on a per product basis please ?

    Plugin Contributor Bibhu Prakash Ota

    (@bibhu1995)

    Hello,

    As per your requirement, the feature will be able to by doing some custom development work.

    Please create a ticket through our official site if you want to do the custom work.

    Regards,
    Bibhu

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Feature request, disable Special Instructions per item’ is closed to new replies.