Find Jobs
Hire Freelancers

Shopify Product Page Modification

$30-250 USD

Suljettu
Julkaistu noin 2 kuukautta sitten

$30-250 USD

Maksettu toimituksen yhteydessä
I need assistance with a specific aspect of my Shopify store - modifying product pages to integrate them with our inventory system. Objective: Modify the stock status display logic on the product page in Shopify to accurately reflect the availability of stock considering incoming stock transfers. Current Logic (Summary): Retrieve the current date and the date of the next incoming stock transfer. Calculate the difference in weeks between the current date and the next incoming date. Determine if the product is in stock based on the current inventory and incoming stock. Display appropriate messages based on the stock status. Proposed Modifications: Iterate through each incoming stock batch to collect the dates and quantities. Calculate the combined inventory considering both the current inventory and total incoming quantities. Determine the earliest incoming date from the collected dates. If the combined inventory is zero or negative: Check if there's an earliest incoming date. If yes, display a "Ready to ship" message with the earliest incoming date. If no, display a "Made to order" message with the standard lead time. If the combined inventory is positive, display an "In stock" message. Code Implementation (Summary): Initialize variables for current date, incoming dates, incoming quantities, and combined inventory. Iterate through incoming stock batches to collect dates and quantities. Calculate combined inventory considering current inventory and total incoming quantities. Determine the earliest incoming date. Based on combined inventory and incoming dates: Display appropriate stock status messages. So here is the code we currently have that is working, it just doens't take into account if the next stock transfer date will also leave the product inveotry in a negative stock number that the next stock transfer that will bring the inventory into a positive stock number should be shown. {% assign current_date = 'now' | date: '%s' %} {% assign incoming_date = product.variants.first.next_incoming_date | date: '%s' %} {% assign seconds_in_week = 604800 %} {% if incoming_date != blank %} {% assign difference_in_seconds = incoming_date | minus: current_date %} {% assign weeks_until_ship = difference_in_seconds | divided_by: seconds_in_week | plus: 1 %} {% assign formatted_incoming_date = product.variants.first.next_incoming_date | date: "%B %d, %Y" %} {% assign combined_inventory = product.variants.first.inventory_quantity %} {%- comment -%} Loop through incoming stock batches to calculate the total incoming quantity. {%- endcomment -%} {% for stock_batch in product.variants.first.incoming_stock_batches %} {% assign combined_inventory = combined_inventory | plus: [login to view URL] %} {% endfor %} {% if combined_inventory <= 0 %} <span style="font-family: 'Lato', sans-serif; font-size: 16px;">Ready to ship in approximately {{ weeks_until_ship | round }} weeks ({{formatted_incoming_date}}).</span> {% else %} <span style="font-family: 'Lato', sans-serif; font-size: 16px; color: #228B22;">In stock and ready to ship now. More incoming stock due by {{ formatted_incoming_date }}.</span> {% endif %} {% elsif product.variants.first.inventory_quantity > 0 %} <span style="font-family: 'Lato', sans-serif; font-size: 16px; color: #228B22;">In stock and ready to ship now.</span> {% else %} <span style="font-family: 'Lato', sans-serif; font-size: 16px;">Made to order. Current lead time 10-14 weeks.</span> {% endif %} ChatGPT
Projektin tunnus (ID): 37916181

Tietoa projektista

70 ehdotukset
Etäprojekti
Aktiivinen 17 päivää sitten

Haluatko ansaita rahaa?

Freelancerin tarjouskilpailun edut

