Tom IT Helpdesk
English
Dutch
Go to website
Back
Articles on:
Inventory Information App
Display Multi Location Inventory, Store Pickup & Geolocation
Inventory Information - Developer Javascript Events
If you are a developer, and want to use our app for custom functionality, you can access these events: tomitVariantChanged Listen to this event to reparse data if you need to tomitLoaded for instance If you would like to get inventory information for multiple products, you can use our object once it's loaded:
Very popular
Inventory Information - styling the inventory list
Since every store has their own look and feel, and everyone has their own wishes for the styling, we've decided to leave any styling up to you. here are a few things you can do. Remove dots from location list If you want to remove the dots from the location list, add this snippet to your theme.scss.liquid file (somewhere at the bottom):
Very popular
Inventory Information - How Do Pickup Locations Work?
When you enable pickup options, your customer will be able to select a pickup location on the product page: Once the order is placed our app will reserve the inventory on the correct selected location. the order will have fulfillment status "open" This is what the order detail page looks like: ![](https://stora
Very popular
Inventory Information - Stop disable add to cart for certain products
If you want to enable the feature that blocks the add to cart button for products, but have some products you do not want to disable the add to cart button for, you can block the functionality with this script:
Popular
Edit order confirmation email for pick-up
If you're using the pick-up feature you might want to customize the email for order confirmation. In this article I will show you how. To display a custom message for the order confirmation email, you can use this snippet of code
Few readers