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
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;
}
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 ?
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