BMR Calculator
Calculate your Basal Metabolic Rate - the number of calories your body needs at rest
Your BMR Results
Basal Metabolic Rate (BMR)
Calories/day at complete restDaily Calorie Needs
Calories/day with your activity level
Weight Loss
Weight Gain
Your Information
Herbalife Order Calculator
Calculate pricing for customer orders with automatic discounts and GST
Customer Information
Product Selection
Product Name | Qty | Retail Price | Earn Base | Volume Points | MRP | Action |
---|
Order Summary
Our Price Calculation
Subtotal (Retail Price):
₹0.00
Discount Amount:
-₹0.00
Gross Amount:
₹0.00
Total Volume Points:
0
Delivery Charges:
₹0.00
GST (18%):
₹0.00
Our Price/Net Amount:
₹0.00
MRP Calculation
Total MRP:
₹0.00
No Additional Charges:
₹0.00
No GST (Included in MRP):
₹0.00
MRP Total:
₹0.00
Google Sheets Integration Setup Guide
Step 1: Create Google Sheet Structure
- • Create a new Google Sheet
- • Rename the first sheet to 'Sheet1' (for products)
- • Create a second sheet named 'Sheet2' (for orders)
Step 2: Setup Sheet1 (Products) Headers
In Sheet1, add these headers in row 1 (A1 to G1):
A1: Product Name | B1: Retail Price | C1: Earn Base | D1: Volume Points | E1: MRP | F1: Customer Price | G1: SKU Code
Step 3: Add Sample Product Data
Add your Herbalife products starting from row 2 with corresponding values
Step 4: Setup Google Apps Script
- • In your Google Sheet, go to Extensions → Apps Script
- • Delete the default code and paste the Google Apps Script code provided below
- • Save the project (Ctrl+S)
Step 5: Deploy as Web App
- • Click "Deploy" → "New deployment"
- • Choose type: "Web app"
- • Execute as: "Me"
- • Who has access: "Anyone" (or "Anyone with Google account")
- • Click "Deploy" and copy the Web app URL
Step 6: Update Form Configuration
- • Replace 'YOUR_GOOGLE_APPS_SCRIPT_URL_HERE' in the form code with your Web app URL
- • Test the "Load Products from Sheet" button
Important Notes:
- • Make sure Sheet1 and Sheet2 names are exact
- • Column headers must be in the exact order specified
- • Numeric columns (B1-G1) should contain only numbers
- • Test with a few products first before adding all data