Aseta budjettisi ja aikataulu
Saa maksu työstäsi
Kuvaile ehdotustasi
Rekisteröinti ja töihin tarjoaminen on ilmaista
70 freelancerit tarjoavat keskimäärin $144 USD tätä projektia
Käyttäjän avatar
Having spent over 10 years honing my skills as a web developer, I am acquainted with the e-commerce ecosystem, especially Shopify, like the back of my hand. Your project requires an understanding of data structures and logic implementations to modify stock status display accurately, which aligns perfectly with my expertise in HTML, JavaScript, and PHP - the essential languages empowering this kind of manipulation on Shopify. I am confident in my abilities to iterate through your incoming stock batches seamlessly and create an elegant solution that will incorporate every aspect, including whether the next stock transfer date leaves the product inventory in a negative number.
$225 USD 2 päivässä
5,0 (1121 arvostelua)
8,6
8,6
Käyttäjän avatar
Hello there, I have read your project requirements. I am an experienced freelancer with over 10+ yearsof experience in web design and Ecommerce development. Can we discuss the design and flow of this website? Please send me a message via chat to discuss more about this project. Best Regards, Khurram
$140 USD 7 päivässä
5,0 (202 arvostelua)
8,1
8,1
Käyttäjän avatar
Dear Client, Hope you are doing good!! I am ready to help you on Immediate basis. I would love to discuss further, ASAP you schedule the interview. I am an experienced website developer, Develop near about 550 websites. I can create custom CRM, Laravel, ERP, Custom Plugin, Wix, WordPress, Shopify, MySQL, JavaScript, HTML, Woo-commerce Integration, jQuery, Third Party API integration, Bug Fixing, Troubleshooting, Malware Cleaning, Site Migration. I have 8+ years of experience in website development and designing. Please have a quick chat discussion and let me know your thoughts. When can we discuss? Regards
$200 USD 7 päivässä
4,7 (279 arvostelua)
8,2
8,2
Käyttäjän avatar
As an experienced Shopify developer with an impressive track record of over 1800 successful projects, I understand the significance of integrating your Shopify store with your inventory system flawlessly. Coherently, I have spent more than a decade honing the skills and knowledge necessary for this project and have a strong grasp on not just Liquid coding, but also on other crucial areas such as Theme set up, Theme customization, Apps integration, App development too. Talking about the task at hand, my expertise in HTML, JavaScript, CSS will lend itself well to modifying your stock status display logic. Such projects are not new to me and on several occasions, I have tweaked similar codes to perfection. Additionally, I am highly competent in using graphic design tools like Adobe Photoshop which can come in handy should you require any changes to the design elements on your product pages. What has truly set me apart is not just my skills but also my ability to understand unique business requirements and convert them into functional code. Being a friendly and approachable teammate is my USP; we can work together seamlessly through continuous communication. In all honesty, I feel we would thrive as a team in executing this modification successfully and efficiently.
$250 USD 7 päivässä
4,9 (109 arvostelua)
7,1
7,1
Käyttäjän avatar
Hello, I hope that you are doing well, we have carefully reviewed the technical requirements outlined in the attached document and confident in our ability to deliver exceptional results that meet your needs. Based on the provided details, it's clear that the objective is to enhance the stock status display logic to accurately reflect product availability, considering incoming stock transfers. The proposed modifications involve iterating through incoming stock batches, calculating combined inventory, and determining the earliest incoming date to display appropriate messages based on stock status. We have reviewed the code snippet provided, which outlines the current logic for displaying stock status messages. We understand the need to enhance this logic to account for scenarios where the next stock transfer date might also impact inventory levels, ensuring that the display reflects accurate availability information for customers. To achieve this, we will further iterate through incoming stock batches to calculate the total incoming quantity and adjust the display logic accordingly. By implementing these modifications, we aim to provide a seamless user experience that accurately reflects product availability and encourages customer confidence. We believe that collaboration is key to achieving the best results. Therefore, we invite you to connect with us for a more detailed discussion about your project. Best regards, ITSolution24x7
$140 USD 7 päivässä
5,0 (49 arvostelua)
6,6
6,6
Käyttäjän avatar
Hello, Glen E. I'm glad to see you here. I'm really confident in your job because I have the same experience in it. I'm sure I'll do my best for your project. Please feel free to reach out to me and I'm looking forward to the opportunity to work with you. Thank you very much. Kind regards. Alexander.
$200 USD 7 päivässä
5,0 (31 arvostelua)
6,1
6,1
Käyttäjän avatar
" Shopify Product Page Modification " sir i read your project brief and I will do your project Please review my similar portfolio https://www.freelancer.com/u/Programmers12 My Experience in this field for last 10 years and i m very consistent in my work i work almost 20 hours a day i am highly professional and master in Web designing and developing field and i will do a great job on your project if you give me the chance and will make you 100% satisfy from my work . Please come to chat for discuss in details. I'm ready to start your project now. Muhammad A
$30 USD 1 päivässä
5,0 (69 arvostelua)
5,8
5,8
Käyttäjän avatar
Drawing from a multifaceted skill set, I am well-equipped to tackle the project at hand. I have extensive experience with Shopify and its underlying technologies, particularly in customizing product pages through templating in HTML, JavaScript and PHP - all of which align with your project requirements. Notably, my familiarity with working on areas streamlined to backend functionalities, like stock inventory management, gives me an advantage for this project. Utilizing this expertise, I would revise and optimize the current logic to seamlessly integrate your inventory system. In addition, my proficiency in strategic planning and project management will work in your favor for planning every aspect of this task. I understand the importance of delivering on time without sacrificing quality of work. My meticulous approach to code implementation ensures that no loopholes are left unaddressed - just as we need to ensure each product listing accurately represents stock availability.
$140 USD 7 päivässä
4,9 (11 arvostelua)
5,6
5,6
Käyttäjän avatar
Sir, as you need a Shopify Product Page Modification for your project. As a senior Web developer with a wealth of expertise, my qualifications perfectly match your posting. I will be sharing multiple demo layouts on the same. You just need to pay when your assignment is finished because your satisfaction is more essential than money. You have absolutely nothing to worry about. We can continue our conversation after I ask you a few questions through messaging so Please come over Freelancer chat for more discussion on the Project. Thank you,  Shivam.
$120 USD 5 päivässä
4,9 (86 arvostelua)
5,8
5,8
Käyttäjän avatar
Dear, I am a skilled Shopify developer and I'd love to have the opportunity to work on your project. I've taken a look at your project carefully and I'm confident in my ability to deliver outstanding results for your project. Please don't hesitate to reach out if you have any questions or would like to discuss the project further. Regards,
$155,56 USD 3 päivässä
5,0 (34 arvostelua)
5,2
5,2
Käyttäjän avatar
As a seasoned web developer with Shopify expertise, I confidently propose my services to modify your product pages as per your inventory system requirement. With apt proficiency in HTML, PHP, and Shopify, my skills align perfectly with your project demands. My experience in e-commerce integration and Shopify web development has allowed me to attune to the specific and intricate needs of online businesses, making me well-suited for this particular task. Whether it's analyzing current logic codes or implementing innovative approaches to enhance stock status visibility, I have what it takes to provide an effective solution. Additionally, my affinity for details and fondness for turning ideas into tangible digital realities further prove my value for this job. My portfolio exemplifies the high-grade work I deliver, characterized by an amalgamation of creativity and meticulousness. Granting me this opportunity will ensure you precise modifications that streamline your inventory management process, convey accurate stock status messages, and ultimately improve customer satisfaction. Let's partner up to create a flawless shopping experience for your valued customers!
$30 USD 2 päivässä
4,9 (27 arvostelua)
5,3
5,3
Käyttäjän avatar
Hi there,Good morning I am Talha. I have read you project details i saw you need help with Shopify, PHP, Shopify Templates, HTML and JavaScript I am pleased to present my proposal, highlighting our extensive experience and proven track record in delivering exceptional results. Our portfolio of success will showcase past projects that demonstrate our ability to meet and exceed client expectations. Glowing testimonials from satisfied clients will attest to our professionalism, dedication, and the quality of our work Please note that the initial bid is an estimate, and the final quote will be provided after a thorough discussion of the project requirements or upon reviewing any detailed documentation you can share. Thanks for considering my proposal. I'm eager to collaborate and contribute to your project's success. Let me know if you need any more information. I will wait for your text to discuss the project in further detail. Regards. Talha Ramzan
$30 USD 10 päivässä
5,0 (8 arvostelua)
4,9
4,9
Käyttäjän avatar
Good Day, Hope you are having a great day. We have reviewed your requirements and you are looking for a shopify developer who can "Shopify Product Page Modification" no worries we are here to save your day. As a professional Shopify developer with 5+ years of experience working on different project and with different clients we have the ability to do this task professionally. Your website will surely stand out from the crowd. You are welcome to browse our portfolio: https://www.freelancer.com/u/Zonetiks What we provide: Project completion in 2 to 5 days. Unlimited revisions until you are satisfied. Our reputation goes with your satisfaction. Leave us a message to get detailing of processes and workflow. This is Emad from Zonetiks looking forward to hearing from you.
$151 USD 5 päivässä
5,0 (22 arvostelua)
4,7
4,7
Käyttäjän avatar
As an accomplished web developer with substantial experience handling complex projects on multiple platforms including Shopify, I bring a unique set of skills to optimize your product page's integration with your inventory system. My expertise in JavaScript and PHP combined with my proficiency in Shopify make me the perfect fit for your project. I have a proven track record of utilizing APIs effectively and implementing them for seamless third-party integrations, which will be vital for ensuring accurate stock logic on your product pages considering incoming stock transfers. In addition to these technical proficiencies, I have an innate talent for problem-solving and a commitment to delivering high-quality projects on time. My strength lies not only in my technical abilities but also in my communication and adaptability skills. I have always prioritized client satisfaction and successful collaboration with cross-functional teams, which means that incorporating client feedback and coordinating with other team members such as designers or content creators will be executed seamlessly. My experience in optimizing website performance and implementing rigorous security measures further prove my commitment towards making sure your Shopify store is not only efficient but resilient. Your project deserves a developer who can rise up to its complexities while ensuring seamless implementation – that’s exactly what I aim to provide you with every project.
$80 USD 1 päivässä
5,0 (44 arvostelua)
4,4
4,4
Käyttäjän avatar
As an experienced developer, I understand the intricate logic behind your stock status display and your proposal for modifying it. Proficient in HTML, JavaScript, PHP, I'm well-equipped to implement your proposed changes effectively on your Shopify platform. Additionally, I have a deep understanding of inventory management systems, and my proficiency in various payment systems can aid the smooth integration into your platform. My expertise extends beyond pure development, as I am also skilled in Wordpress, Graphics Design and Digital marketing. This means you're not just hiring a developer but a versatile professional who understands how all these factors interact on the digital space. My track record of delivering high-quality work promptly speaks for itself and is something I believe every client should consider when choosing a freelancer. Let me bring all these skills to bear on optimising your Shopify site to better integrate with your inventory system. Collaborating with me will ensure that your project is undertaken professionally and handled meticulously from beginning to end. Don't hesitate to reach out!
$30 USD 1 päivässä
5,0 (19 arvostelua)
4,1
4,1
Käyttäjän avatar
Hello. I am a SR. WEB DEVELOPER who can certainly make your idea into real! I have enough experience in HTML, Shopify, PHP, Shopify Templates and JavaScript. I am waiting your reply here, please don't hesitate contact me anytime. Thanks.
$200 USD 7 päivässä
5,0 (6 arvostelua)
4,2
4,2
Käyttäjän avatar
Hello there! As an experienced web developer who has created and modified numerous Shopify pages, I am confident that I can assist you in integrating your product pages seamlessly with your inventory system. One of my key strengths is my ability to use languages like HTML and PHP to extract and manipulate data. This means I excel at writing code that accurately computes inventory quantities and the incoming stock dates for your product pages. In relation to your existing logic, I propose iterating through each incoming stock batch, collecting the dates and quantities to calculate the combined inventory. Evaluating both the current stock and incoming stock will provide a holistic picture of your inventory status. My familiarity with Shopify templates plays a significant role here, as implementing this code modification requires pinpoint precision and deep-seated knowledge of the platform’s interface – elements I possess. I want to ensure that not only is your stock information accurately displayed but that customers are given clear messages concerning product availability on your site. Collaborating with me guarantees meticulousness, creativity and a dedicated busines-oriented mindset marked by over 150 successful projects across various facets of IT industry. Let's convert this project into another successful endeavor!
$50 USD 3 päivässä
5,0 (6 arvostelua)
4,2
4,2
Käyttäjän avatar
Hi, there! Having confirmed the job posting, it seems like you might be looking for a senior developer for your project - Shopify Product Page Modification. I have worked with similar projects so that I can provide you with a satisfied result. This project really caught my attention because I have been working in this specific industry for 10 years now, and have not only gained experience or knowledge but, I have got the answer to the main problem which many clients face which is communication and I can assure that you will be satisfied and updated throughout the process, if we move forward. Can't wait to have you on chat with me, and to get started with this project. Regards
$200 USD 3 päivässä
5,0 (5 arvostelua)
4,0
4,0
Käyttäjän avatar
Hey there, I've reviewed the modifications you need for your Shopify store regarding stock status display logic on product pages. Do you have time for a quick call to discuss the specifics? To summarize, the objective is to enhance the existing logic to accurately reflect stock availability considering incoming stock transfers. Are you looking to implement these changes across all product pages? Based on the proposed modifications, I'll ensure the code iterates through incoming stock batches, calculates combined inventory, and determines the earliest incoming date for accurate messaging. When would you like to begin implementing these changes? Let's hop on a quick call later to discuss this further and address any questions or concerns you may have. Looking forward to it!
$50 USD 4 päivässä
5,0 (19 arvostelua)
4,2
4,2
Käyttäjän avatar
Hi Glen E. It seems like you're looking for a senior engineer who can complete the project - Shopify Product Page Modification. I am writing to express my keen interest in your project since I have definitely worked on the similar projects in the past. Proven Track Record: I have a solid track record of successfully completing projects similar to yours, with positive feedback from satisfied clients. Technical Expertise: My extensive experience in IT development equips me with the skills needed to navigate the complexities of HTML, PHP, Shopify, Shopify Templates and JavaScript. Deadline Commitment: I understand the importance of timelines and am committed to delivering your project on schedule. With over 7 years of experience in IT development, I have successfully delivered projects similar to yours. My expertise spans a range of technologies and platforms, and I am confident in my ability to provide you with high-quality work within the specified deadline. I am eager to discuss your project further and explore how my skills align with your vision. A conversation would allow me to better understand your specific requirements and share insights on how we can achieve your goals. Best regards, Paulo
$250 USD 7 päivässä
5,0 (2 arvostelua)
3,8
3,8

Tietoja asiakkaasta

Maan CANADA lippu
victoria, Canada
5,0
27
Maksutapa vahvistettu
Liittynyt huhtik. 17, 2012

Asiakkaan vahvistus

Kiitos! Olemme lähettäneet sinulle sähköpostitse linkin, jolla voit lunastaa ilmaisen krediittisi.
Jotain meni pieleen lähetettäessä sähköpostiasi. Yritä uudelleen.
Rekisteröitynyttä käyttäjää Ilmoitettua työtä yhteensä
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Ladataan esikatselua
Lupa myönnetty Geolocation.
Kirjautumisistuntosi on vanhentunut ja sinut on kirjattu ulos. Kirjaudu uudelleen sisään.