Assign Pages: Checked to checkbox to hide progress bar on some main pages.
Conditional Tags: to specific which pages to hide progress bar. You can use the Page’s ID, Slug.
* IMPORTANT NOTE:
Our plugin supports assigning the free shipping bar on certain pages using WP’s Conditional tags. To handle WP’s Conditional Tags, this plugin uses eval() which is very dangerous because it allows the execution of arbitrary PHP code. Therefore, please only fill this field with proper conditional tags which are validated and/or provided by trusted developers.
Example:
is_page('About')
is_page(50)
is_page( array('About', 'Contact', 50, 75) )