JS
B@se
Item Groups are used for specifying the minimum order quantity, the minimum spend amount and the minimum order multiplier for a group of products. You can add items to an item group from an items edit page.
But it can also be used to exclude from thumb_lists so it doesn't display on home/category pages. This could be useful as you might want a product to be only sold as a promotion or upsell. So you would want to hide ot from the home/category/search and then ensure on the product page for these products it doesn't have add to cart functionality.
Note that the Advanced Product addon must be activated in order for this to work.
B@SE JS
https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete-addressform
This uses Googles address auto complete to fill out a Neto checkout. Because of how Neto checkout works, we need to add in MutationObserver to check if the suburb has been updated by neto.checkout.js. Then we can add in the new field and then call the $.checkout_CalShipping()
function to calulate shipping cost.
- User places in their address,