Prompt Details
Model
Chat - GPT-4o (gpt-4o)
Token size
120 ($0.00600 / call)
Example input
[Tool name]: BigCommerce
Example output
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Your eCommerce Store</title>
<link rel="stylesheet" href="styles.css"> <!-- Link to your CSS file -->
</head>
<body>
<header>
<h1>Welcome to Your eCommerce Store</h1>
<nav>
<ul>
<li><a href="#products">Products</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#cart">Cart</a></li>
</ul>
</nav>
</header>
<main>
<section id="products">
<h2>Our Products</h2>
<div class="product">
<h3>Product Name</h3>
<img src="product-image.jpg" alt="Product Image">
<p>Product description goes here.</p>
<p>Price: $XX.XX</p>
<button>Add to Cart</button>
</div>
<!-- Repeat for more products -->
</section>
<section id="about">
<h2>About Us</h2>
<p>Information about your store.</p>
</section>
<section id="contact">
<h2>Contact Us</h2>
<form>
<label for="name">Name:</label>
<input type="text" id="name" name="name" required>
<label for="email">Email:</label>
<input type="email" id="email" name="email" required>
<label for="message">Message:</label>
<textarea id="message" name="message" required></textarea>
<button type="submit">Send Message</button>
</form>
</section>
<section id="cart">
<h2>Your Cart</h2>
<p>No items in cart.</p>
<!-- Cart functionality would go here -->
</section>
</main>
<footer>
<p>© 2024 Your eCommerce Store. All rights reserved.</p>
</footer>
</body>
</html>
By purchasing this prompt, you agree to our terms of service
GPT-4O
An all-in-one platform for effortless online store management, featuring intuitive design, multi-channel integration, robust analytics, and built-in marketing tools.
...more
Added over 1 month ago

