Skip to content

Instantly share code, notes, and snippets.

## 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: