We do NOT have Shopify PLUS and we like to have a bulk-order-page. So we prepared the following code (which is not working yet):
<!-- Vorlage für Bulk-Bestellungen in Shopify -->
<div class="grid">
<div class="grid__item large--five-sixths push--large--one-twelfth">
<header class="section-header text-center">
<h1>{{ [login to view URL] }}</h1>
<hr class="hr--small">
</header>
<div class="grid">
<div class="grid__item large--four-fifths push--large--one-tenth">
<div class="rte rte--nomargin rte--indented-images">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bulk-Bestellseite</title>
</head>
<body>
<!-- Produktliste -->
<form id="bulk-order-form">
{% for product in [login to view URL] %}
<div class="product">
<h3>{{ [login to view URL] }}</h3>
<label for="quantity_{{ [login to view URL] }}">Menge:</label>
<input
type="number"
id="quantity_{{ [login to view URL] }}"
data-variant-id="{{ [login to view URL] }}"
name="quantity_{{ [login to view URL] }}"
value="0"
min="0">
</div>
{% endfor %}
</form>
<!-- Button zum Hinzufügen der Produkte in den Warenkorb -->
<button type="button" id="add-to-cart-button">Produkte in den Warenkorb legen</button>
<script>
[login to view URL]('add-to-cart-button').addEventListener('click', function() {
const itemsToAdd = [];
// Alle Eingabefelder im Formular durchgehen
[login to view URL]('#bulk-order-form input[type="number"]').forEach(function(input) {
const quantity = parseInt([login to view URL], 10);
const variantId = [login to view URL];
if (quantity > 0) {
[login to view URL]({
id: variantId,
quantity: quantity
});
}
});
// Überprüfen, ob Produkte ausgewählt wurden
if ([login to view URL] > 0) {
fetch('/cart/[login to view URL]', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Accept': 'application/json'
},
body: [login to view URL]({ items: itemsToAdd })
})
.then(response => {
if ([login to view URL]) {
alert('Produkte erfolgreich zum Warenkorb hinzugefügt!');
[login to view URL]();
} else {
return [login to view URL]().then(data => {
alert('Fehler: ' + ([login to view URL] || 'Unbekannter Fehler'));
});
}
})
.catch(error => {
[login to view URL]('Netzwerkfehler:', error);
alert('Ein Netzwerkfehler ist aufgetreten. Bitte versuche es erneut.');
});
} else {
alert('Bitte wähle mindestens ein Produkt aus.');
}
});
</script>
</body>
</html>
</div>
</div>
</div>
</div>
</div>
Can you help us to solve the problems? If yes, please bid your price, NO PLACEHOLDER. Thank you very much!
Hello ,
We can process bulk orders in another way.
Looking forward for your kind response.
Note: Final price will be decided after discussion
Thanks
TIV Labs
Hello! I can help fix your Shopify bulk-order-page by troubleshooting the code and ensuring the form adds products to the cart correctly. Let me know if you have any specific issues!
Being in the industry for 5 years, my knowledge of HTML and Shopify is robust enough to understand the issues that you are encountering with your code snippet. I am a CMS Expert specializing in web development and design, with a flair for problem-solving. My ability to think critically ensures that I can identify the root cause and suggest appropriate solutions.
Moreover, I possess a keen eye for detail which will be highly instrumental in identifying the glitches within your existing code and fixing them efficiently. The fact that I've completed over 500 projects leaves me well-versed with all aspects of the e-commerce experience. Implementing your bulk order form would be no exception.
Let’s discuss this in chat as I have some queries to ask regarding the project to proceed further.
Warm Regards,
Sameen S
Hi there,
I'm thrilled to have the opportunity to work on your Shopify Bulk Order Form project. I have all the relevant skills JavaScript, CSS, HTML, Shopify, Liquid Template to get start working on your project.
My consistent track record for delivering high quality work is guaranteed to bring my clients fantastic value to their business each and every time.
Feel free to have a look on my portfolio link: https://www.freelancer.com/u/softiarttech
Lets connect in chat so that We discuss further.
Best Regards,
Murtaza
Hi,
I will take 3 days to fix the Bulk order issue mentioned.
I can start Monday or may be later on the Sunday.
If you are comfortable with these , I would like to forward this to my Team.
Thank You
Farhan
Hi, Nice to meet you!
I have read your requirements carefully and I am very interested in your project.
I am confident of this project as I'm a professional web development, basic languages. I have also team of graphic designer, .net developer, android developers experts with over 5 years of experience.
It seems to be an interesting work and good opportunity to show my skills to work with you in the future as well.
I can start working now!
Please feel free to contact me, to get the perfect result on your deadline with quality work.
Best Regards!
Hassan Raza
Hi,
We would like to grab this opportunity and will work till you get 100% satisfied with our work.
We are an expert team which have many years of experience on JavaScript, CSS, HTML, Shopify, Liquid Template
Please come over chat and discuss your requirement in a detailed way.
Regards
I can help you resolve the issues with your bulk order page for Shopify. Based on the code you provided, I'll ensure the form functionality works seamlessly, enabling customers to select quantities of multiple products and add them to the cart at once. I will fix any issues with the form's functionality and ensure that products are properly added to the cart using Shopify's AJAX API. Additionally, I will refactor the code to ensure it works well within the Shopify environment and handles edge cases like invalid input or product availability. I will also optimize the front-end to ensure the page looks and works well on both desktop and mobile devices, ensuring compatibility with your current Shopify plan since you don't have Shopify Plus.
With strong experience in JavaScript, Shopify, Liquid Template, and AJAX, I can complete this project quickly and efficiently.
I look forward to working with you to enhance your Shopify store's bulk ordering functionality!
Best regards,
Monica
Hi, I ve just studied your code carefully. I am confident in your job. I can solve the problems so if you hire me, you will get the most suitable developer for your project.
Hi there
I am a highly experienced web designer with a proven track record in creating modern and visually appealing ⭐ SHOPIFY websites.
I believe that you are looking for a quality work which needs to be completed under a certain deadline. I want to inform you that I have worked on something similar for one of our clients.
Please knock me in chat as I have some queries to ask regarding the project to proceed further.
Portfolio:
https://www.freelancer.com/u/dynamopixel
I am looking forward to further discussing your project. Thank you for your consideration.
Best regards,
Bachittar Singh
Hello,
I’m excited to help you create a fully functional bulk-order page for your Shopify store! Your initial code is a great start, but I see some areas where we can enhance its functionality and ensure it works seamlessly without Shopify PLUS.
First, I will review the existing code to identify any issues with the Liquid template syntax and JavaScript functionality. Then, I’ll implement necessary adjustments to ensure the bulk order form processes correctly and communicates effectively with the Shopify cart.
Here's a brief overview of the steps I'll take:
1. Analyze the current Liquid template and JavaScript code for errors.
2. Ensure that all product quantities are correctly captured and sent to the cart.
3. Test the functionality thoroughly to ensure a smooth user experience.
4. Optimize the code for performance and maintainability.
5. Provide you with clear documentation to assist you in future updates.
I'm confident that we can solve the problems you're facing and deliver a solution that meets your needs. What specific issues are you encountering with the current code that I should prioritize tackling?
Thanks,
Muhammad Jazib Aleem
Hey Matthias W.,
I just finished reading the job description and I see you are looking for someone experienced in CSS, JavaScript, HTML, Liquid Template and Shopify. This is something I can do. Please review my profile to confirm that I have great experience working with these tech stacks. While I have few questions:
1. These are all the requirements? If not, Please share more detailed requirements.
2. Do you currently have anything done for the job or it has to be done from scratch?
3. What is the timeline to get this done?
Why Hire Me?
1. I have done more than 150 major projects.
2. I have not received a single bad feedback since the last 5-6 years.
3. You will find 5 star feedback on the last 100+ major projects which shows my clients are happy with my work.
Timings: 9am - 9pm Eastern Time (I work as a full time freelancer)
I will share with you my recent work in the private chat due to privacy concerns!
Please start the chat to discuss it further.
Regards,
Aziz
Hello Matthias W.,
I understand that you are looking to create a bulk order form for your Shopify store, but the current code you have prepared is not functioning as expected. I have expertise in Shopify development and can assist in troubleshooting and fixing the issues you are facing with the code provided.
I will ensure that the bulk order form is user-friendly, responsive, and optimized for SEO to enhance the overall user experience on your Shopify store. By implementing the necessary adjustments and ensuring the functionality of the form, we can streamline the bulk ordering process for your customers.
I am eager to discuss the project further and provide a solution to meet your requirements. Feel free to reach out to me to initiate a detailed conversation about your Shopify bulk order form project.
Best regards,
Fazal
Hey Matthias W.,
I just finished reading the job description and I see you are looking for someone experienced in HTML, JavaScript, CSS, Shopify and Liquid Template. This is something I can do. Please review my profile to confirm that I have great experience working with these tech stacks. While I have few questions:
1. These are all the requirements? If not, Please share more detailed requirements.
2. Do you currently have anything done for the job or it has to be done from scratch?
3. What is the timeline to get this done?
Why Choose Me?
1. I have done more than 250 major projects.
2. I have not received a single bad feedback since the last 5-6 years.
3. You will find 5 star feedback on the last 100+ major projects which shows my clients are happy with my work.
Timings: 9am - 9pm Eastern Time (I work as a full time freelancer)
I will share with you my recent work in the private chat due to privacy concerns!
Please start the chat to discuss it further.
Regards,
Haroonz6
It seems like you're looking to create a bulk order form for Shopify without using Shopify Plus. To help you with the functionality, I can provide guidance or refine the code for you. Could you share the code you’ve prepared so far, or clarify if you're looking for assistance with implementing or troubleshooting it?
✋!!STOP HERE!!
Dear client, thanks for your job posting.
I hope you're having a fantastic day! As your friendly neighborhood CMS wizard, I've got the magic to turn complex content management needs into simple, streamlined solutions . With my extensive experience in Shopify, Liquid Template, CSS, HTML and JavaScript, I can make your project not only successful but also fun to manage!
I'm ready to jump into action faster than a cat chasing a laser pointer . Let's chat about how we can transform your vision into a reality—and maybe swap a few funny cat memes along the way!
Looking forward to bringing some magic into your project!
Cheers,
Miroslav G.
Being a part of NEXT GENIUS SOLUTIONS, we constantly strive to provide innovative and customized IT solutions, and I sincerely believe I can assist you with your Shopify bulk order form. With proficiency in CSS, I have the necessary expertise to fix the code issues and make your bulk-order-page work seamlessly. I have undergone rigorous training and handled numerous similar project in my 50+ offline assignments.
Furthermore, my team consists of highly skilled developers versed in Shopify who can bring in specialized knowledge to address any nuances specific to Shopify. Our experience spans from developing simple apps to complex e-commerce websites, so there is no doubt that we can handle creating this advanced form.
Lastly, at NEXT GENIUS SOLUTIONS client satisfaction is paramount. We are committed to delivering exceptional quality work within agreed timelines. To assure that your project is always on track, we utilize the latest technology trends and regular communication which will enable us to closely work together from start until finishing stages. By choosing me for this task, you aren't just hiring a freelancer but an extended dedicated team for your project.
Good afternoon Matthias W.,
I am excited to submit my proposal for your Shopify Bulk Order Form. With over 40 years of experience in the IT industry, I bring a wealth of expertise and a proven track record of delivering successful projects for a diverse range of clients.
My expertise spans HTML, CSS, JavaScript, Liquid Template and Shopify and I am confident in my ability to guide you into good success.
I have honed my skills over four decades, navigating the evolution of technology and consistently adapting to emerging trends to deliver cutting-edge solutions.
Let's connect to discuss your project in more details and take the first step toward bringing your vision to life.
Thank you for considering my proposal. I look forward to the opportunity to work with you.
Best regards,
Joseph Noonan