This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Product Page Integration | |
The plugin hooks into the WooCommerce product page to display a **location selector** and **stock availability**: | |
```php | |
// Displays location selector and stock info on product page | |
add_action('woocommerce_before_add_to_cart_form', array($this, 'wcmlim_display_location')); | |
``` | |
> 💡 The display logic is handled in: |