Create and manage professional vehicle rental experiences using Shopify Theme App Blocks.
Add customizable car and truck rental sections directly to your Shopify store. Configure your blocks from the Shopify Theme Editor with no coding or backend required.
Available App Blocks
– Car Rental
– Truck Rental
– Vehicle Listing
– Vehicle Booking
Quick Actions
[Open Theme Editor]
[Installation Guide] [CSV to JSON Generator] [Data to JSON Generator]
How It Works
1. Open the Shopify Theme Editor.
2. Add the Vehicle Rental Booking by F2 app block to your desired page or section.
3. Configure the block settings according to your requirements.
4. Add or import your vehicle data using the available JSON tools.
5. Save your theme and publish the changes.
Everything you need to install, configure, and use the app is provided below.
Thank you for reviewing Vehicle Rental Booking by F2.
This app allows merchants to add customizable Car Rental and Truck Rental booking sections to their Shopify storefront. Customers can search available vehicles, view vehicle details, and submit rental booking requests directly from the storefront.
The Car Rental and Truck Rental blocks use JSON data to display rental vehicles.
The app includes a CSV to JSON Converter in the App Home. Merchants can use this tool to convert their vehicle data from CSV format into JSON format.
If you already have your vehicle data in another format, you can also convert your data into JSON before adding it to the block. You may use the provided converter or another suitable data-to-JSON method.
You can also use an AI tool such as ChatGPT to help convert your own CSV or vehicle data into JSON.
Important: When creating your own JSON data, the required field names and ID/key names must remain consistent with the provided demo JSON structure. For example, if the demo data uses an ID such as "house", do not change that field to "home" or another name. The field names should follow the same structure used in the demo JSON so the app can correctly read and display the vehicle information.
To make this easier, we provide demo JSON templates for testing. You can review the demo JSON, copy it into the vehicle JSON field, and use it immediately to test the app. If you want to add your own vehicles, follow the same JSON structure and create additional vehicle entries using your own data while keeping the required field names unchanged.
[
{
"id": "truck-001",
"brand": "Ford",
"model": "F-150",
"category": "pickup",
"categoryLabel": "Pickup Truck",
"transmission": "Automatic",
"fuel": "Gasoline",
"loadCapacity": 1000,
"loadCapacityLabel": "1,000 kg",
"cargoSpace": "6.5 ft bed",
"price": 75,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1553440569-bcc63803a83d?auto=format&fit=crop&w=1200&q=80",
"description": "Reliable pickup truck suitable for deliveries, construction work and everyday hauling.",
"locations": ["Dhaka City", "Gazipur", "Narayanganj"],
"minimumDriverAge": 21,
"available": true
},
{
"id": "truck-002",
"brand": "Toyota",
"model": "Hilux",
"category": "pickup",
"categoryLabel": "Pickup Truck",
"transmission": "Automatic",
"fuel": "Diesel",
"loadCapacity": 1000,
"loadCapacityLabel": "1,000 kg",
"cargoSpace": "5.5 ft bed",
"price": 82,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1519641471654-76ce0107ad1b?auto=format&fit=crop&w=1200&q=80",
"description": "Durable pickup truck with strong hauling capability for commercial and outdoor work.",
"locations": ["Dhaka City", "Gazipur", "Chattogram City"],
"minimumDriverAge": 23,
"available": true
},
{
"id": "truck-003",
"brand": "Nissan",
"model": "Frontier",
"category": "pickup",
"categoryLabel": "Pickup Truck",
"transmission": "Automatic",
"fuel": "Gasoline",
"loadCapacity": 950,
"loadCapacityLabel": "950 kg",
"cargoSpace": "5 ft bed",
"price": 78,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1605893477799-b99e3b8b93fe?auto=format&fit=crop&w=1200&q=80",
"description": "Practical pickup truck for small business deliveries, moving and light construction work.",
"locations": ["Dhaka City", "Uttara", "Mirpur"],
"minimumDriverAge": 21,
"available": true
},
{
"id": "truck-004",
"brand": "Chevrolet",
"model": "Silverado 1500",
"category": "pickup",
"categoryLabel": "Pickup Truck",
"transmission": "Automatic",
"fuel": "Gasoline",
"loadCapacity": 1200,
"loadCapacityLabel": "1,200 kg",
"cargoSpace": "6.5 ft bed",
"price": 95,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1533473359331-0135ef1b58bf?auto=format&fit=crop&w=1200&q=80",
"description": "Powerful full-size pickup designed for heavy hauling and demanding work.",
"locations": ["Dhaka City", "Gazipur", "Narayanganj"],
"minimumDriverAge": 25,
"available": true
},
{
"id": "truck-005",
"brand": "Ram",
"model": "1500",
"category": "pickup",
"categoryLabel": "Pickup Truck",
"transmission": "Automatic",
"fuel": "Gasoline",
"loadCapacity": 1150,
"loadCapacityLabel": "1,150 kg",
"cargoSpace": "6.5 ft bed",
"price": 98,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1551830820-330a71b99659?auto=format&fit=crop&w=1200&q=80",
"description": "Comfortable full-size pickup with strong payload capability and spacious cargo bed.",
"locations": ["Dhaka City", "Gulshan", "Gazipur"],
"minimumDriverAge": 25,
"available": true
},
{
"id": "truck-006",
"brand": "Ford",
"model": "Transit Cargo",
"category": "cargo",
"categoryLabel": "Cargo Truck",
"transmission": "Automatic",
"fuel": "Diesel",
"loadCapacity": 1500,
"loadCapacityLabel": "1,500 kg",
"cargoSpace": "280 cu ft",
"price": 105,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1609521263047-f8f205293f24?auto=format&fit=crop&w=1200&q=80",
"description": "Large cargo vehicle ideal for commercial deliveries, equipment transportation and moving.",
"locations": ["Dhaka City", "Gazipur", "Narayanganj", "Chattogram City"],
"minimumDriverAge": 23,
"available": true
},
{
"id": "truck-007",
"brand": "Mercedes-Benz",
"model": "Sprinter Cargo",
"category": "cargo",
"categoryLabel": "Cargo Truck",
"transmission": "Automatic",
"fuel": "Diesel",
"loadCapacity": 1800,
"loadCapacityLabel": "1,800 kg",
"cargoSpace": "320 cu ft",
"price": 125,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1619767886558-efdc259cde1a?auto=format&fit=crop&w=1200&q=80",
"description": "Premium high-roof cargo vehicle offering excellent interior capacity for business transportation.",
"locations": ["Dhaka City", "Dhaka Airport", "Gazipur"],
"minimumDriverAge": 25,
"available": true
},
{
"id": "truck-008",
"brand": "Ram",
"model": "ProMaster",
"category": "cargo",
"categoryLabel": "Cargo Truck",
"transmission": "Automatic",
"fuel": "Gasoline",
"loadCapacity": 1600,
"loadCapacityLabel": "1,600 kg",
"cargoSpace": "300 cu ft",
"price": 115,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1533473359331-0135ef1b58bf?auto=format&fit=crop&w=1200&q=80",
"description": "Large commercial cargo truck for deliveries, moving jobs and equipment transportation.",
"locations": ["Dhaka City", "Narayanganj", "Gazipur"],
"minimumDriverAge": 23,
"available": true
},
{
"id": "truck-009",
"brand": "Isuzu",
"model": "N-Series",
"category": "box",
"categoryLabel": "Box Truck",
"transmission": "Automatic",
"fuel": "Diesel",
"loadCapacity": 2500,
"loadCapacityLabel": "2,500 kg",
"cargoSpace": "14 ft box",
"price": 145,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1601584115197-04ecc0da31d8?auto=format&fit=crop&w=1200&q=80",
"description": "Medium-duty box truck designed for furniture, retail deliveries and commercial moving.",
"locations": ["Dhaka City", "Gazipur", "Narayanganj"],
"minimumDriverAge": 25,
"available": true
},
{
"id": "truck-010",
"brand": "Hino",
"model": "300 Series",
"category": "box",
"categoryLabel": "Box Truck",
"transmission": "Manual",
"fuel": "Diesel",
"loadCapacity": 3000,
"loadCapacityLabel": "3,000 kg",
"cargoSpace": "16 ft box",
"price": 165,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1601584115197-04ecc0da31d8?auto=format&fit=crop&w=1200&q=80",
"description": "Reliable medium-duty box truck with large enclosed cargo space for commercial transport.",
"locations": ["Dhaka City", "Chattogram City", "Gazipur"],
"minimumDriverAge": 25,
"available": true
},
{
"id": "truck-011",
"brand": "Mitsubishi Fuso",
"model": "Canter",
"category": "box",
"categoryLabel": "Box Truck",
"transmission": "Manual",
"fuel": "Diesel",
"loadCapacity": 3500,
"loadCapacityLabel": "3,500 kg",
"cargoSpace": "18 ft box",
"price": 180,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1601584115197-04ecc0da31d8?auto=format&fit=crop&w=1200&q=80",
"description": "Commercial box truck suitable for large deliveries, warehouse transport and moving services.",
"locations": ["Dhaka City", "Gazipur", "Narayanganj", "Chattogram City"],
"minimumDriverAge": 25,
"available": true
},
{
"id": "truck-012",
"brand": "Isuzu",
"model": "NPR HD",
"category": "box",
"categoryLabel": "Box Truck",
"transmission": "Automatic",
"fuel": "Diesel",
"loadCapacity": 4000,
"loadCapacityLabel": "4,000 kg",
"cargoSpace": "20 ft box",
"price": 195,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1601584115197-04ecc0da31d8?auto=format&fit=crop&w=1200&q=80",
"description": "Heavy-duty enclosed box truck for high-volume commercial transportation.",
"locations": ["Dhaka City", "Gazipur", "Chattogram City"],
"minimumDriverAge": 25,
"available": true
},
{
"id": "truck-013",
"brand": "Hino",
"model": "500 Series Flatbed",
"category": "flatbed",
"categoryLabel": "Flatbed Truck",
"transmission": "Manual",
"fuel": "Diesel",
"loadCapacity": 5000,
"loadCapacityLabel": "5,000 kg",
"cargoSpace": "20 ft flatbed",
"price": 225,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1586191582151-f73872dfd183?auto=format&fit=crop&w=1200&q=80",
"description": "Heavy-duty flatbed truck for construction materials, machinery and oversized cargo.",
"locations": ["Dhaka City", "Gazipur", "Narayanganj"],
"minimumDriverAge": 30,
"available": true
},
{
"id": "truck-014",
"brand": "Mitsubishi Fuso",
"model": "Fighter Flatbed",
"category": "flatbed",
"categoryLabel": "Flatbed Truck",
"transmission": "Manual",
"fuel": "Diesel",
"loadCapacity": 6000,
"loadCapacityLabel": "6,000 kg",
"cargoSpace": "22 ft flatbed",
"price": 245,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1586191582151-f73872dfd183?auto=format&fit=crop&w=1200&q=80",
"description": "Strong flatbed truck for transporting steel, machinery, building materials and industrial cargo.",
"locations": ["Dhaka City", "Gazipur", "Chattogram City"],
"minimumDriverAge": 30,
"available": true
},
{
"id": "truck-015",
"brand": "Volvo",
"model": "FM",
"category": "flatbed",
"categoryLabel": "Heavy Flatbed",
"transmission": "Automatic",
"fuel": "Diesel",
"loadCapacity": 10000,
"loadCapacityLabel": "10,000 kg",
"cargoSpace": "24 ft flatbed",
"price": 320,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1586191582151-f73872dfd183?auto=format&fit=crop&w=1200&q=80",
"description": "Heavy commercial flatbed truck for large machinery and industrial transportation.",
"locations": ["Dhaka City", "Chattogram City", "Narayanganj"],
"minimumDriverAge": 30,
"available": true
},
{
"id": "truck-016",
"brand": "Isuzu",
"model": "Reefer NPR",
"category": "refrigerated",
"categoryLabel": "Refrigerated Truck",
"transmission": "Automatic",
"fuel": "Diesel",
"loadCapacity": 2500,
"loadCapacityLabel": "2,500 kg",
"cargoSpace": "16 ft refrigerated box",
"price": 210,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1601584115197-04ecc0da31d8?auto=format&fit=crop&w=1200&q=80",
"description": "Temperature-controlled truck for food, beverages, pharmaceuticals and perishable goods.",
"locations": ["Dhaka City", "Dhaka Airport", "Gazipur"],
"minimumDriverAge": 25,
"available": true
},
{
"id": "truck-017",
"brand": "Hino",
"model": "Refrigerated 500",
"category": "refrigerated",
"categoryLabel": "Refrigerated Truck",
"transmission": "Manual",
"fuel": "Diesel",
"loadCapacity": 5000,
"loadCapacityLabel": "5,000 kg",
"cargoSpace": "20 ft refrigerated box",
"price": 280,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1601584115197-04ecc0da31d8?auto=format&fit=crop&w=1200&q=80",
"description": "Large refrigerated truck designed for cold-chain distribution and temperature-sensitive cargo.",
"locations": ["Dhaka City", "Gazipur", "Chattogram City"],
"minimumDriverAge": 30,
"available": true
},
{
"id": "truck-018",
"brand": "Ford",
"model": "Moving Truck 16ft",
"category": "moving",
"categoryLabel": "Moving Truck",
"transmission": "Automatic",
"fuel": "Gasoline",
"loadCapacity": 2500,
"loadCapacityLabel": "2,500 kg",
"cargoSpace": "16 ft box",
"price": 135,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1601584115197-04ecc0da31d8?auto=format&fit=crop&w=1200&q=80",
"description": "Moving truck with spacious enclosed cargo area for household and office relocation.",
"locations": ["Dhaka City", "Uttara", "Mirpur", "Gazipur"],
"minimumDriverAge": 23,
"available": true
},
{
"id": "truck-019",
"brand": "Chevrolet",
"model": "Moving Truck 20ft",
"category": "moving",
"categoryLabel": "Moving Truck",
"transmission": "Automatic",
"fuel": "Gasoline",
"loadCapacity": 3500,
"loadCapacityLabel": "3,500 kg",
"cargoSpace": "20 ft box",
"price": 165,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1601584115197-04ecc0da31d8?auto=format&fit=crop&w=1200&q=80",
"description": "Large moving truck ideal for complete home moves, office relocation and furniture transportation.",
"locations": ["Dhaka City", "Gazipur", "Narayanganj"],
"minimumDriverAge": 25,
"available": true
},
{
"id": "truck-020",
"brand": "Isuzu",
"model": "Moving Truck 24ft",
"category": "moving",
"categoryLabel": "Large Moving Truck",
"transmission": "Manual",
"fuel": "Diesel",
"loadCapacity": 5000,
"loadCapacityLabel": "5,000 kg",
"cargoSpace": "24 ft box",
"price": 220,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1601584115197-04ecc0da31d8?auto=format&fit=crop&w=1200&q=80",
"description": "Extra-large moving truck for major household moves, warehouse transfers and commercial relocation.",
"locations": ["Dhaka City", "Gazipur", "Chattogram City"],
"minimumDriverAge": 30,
"available": true
},
{
"id": "truck-021",
"brand": "Hino",
"model": "Dutro",
"category": "cargo",
"categoryLabel": "Cargo Truck",
"transmission": "Manual",
"fuel": "Diesel",
"loadCapacity": 2000,
"loadCapacityLabel": "2,000 kg",
"cargoSpace": "12 ft cargo bed",
"price": 125,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1601584115197-04ecc0da31d8?auto=format&fit=crop&w=1200&q=80",
"description": "Compact commercial truck for urban deliveries and medium-size cargo transportation.",
"locations": ["Dhaka City", "Mirpur", "Uttara", "Narayanganj"],
"minimumDriverAge": 23,
"available": true
},
{
"id": "truck-022",
"brand": "Tata",
"model": "Ultra",
"category": "cargo",
"categoryLabel": "Cargo Truck",
"transmission": "Manual",
"fuel": "Diesel",
"loadCapacity": 3000,
"loadCapacityLabel": "3,000 kg",
"cargoSpace": "16 ft cargo bed",
"price": 145,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1601584115197-04ecc0da31d8?auto=format&fit=crop&w=1200&q=80",
"description": "Reliable cargo truck for commercial goods, construction materials and regional deliveries.",
"locations": ["Dhaka City", "Gazipur", "Chattogram City"],
"minimumDriverAge": 25,
"available": true
},
{
"id": "truck-023",
"brand": "Ashok Leyland",
"model": "Dost",
"category": "cargo",
"categoryLabel": "Light Cargo Truck",
"transmission": "Manual",
"fuel": "Diesel",
"loadCapacity": 1500,
"loadCapacityLabel": "1,500 kg",
"cargoSpace": "10 ft cargo bed",
"price": 95,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1601584115197-04ecc0da31d8?auto=format&fit=crop&w=1200&q=80",
"description": "Light commercial truck for local deliveries, small businesses and urban transportation.",
"locations": ["Dhaka City", "Mirpur", "Uttara", "Narayanganj"],
"minimumDriverAge": 21,
"available": true
},
{
"id": "truck-024",
"brand": "Volvo",
"model": "FH",
"category": "flatbed",
"categoryLabel": "Heavy Duty Truck",
"transmission": "Automatic",
"fuel": "Diesel",
"loadCapacity": 12000,
"loadCapacityLabel": "12,000 kg",
"cargoSpace": "26 ft flatbed",
"price": 380,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1586191582151-f73872dfd183?auto=format&fit=crop&w=1200&q=80",
"description": "Heavy-duty commercial truck for industrial cargo, machinery and large-scale transportation.",
"locations": ["Dhaka City", "Chattogram City", "Narayanganj"],
"minimumDriverAge": 30,
"available": true
},
{
"id": "truck-025",
"brand": "Scania",
"model": "P-Series",
"category": "box",
"categoryLabel": "Heavy Box Truck",
"transmission": "Automatic",
"fuel": "Diesel",
"loadCapacity": 8000,
"loadCapacityLabel": "8,000 kg",
"cargoSpace": "24 ft box",
"price": 340,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1601584115197-04ecc0da31d8?auto=format&fit=crop&w=1200&q=80",
"description": "Heavy commercial box truck for large-scale distribution and warehouse transportation.",
"locations": ["Dhaka City", "Chattogram City", "Gazipur"],
"minimumDriverAge": 30,
"available": true
},
{
"id": "truck-026",
"brand": "Mercedes-Benz",
"model": "Actros",
"category": "flatbed",
"categoryLabel": "Heavy Flatbed",
"transmission": "Automatic",
"fuel": "Diesel",
"loadCapacity": 15000,
"loadCapacityLabel": "15,000 kg",
"cargoSpace": "28 ft flatbed",
"price": 450,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1586191582151-f73872dfd183?auto=format&fit=crop&w=1200&q=80",
"description": "Premium heavy-duty truck for demanding industrial and long-distance cargo transportation.",
"locations": ["Dhaka City", "Chattogram City", "Narayanganj"],
"minimumDriverAge": 30,
"available": true
},
{
"id": "truck-027",
"brand": "Tata",
"model": "Prima",
"category": "box",
"categoryLabel": "Heavy Box Truck",
"transmission": "Manual",
"fuel": "Diesel",
"loadCapacity": 7000,
"loadCapacityLabel": "7,000 kg",
"cargoSpace": "22 ft box",
"price": 295,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1601584115197-04ecc0da31d8?auto=format&fit=crop&w=1200&q=80",
"description": "Large box truck designed for regional freight, distribution and commercial cargo.",
"locations": ["Dhaka City", "Gazipur", "Chattogram City"],
"minimumDriverAge": 30,
"available": true
},
{
"id": "truck-028",
"brand": "Isuzu",
"model": "Elf",
"category": "cargo",
"categoryLabel": "Light Cargo Truck",
"transmission": "Automatic",
"fuel": "Diesel",
"loadCapacity": 1800,
"loadCapacityLabel": "1,800 kg",
"cargoSpace": "12 ft cargo bed",
"price": 110,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1601584115197-04ecc0da31d8?auto=format&fit=crop&w=1200&q=80",
"description": "Efficient light cargo truck designed for city deliveries and commercial transportation.",
"locations": ["Dhaka City", "Uttara", "Mirpur", "Gulshan"],
"minimumDriverAge": 23,
"available": true
},
{
"id": "truck-029",
"brand": "Mitsubishi Fuso",
"model": "Rosa Cargo",
"category": "cargo",
"categoryLabel": "Medium Cargo Truck",
"transmission": "Manual",
"fuel": "Diesel",
"loadCapacity": 4000,
"loadCapacityLabel": "4,000 kg",
"cargoSpace": "18 ft cargo bed",
"price": 175,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1601584115197-04ecc0da31d8?auto=format&fit=crop&w=1200&q=80",
"description": "Medium-duty cargo truck for commercial deliveries, materials and equipment transportation.",
"locations": ["Dhaka City", "Gazipur", "Narayanganj"],
"minimumDriverAge": 25,
"available": true
},
{
"id": "truck-030",
"brand": "Hino",
"model": "700 Series",
"category": "flatbed",
"categoryLabel": "Heavy Duty Truck",
"transmission": "Manual",
"fuel": "Diesel",
"loadCapacity": 18000,
"loadCapacityLabel": "18,000 kg",
"cargoSpace": "30 ft flatbed",
"price": 520,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1586191582151-f73872dfd183?auto=format&fit=crop&w=1200&q=80",
"description": "Extra-heavy commercial truck for industrial cargo, machinery and major construction projects.",
"locations": ["Dhaka City", "Chattogram City", "Narayanganj", "Gazipur"],
"minimumDriverAge": 30,
"available": true
}
]
[
{
"id": "car-001",
"brand": "Toyota",
"model": "Corolla",
"category": "economy",
"categoryLabel": "Economy",
"transmission": "Automatic",
"fuel": "Gasoline",
"seats": 5,
"luggage": "2 bags",
"price": 48,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1621007947382-bb3c3994e3fb?auto=format&fit=crop&w=1200&q=80",
"description": "Reliable and economical sedan for city driving, business trips and everyday rental.",
"locations": ["Dhaka Airport", "Dhaka City", "Gulshan", "Banani"],
"minimumDriverAge": 21,
"available": true
},
{
"id": "car-002",
"brand": "Honda",
"model": "Civic",
"category": "compact",
"categoryLabel": "Compact",
"transmission": "Automatic",
"fuel": "Gasoline",
"seats": 5,
"luggage": "2 bags",
"price": 55,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1606664515524-ed2f786a0bd6?auto=format&fit=crop&w=1200&q=80",
"description": "Modern compact car with comfortable seating and excellent city handling.",
"locations": ["Dhaka City", "Gulshan", "Banani", "Uttara"],
"minimumDriverAge": 21,
"available": true
},
{
"id": "car-003",
"brand": "Toyota",
"model": "Camry",
"category": "sedan",
"categoryLabel": "Sedan",
"transmission": "Automatic",
"fuel": "Hybrid",
"seats": 5,
"luggage": "3 bags",
"price": 72,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1625047509248-ec889cbff17f?auto=format&fit=crop&w=1200&q=80",
"description": "Comfortable midsize sedan with premium interior and excellent highway performance.",
"locations": ["Dhaka Airport", "Dhaka City", "Gulshan", "Dhanmondi"],
"minimumDriverAge": 23,
"available": true
},
{
"id": "car-004",
"brand": "Honda",
"model": "Accord",
"category": "sedan",
"categoryLabel": "Sedan",
"transmission": "Automatic",
"fuel": "Hybrid",
"seats": 5,
"luggage": "3 bags",
"price": 78,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1551830820-330a71b99659?auto=format&fit=crop&w=1200&q=80",
"description": "Spacious premium sedan with smooth performance and comfortable passenger space.",
"locations": ["Dhaka City", "Gulshan", "Banani", "Uttara"],
"minimumDriverAge": 23,
"available": true
},
{
"id": "car-005",
"brand": "Nissan",
"model": "Altima",
"category": "sedan",
"categoryLabel": "Sedan",
"transmission": "Automatic",
"fuel": "Gasoline",
"seats": 5,
"luggage": "3 bags",
"price": 68,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1542362567-b07e54358753?auto=format&fit=crop&w=1200&q=80",
"description": "Spacious sedan with smooth performance and generous trunk space.",
"locations": ["Dhaka City", "Uttara", "Mirpur", "Gulshan"],
"minimumDriverAge": 23,
"available": true
},
{
"id": "car-006",
"brand": "Hyundai",
"model": "Elantra",
"category": "economy",
"categoryLabel": "Economy",
"transmission": "Automatic",
"fuel": "Gasoline",
"seats": 5,
"luggage": "2 bags",
"price": 50,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1623869675781-80aa31012a5a?auto=format&fit=crop&w=1200&q=80",
"description": "Affordable economy sedan with modern features and excellent fuel efficiency.",
"locations": ["Dhaka City", "Mirpur", "Uttara", "Mohakhali"],
"minimumDriverAge": 21,
"available": true
},
{
"id": "car-007",
"brand": "Toyota",
"model": "RAV4",
"category": "suv",
"categoryLabel": "SUV",
"transmission": "Automatic",
"fuel": "Hybrid",
"seats": 5,
"luggage": "4 bags",
"price": 85,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1519641471654-76ce0107ad1b?auto=format&fit=crop&w=1200&q=80",
"description": "Versatile SUV with excellent passenger space, cargo capacity and hybrid efficiency.",
"locations": ["Dhaka Airport", "Dhaka City", "Gulshan", "Banani"],
"minimumDriverAge": 23,
"available": true
},
{
"id": "car-008",
"brand": "Honda",
"model": "CR-V",
"category": "suv",
"categoryLabel": "SUV",
"transmission": "Automatic",
"fuel": "Hybrid",
"seats": 5,
"luggage": "4 bags",
"price": 90,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1568844293986-8c7e5d1c7c1a?auto=format&fit=crop&w=1200&q=80",
"description": "Comfortable family SUV with large cargo space and smooth hybrid performance.",
"locations": ["Dhaka City", "Gulshan", "Banani", "Uttara"],
"minimumDriverAge": 23,
"available": true
},
{
"id": "car-009",
"brand": "Ford",
"model": "Explorer",
"category": "suv",
"categoryLabel": "Full Size SUV",
"transmission": "Automatic",
"fuel": "Gasoline",
"seats": 7,
"luggage": "5 bags",
"price": 115,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1606016159991-dfe4f2746ad5?auto=format&fit=crop&w=1200&q=80",
"description": "Large family SUV with three-row seating and generous luggage capacity.",
"locations": ["Dhaka Airport", "Dhaka City", "Gulshan", "Uttara"],
"minimumDriverAge": 25,
"available": true
},
{
"id": "car-010",
"brand": "BMW",
"model": "3 Series",
"category": "luxury",
"categoryLabel": "Luxury",
"transmission": "Automatic",
"fuel": "Gasoline",
"seats": 5,
"luggage": "3 bags",
"price": 135,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1555215695-3004980ad54e?auto=format&fit=crop&w=1200&q=80",
"description": "Premium luxury sedan with sporty handling and an upscale interior.",
"locations": ["Dhaka Airport", "Gulshan", "Banani", "Dhaka City"],
"minimumDriverAge": 25,
"available": true
},
{
"id": "car-011",
"brand": "Mercedes-Benz",
"model": "C-Class",
"category": "luxury",
"categoryLabel": "Luxury",
"transmission": "Automatic",
"fuel": "Gasoline",
"seats": 5,
"luggage": "3 bags",
"price": 155,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1618843479313-40f8afb4b4d8?auto=format&fit=crop&w=1200&q=80",
"description": "Elegant luxury sedan with premium comfort and sophisticated styling.",
"locations": ["Dhaka Airport", "Gulshan", "Banani", "Baridhara"],
"minimumDriverAge": 25,
"available": true
},
{
"id": "car-012",
"brand": "Audi",
"model": "A4",
"category": "luxury",
"categoryLabel": "Luxury",
"transmission": "Automatic",
"fuel": "Gasoline",
"seats": 5,
"luggage": "3 bags",
"price": 145,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1606664515524-ed2f786a0bd6?auto=format&fit=crop&w=1200&q=80",
"description": "Refined luxury sedan with premium materials and advanced technology.",
"locations": ["Dhaka City", "Gulshan", "Banani", "Dhaka Airport"],
"minimumDriverAge": 25,
"available": true
},
{
"id": "car-013",
"brand": "Lexus",
"model": "ES 350",
"category": "luxury-sedan",
"categoryLabel": "Luxury Sedan",
"transmission": "Automatic",
"fuel": "Hybrid",
"seats": 5,
"luggage": "3 bags",
"price": 150,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1563720223185-11003d516935?auto=format&fit=crop&w=1200&q=80",
"description": "Quiet and refined luxury sedan designed for executive travel.",
"locations": ["Dhaka Airport", "Gulshan", "Banani", "Baridhara"],
"minimumDriverAge": 25,
"available": true
},
{
"id": "car-014",
"brand": "Chevrolet",
"model": "Tahoe",
"category": "premium-suv",
"categoryLabel": "Premium SUV",
"transmission": "Automatic",
"fuel": "Gasoline",
"seats": 7,
"luggage": "6 bags",
"price": 165,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1606016159991-dfe4f2746ad5?auto=format&fit=crop&w=1200&q=80",
"description": "Full-size premium SUV with three rows and powerful highway performance.",
"locations": ["Dhaka Airport", "Dhaka City", "Gulshan", "Banani"],
"minimumDriverAge": 25,
"available": true
},
{
"id": "car-015",
"brand": "BMW",
"model": "X5",
"category": "premium-suv",
"categoryLabel": "Premium SUV",
"transmission": "Automatic",
"fuel": "Gasoline",
"seats": 5,
"luggage": "5 bags",
"price": 185,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1556189250-72ba954cfc2b?auto=format&fit=crop&w=1200&q=80",
"description": "Premium performance SUV combining luxury comfort and versatile cargo space.",
"locations": ["Dhaka Airport", "Gulshan", "Banani", "Baridhara"],
"minimumDriverAge": 25,
"available": true
},
{
"id": "car-016",
"brand": "Mercedes-Benz",
"model": "GLE",
"category": "premium-suv",
"categoryLabel": "Premium SUV",
"transmission": "Automatic",
"fuel": "Gasoline",
"seats": 5,
"luggage": "5 bags",
"price": 195,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1606664515524-ed2f786a0bd6?auto=format&fit=crop&w=1200&q=80",
"description": "Luxury SUV with premium interior, advanced technology and refined performance.",
"locations": ["Dhaka Airport", "Gulshan", "Banani", "Baridhara"],
"minimumDriverAge": 25,
"available": true
},
{
"id": "car-017",
"brand": "Tesla",
"model": "Model 3",
"category": "electric",
"categoryLabel": "Electric",
"transmission": "Automatic",
"fuel": "Electric",
"seats": 5,
"luggage": "3 bags",
"price": 110,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1560958089-b8a1929cea89?auto=format&fit=crop&w=1200&q=80",
"description": "Fully electric sedan with modern technology and quiet premium driving.",
"locations": ["Dhaka City", "Gulshan", "Banani", "Dhaka Airport"],
"minimumDriverAge": 23,
"available": true
},
{
"id": "car-018",
"brand": "Tesla",
"model": "Model Y",
"category": "electric-suv",
"categoryLabel": "Electric SUV",
"transmission": "Automatic",
"fuel": "Electric",
"seats": 5,
"luggage": "4 bags",
"price": 130,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1619767886558-efdc259cde1a?auto=format&fit=crop&w=1200&q=80",
"description": "Electric crossover SUV with generous cargo space and modern technology.",
"locations": ["Dhaka City", "Gulshan", "Banani", "Uttara"],
"minimumDriverAge": 23,
"available": true
},
{
"id": "car-019",
"brand": "Ford",
"model": "Mustang",
"category": "convertible",
"categoryLabel": "Convertible",
"transmission": "Automatic",
"fuel": "Gasoline",
"seats": 4,
"luggage": "2 bags",
"price": 145,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1584345604476-8ec5e12e42dd?auto=format&fit=crop&w=1200&q=80",
"description": "Sporty convertible offering an exciting open-air driving experience.",
"locations": ["Dhaka City", "Gulshan", "Banani"],
"minimumDriverAge": 25,
"available": true
},
{
"id": "car-020",
"brand": "Chevrolet",
"model": "Camaro",
"category": "convertible",
"categoryLabel": "Convertible",
"transmission": "Automatic",
"fuel": "Gasoline",
"seats": 4,
"luggage": "2 bags",
"price": 155,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1552519507-da3b142c6e3d?auto=format&fit=crop&w=1200&q=80",
"description": "Sporty performance car with bold styling and responsive handling.",
"locations": ["Dhaka City", "Gulshan", "Banani", "Baridhara"],
"minimumDriverAge": 25,
"available": true
},
{
"id": "car-021",
"brand": "Kia",
"model": "Sportage",
"category": "suv",
"categoryLabel": "SUV",
"transmission": "Automatic",
"fuel": "Hybrid",
"seats": 5,
"luggage": "4 bags",
"price": 82,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1606664515524-ed2f786a0bd6?auto=format&fit=crop&w=1200&q=80",
"description": "Modern compact SUV with comfortable seating and practical cargo space.",
"locations": ["Dhaka City", "Mirpur", "Uttara", "Gulshan"],
"minimumDriverAge": 23,
"available": true
},
{
"id": "car-022",
"brand": "Hyundai",
"model": "Tucson",
"category": "suv",
"categoryLabel": "SUV",
"transmission": "Automatic",
"fuel": "Hybrid",
"seats": 5,
"luggage": "4 bags",
"price": 85,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1606664515524-ed2f786a0bd6?auto=format&fit=crop&w=1200&q=80",
"description": "Comfortable family SUV with modern styling and excellent fuel efficiency.",
"locations": ["Dhaka City", "Gulshan", "Banani", "Uttara"],
"minimumDriverAge": 23,
"available": true
},
{
"id": "car-023",
"brand": "Toyota",
"model": "Noah",
"category": "mpv",
"categoryLabel": "MPV",
"transmission": "Automatic",
"fuel": "Hybrid",
"seats": 7,
"luggage": "5 bags",
"price": 95,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1549317661-bd32c8ce0db2?auto=format&fit=crop&w=1200&q=80",
"description": "Spacious family MPV with flexible seating and generous luggage capacity.",
"locations": ["Dhaka Airport", "Dhaka City", "Gulshan", "Uttara"],
"minimumDriverAge": 23,
"available": true
},
{
"id": "car-024",
"brand": "Toyota",
"model": "Alphard",
"category": "premium-mpv",
"categoryLabel": "Premium MPV",
"transmission": "Automatic",
"fuel": "Hybrid",
"seats": 7,
"luggage": "5 bags",
"price": 175,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1549317661-bd32c8ce0db2?auto=format&fit=crop&w=1200&q=80",
"description": "Premium executive MPV with spacious luxury seating for VIP and family transportation.",
"locations": ["Dhaka Airport", "Gulshan", "Banani", "Baridhara"],
"minimumDriverAge": 25,
"available": true
},
{
"id": "car-025",
"brand": "Mitsubishi",
"model": "Outlander",
"category": "suv",
"categoryLabel": "SUV",
"transmission": "Automatic",
"fuel": "Gasoline",
"seats": 7,
"luggage": "5 bags",
"price": 92,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1519641471654-76ce0107ad1b?auto=format&fit=crop&w=1200&q=80",
"description": "Seven-seat family SUV suitable for city travel, holidays and long-distance journeys.",
"locations": ["Dhaka City", "Uttara", "Mirpur", "Gulshan"],
"minimumDriverAge": 23,
"available": true
},
{
"id": "car-026",
"brand": "Mazda",
"model": "CX-5",
"category": "suv",
"categoryLabel": "SUV",
"transmission": "Automatic",
"fuel": "Gasoline",
"seats": 5,
"luggage": "4 bags",
"price": 88,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1533473359331-0135ef1b58bf?auto=format&fit=crop&w=1200&q=80",
"description": "Stylish compact SUV with comfortable seating and responsive handling.",
"locations": ["Dhaka City", "Gulshan", "Banani", "Uttara"],
"minimumDriverAge": 23,
"available": true
},
{
"id": "car-027",
"brand": "Volvo",
"model": "XC90",
"category": "premium-suv",
"categoryLabel": "Premium SUV",
"transmission": "Automatic",
"fuel": "Hybrid",
"seats": 7,
"luggage": "5 bags",
"price": 185,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1606664515524-ed2f786a0bd6?auto=format&fit=crop&w=1200&q=80",
"description": "Premium seven-seat SUV focused on comfort, safety and refined hybrid performance.",
"locations": ["Dhaka Airport", "Gulshan", "Banani", "Baridhara"],
"minimumDriverAge": 25,
"available": true
},
{
"id": "car-028",
"brand": "Range Rover",
"model": "Sport",
"category": "luxury-suv",
"categoryLabel": "Luxury SUV",
"transmission": "Automatic",
"fuel": "Gasoline",
"seats": 5,
"luggage": "5 bags",
"price": 250,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1606664515524-ed2f786a0bd6?auto=format&fit=crop&w=1200&q=80",
"description": "Luxury performance SUV with premium comfort, commanding road presence and advanced features.",
"locations": ["Dhaka Airport", "Gulshan", "Banani", "Baridhara"],
"minimumDriverAge": 30,
"available": true
},
{
"id": "car-029",
"brand": "Porsche",
"model": "Cayenne",
"category": "luxury-suv",
"categoryLabel": "Luxury SUV",
"transmission": "Automatic",
"fuel": "Gasoline",
"seats": 5,
"luggage": "4 bags",
"price": 275,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1200&q=80",
"description": "High-performance luxury SUV combining sporty handling with premium comfort.",
"locations": ["Dhaka Airport", "Gulshan", "Banani"],
"minimumDriverAge": 30,
"available": true
},
{
"id": "car-030",
"brand": "Toyota",
"model": "Prius",
"category": "hybrid",
"categoryLabel": "Hybrid",
"transmission": "Automatic",
"fuel": "Hybrid",
"seats": 5,
"luggage": "3 bags",
"price": 58,
"priceLabel": "per day",
"image": "https://images.unsplash.com/photo-1619767886558-efdc259cde1a?auto=format&fit=crop&w=1200&q=80",
"description": "Fuel-efficient hybrid car ideal for economical city transportation and daily rentals.",
"locations": ["Dhaka City", "Gulshan", "Uttara", "Mirpur"],
"minimumDriverAge": 21,
"available": true
}
]
For the Car Rental block, enter sample information such as:
Click Show Cars.
Matching vehicles should appear based on the configured JSON data and search criteria.
Click View Details to open the vehicle information modal.
Click Request Vehicle to open the booking form.
Complete the booking form using sample information such as:
Submit the booking request.
For the Truck Rental block, enter:
Click Show Trucks.
Matching trucks should appear based on the configured JSON data and search criteria.
Click View Details to review the truck information, then click Request Truck to open the booking form.
Complete the form using sample information such as:
Submit the booking request.
Shopify’s Contact Form will send the submitted booking request to the merchant email configured for the store.
No external login is required, no third-party account is required, and no payment gateway is required.
All configuration is completed directly through the Shopify Theme Editor. Vehicle data is managed through the JSON field provided in each app block.
The app does not process payments. It is designed to collect rental booking requests and send them to the merchant for review and follow-up.
For the easiest testing experience, please use the provided demo JSON first. Once the demo data is working correctly, merchants can replace it with their own vehicle data by following the same JSON structure and keeping all required field names and IDs consistent.
Thank you for reviewing Vehicle Rental Booking by F2. We appreciate your time and feedback.
Upload a CSV file and convert every row into clean JSON data. Preview and format the generated JSON directly inside your browser.
The CSV is processed locally in your browser. Its content is not uploaded to an external server or saved in a database.
Drag and drop a CSV file or select a file from your computer. Only one CSV file can be selected at a time.
Review the selected file before converting it into JSON.
Upload a CSV file to view its name, size, type, row count and conversion status.
Preview the first converted rows before reviewing the complete JSON output.
Upload a CSV file and select Convert to JSON to display the converted row preview.
Use Pretty JSON for a readable result or Minified JSON for a compact output.
Upload and convert a CSV file to generate Pretty or Minified JSON output.
Upload a valid CSV file and select Convert to JSON.
Check the converted rows and switch between Pretty and Minified formats.
Copy the generated JSON or download it as a JSON file for use in your application.
The uploaded CSV file is processed entirely inside the user's browser. CSV content is not uploaded to an external server or stored in the WordPress database.
Enter simple key and value data and convert it into clean JSON instantly. Numbers, booleans, null values, arrays, JSON objects and normal text are detected automatically.
All conversion happens inside your browser. The entered information is not uploaded to an external server or saved in the WordPress database.
name = Product One
price = 25
available = true
↓
JSON
Add one key and value on each line. Use an equal sign or colon between the field name and its value.
name = Product One
price: 25
tags = shirt,summer,new
Text, numbers, true, false, null, comma-separated arrays, JSON arrays and JSON objects are recognized automatically.
Enter one field per line. Empty lines and lines beginning with the # character are ignored.
Review the detected field names, values and JSON value types before using the generated output.
Enter key and value data, then select Convert to JSON to view the field preview.
| Field | Value | Detected Type |
|---|
Switch between readable Pretty JSON and compact Minified JSON.
Convert the entered key and value data to generate Pretty or Minified JSON.
Add one key and value on each line using an equal sign or colon.
Convert the data and check each detected value type before using the result.
Copy the generated JSON or download the result as a JSON file.
Entered data is converted entirely inside the user's browser. The content is not uploaded to an external server or stored in the WordPress database.
Vehicle Rental Booking by F2 helps merchants accept car and truck rental requests directly from their Shopify store. Customers can search vehicles by location, rental dates, driver age, and vehicle type, then view vehicle details and submit booking requests through an integrated form. Merchants can manage vehicle data with JSON, customize the booking interface, and receive customer inquiries by email without requiring complex setup or third-party booking services.
Features:
Search rental cars and trucks by location, date, and driver age
Display detailed vehicle information before customers submit requests
Accept booking requests through a built-in Shopify contact form
Manage unlimited vehicle data with flexible JSON configuration
Customize colors, layout, and booking settings without coding
If you need Support, please message us on WhatsApp. We will give you a response just in one minute. Or mail to us, Amzadhossen420360@gmail.com Or Contact Our Support Website : https://friends2a-technology.com/fhopify/contact-us/
Website: https://friends2a-technology.com/