@partbot/grid-garage 0.1.10 → 0.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -12
- package/dist/js/vehicle-garage.es.js +1746 -1729
- package/dist/js/vehicle-garage.js +16 -16
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -188,18 +188,6 @@ MMY compatibility props:
|
|
|
188
188
|
- `enableFeatureFlags`
|
|
189
189
|
- `callbackUrl`
|
|
190
190
|
|
|
191
|
-
When a shopper selects an MMY vehicle on a collection page, the component writes
|
|
192
|
-
the same Shopify metafield facet params as the Partbot vehicle-search theme
|
|
193
|
-
block and navigates to the filtered URL. It uses params such as
|
|
194
|
-
`filter.p.m.app--123456--partbot.vehicle_makes`,
|
|
195
|
-
`filter.p.m.app--123456--partbot.vehicle_models`, and
|
|
196
|
-
`filter.p.m.app--123456--partbot.vehicle_year_tokens`. The year token uses a
|
|
197
|
-
value such as `TOYOTA|LANDCRUISER|2024`.
|
|
198
|
-
|
|
199
|
-
Set `window.PARTBOT_APP_ID`, or pass either `vehicleScopeTokens` or `yearTokens`
|
|
200
|
-
as a full Partbot Shopify filter parameter, when the store's app namespace is
|
|
201
|
-
not the default Partbot app id.
|
|
202
|
-
|
|
203
191
|
Plate compatibility props:
|
|
204
192
|
|
|
205
193
|
- `useGeolocation`
|