JS
if($('.product-name').length > 0)
| /* | |
| Add varaibles to your style.css | |
| Then you can edit these variables in the Neto theme editor | |
| The first word before the pipe is the heading that you can group varaibles, which is not neccessary | |
| */ | 
The old Neto Store Finder used a postcode finder that would display 10 stores based off the inputted postcode.
If the user wanted to display more they can override the original function in Neto.js:
storeLocator_Init: function(param) {
            var defvals = {
                'zip_id': 'geo_zip',
Checkout - Prefix the customer user field input field ID with user_ to give you the field name on the Checkout page. So the field with ID - misc7 will have the input field attribute name - user_misc7 on the Checkout page.
My Account Page - The input field attribute name should be misc# (e.g misc6) and the input field value should be [@misc#@] (e.g. [@misc6@])