Product Icon

Waitlist for WooCommerce

With Waitlist for WooCommerce customers can register for email notifications when out-of-stock products become available.

waitlist

Everytie you update the plugin, I’ve been modifying the plugin in order to streamline the front end on the individual product page. Though it’s not the best for accessibility always, placeholder text is a much cleaner design, and for this, i modify the file classes>class-pie-wcwl-frontend-ui.php on line 783 so it’s like this:

/**
* Get HTML for waitlist email
*
* @access public
* @return string
* @since 1.3
*/
public function get_waitlist_email_field() {
return ‘

‘;
}

it would be great to be able to have checkbox for “use input placeholder rather than label”

You can see this change in action over at: https://dev.papayaart.com/product/beautiful-triangles-hanging-jewelry-case-copy/

thank you

Author

Neil Miller

Current Status

Completed

Last updated: July 20, 2022

1 comment

Log in to comment on this feature request.

  1. gray says:

    Alternatively, if you just made that function pluggable, I’d be able to get it overridden in my child theme. That would also work.