Order rest search
This view lists the businesses that were searched according to the address, shows the most relevant information of each business such as business type, punctuation, description among others.
Main models
filterBusinessType
:filterBusiness
:sortBy
: Model to order by different and the possible values are listed below- "": Do not order
distance*1
: order by the distance of business from the user-reviews.total*1
: orders depending on the business rating-id*1
: orders from the newest to the oldestname
: sort by nameminimum*1
: orders according to the minimum purchase that can be made in a negosiodelivery_time_min*1
: Order for the delivery time estimated by a businesspickup_time_min*1
: orders for the collection time estimated by a businessfilteredBusiness
: contains the filtered business in an array
Utility Functions
selectBusinessType($event, type)
: select the category to filteronBusiness(item)
: Open the business view to select the products if it is open, if not open a modal of preoder to select the dates and times available
Example of base theme
selectBusinessType($event, type)
filterBusiness
sortBy
filteredBusiness
onBusiness(item)
Updated almost 6 years ago