Budget: 2222 UAH Deadline: 1 day
Good day, I am interested in your offer. I would be happy to collaborate. Cost calculations for the implementation timelines will be made after discussing the details.
Budget: 2500 UAH Deadline: 1 day
Hello! The situation is typical: the calculation logic on the backend (in the cart) works correctly, but the connection between JavaScript on the frontend and the DOM elements of the product page is broken. Most likely, after updating the theme or plugins, the selectors or event handlers (change) responsible for dynamically updating the price have been disrupted. I specialize in fixing such bugs and automating UI interactions (over 30 successful projects). I will quickly find the cause of the broken connection and restore the instant display of the final cost.
My problem-solving plan:
* Diagnosis (Console & Network): I will check if the script throws errors in the console when selecting options. I will determine how the calculator is implemented: pure JS/jQuery or if it is a built-in function of the plugin (for example, WooCommerce Variations).
* Restoring Event Listeners logic: I will set up event handlers on the dropdowns (select). Upon each option change, the script will:
* Read the base price of the product.
* Add the cost of the selected modifiers.
* Instantly overwrite the text field with the price on the page.
* AJAX handling (if needed): If the option prices are pulled from the server, I will optimize the requests to ensure smooth and delay-free updates.
* Final testing: I will check the functionality on mobile devices and in different browsers to ensure the price always matches what goes into the cart.
Deadlines and cost:
* Completion time: 3–6 hours (I will do it on the day of the request).
* Cost: 1,500 – 2,500 UAH (depends on whether it is custom code or a standard plugin that needs to be reconfigured).
Why me:
As an automation specialist, I write clean and lightweight code. I will not just "make the number change," but I will do it in a way that ensures the functionality does not break again with future site updates.
Bonus: I will set up a micro-animation for the price update (smooth appearance) for free, so the user clearly sees that the cost has changed according to their selection.
Please let me know which platform the site is running on (WordPress/WooCommerce, OpenCart, or another CMS)? And if possible, send a link to any product with such options.
I would be happy to quickly fix your calculator!
Budget: 777 UAH Deadline: 1 day
Доброго дня.🌞
Зроблю, покажіть будь ласка сайт.
Виконаю завдання якісно, з увагою до деталей і за вказану ціну.
Звертайтесь! Розпочну працювати відразу.
Маю 7 років досвіду розробки на WordPress/WooCommerce, OpenCart.
Дещо з мого портфоліо: 👇
pridewood.ch
hyro.ai/roi-calculator/
white-chimpanzee-938039.hostingersite.com/
matrixfate.space
rdlnit.com
soulroom.com.ua
pharmaxi.ua
ac-group.kiev.ua
tabooclothes.com.ua
santehplus.shop
dho.com.ua
locs-ua.com
imania.com.ua
albamed.com.ua
Budget: 1000 UAH Deadline: 2 days
Good day.
I will fix the problem through JS as follows: I will add a change handler for all dropdown option lists, and with each selection, I will recalculate the total cost (base price + price of selected options) and immediately update the price on the page without reloading. I will also check to ensure that all types of options are taken into account and that there is no conflict with the cart script.
Budget: 700 UAH Deadline: 1 day
Hello, I have extensive experience in creating websites. I can quickly and efficiently help. I am ready to discuss the details in private messages.
Budget: 777 UAH Deadline: 7 days
I am ready to take on your request and offer an effective solution. I will conduct a preliminary analysis of needs and success criteria. First, I will agree on the requirements, then I will propose an action plan and a basic technical approach. The deadline will be agreed upon after clarifying the requirements. Direct work with you, transparent conditions, and no intermediaries. If interested, please review the portfolio and choose a method of collaboration.
Budget: 2000 UAH Deadline: 3 days
Hello! Having studied your project with great interest, I am ready to start working on it. Let's discuss the details to achieve the best result.
Budget: 1200 UAH Deadline: 1 day
Good day. I have extensive work experience, more than 12 years, feel free to contact me in private messages to discuss the details.
Have a nice day 👋
Budget: 700 UAH Deadline: 2 days
Hello! I can fix the display of the amount on the options selection page so that the total with the selected options is shown immediately, without going to the purchase. I will do it quickly and correctly.
Budget: 700 UAH Deadline: 1 day
Hello!
I am ready to quickly understand and fix the problem with the calculator. I understand that the amount is currently being correctly transferred to the cart, but it does not display when selecting options — this is most likely an error in the logic of updating the price on the frontend.
I will fix the display of the final cost in real-time when selecting options, so the user can immediately see the correct amount.
I am ready to complete the task for the minimum cost, as reviews and reputation are important to me right now. At the same time, I guarantee the highest quality of work.
I can start immediately. I will do it promptly.
I am waiting for access and details.
Budget: 1000 UAH Deadline: 1 day
Good day.
I am ready to fix the error with the calculator. Please provide a link to the website so I can take a closer look.
Budget: 2000 UAH Deadline: 2 days
Hello! I understand the problem: the calculator on the product page does not update the total cost in real-time when selecting options, although the data is correctly transmitted to the cart.
Here’s how I will solve this task:
Script analysis: I will find the existing logic for calculating the cost and fix the event handlers (onchange) for the selects.
Dynamic update: I will add a JS script that will instantly sum the base price with the selected options and display the current amount to the user.
Testing: I will check the correctness of the price display on all devices (desktop/mobile version).
I have extensive experience in fixing JS errors on websites. I am ready to do everything quickly and accurately. I look forward to your feedback!
Budget: 989 UAH Deadline: 1 day
Good day!
I have extensive experience working with websites, and I can quickly and efficiently fix your problem.
Budget: 2000 UAH Deadline: 2 days
Alexander, the task is clear. The problem is that the calculation logic on the client side (JavaScript) has become desynchronized with the server side or simply "dropped out." Since the total in the cart is correct, the server is receiving the data properly, but the UI script does not update the price text field in real time.
To fix this, I will take the following actions:
1. Technical audit of the scripts
I will find the JS file responsible for selecting options (usually this is the change event handlers for select dropdowns). I will check the browser console for errors: often the calculator stops working due to library conflicts or syntax errors after installing new plugins.
2. Restoring the recalculation logic
I will write or fix the handler function that will read the base price of the product and add the modifiers from the selected options. I will implement this by searching for attributes (for example, data-price) in the dropdown elements. After each change in selection, the function will instantly update the DOM element with the final price.
3. Checking dynamic prices
If the site uses a complex system of discounts or special prices, I will set up an AJAX request to the server. This will allow obtaining the current cost directly from the site engine with each click, ensuring 100% price match on the page and in the cart.
4. Testing and responsiveness
I will check the operation of the calculator in all browsers and on mobile devices. I will ensure that when switching options, the price changes smoothly, without reloading the page, and correctly displays the currency.
To perform the work, I will need access to the admin panel and FTP/SSH of your site. Also, please specify which CMS the resource is running on (WordPress/WooCommerce, OpenCart, or a custom system), as this will determine the method for editing the template.
Can you send me the link to the product page where the summation is currently not working?
Budget: 1500 UAH Deadline: 2 days
Hello!
I can fix the calculator work.
For an accurate estimate, show the website and then I will tell you exactly about the time and cost.
Feel free to contact me.
- Projects -
- Rating -
- Rating 216
Budget: 700 UAH Deadline: 3 days
Hello! I am a front-end developer with 2 years of experience. I am ready to fix this issue as quickly as possible, write everything that needs to be discussed.
Budget: 1000 UAH Deadline: 1 day
Hello! Ready to discuss and complete your order.
Budget: 1000 UAH Deadline: 2 days
I will make a calculator, I have experience and work.
https://bestgaragedoorrepairandservice.com/
Budget: 700 UAH Deadline: 1 day
Good evening! I will do everything quickly and efficiently in just an hour.
Budget: 800 UAH Deadline: 1 day
Hello, I am ready to take on your task. I have developed similar calculators for organizations involved in car transportation and the sale of spare parts for trucks.
Budget: 700 UAH Deadline: 1 day
I have reviewed your task. The problem is classic for the frontend part: most likely, after updating or editing the code, the JavaScript handler "fell off" (for example, the classes or IDs of elements changed), which dynamically recalculated the price on the screen. It is good that the server part (cart) calculates everything correctly — this means that only the visual display needs to be fixed.
I specialize in frontend development (HTML, CSS, JavaScript) and will be able to find the reason and restore the script's functionality so that the final cost, taking into account the dropdown options, is displayed immediately and correctly for the user.
I am ready to start the task. Please send the link to the website in private messages — I will immediately check the code in the developer console and tell you how long the fix will take.
I look forward to collaborating!
Best regards, Nazar.
Budget: 1000 UAH Deadline: 1 day
Hello. I have extensive experience in website development. I am ready for collaboration.
Budget: 1000 UAH Deadline: 3 days
Good day! I am ready to professionally fix the logic of the options calculator on your website so that the user sees the amount immediately. I have experience in frontend development and integrating dynamic functions for e-commerce.
Write to me in private messages, and we will discuss the details.
Budget: 1000 UAH Deadline: 1 day
Good evening, I can do it. Contact me, I work quickly...................
Budget: 1000 UAH Deadline: 2 days
Hello! I am ready to take on the task. If everything displays correctly when clicked, it means that the calculation logic is there, just not linked to the dropdown change event.
I will fix it so that the final price updates immediately upon selecting each option - without reloading the page.
Please tell me, what is the website written in?
I have experience with JS/jQuery and have done similar tasks.
Deadline: 1-2 days
Cost: 1000 UAH
Budget: 1000 UAH Deadline: 1 day
Ready to fix. I will start right now, feel free to contact me. I will complete it by night, for a cost of 1000 UAH. Huge experience in website development and working with WordPress + WooCommerce.
Budget: 1200 UAH Deadline: 1 day
I can fix it. Right now, judging by the description, the calculation works on the server (when adding to the cart), but it does not update on the frontend when selecting options. It is necessary to correct the JS / logic of the options module so that the final price is recalculated immediately when changing values in the dropdown list.
I will make it so that the user sees the current amount with all selected options directly on the product page without clicking "Buy."
Budget: 1000 UAH Deadline: 1 day
Yes, I can fix this. According to the description, the problem is that the event listener is not triggered on the frontend when changing parameters in the dropdowns. To solve this, I will first check the current calculator script on the page: most likely, there is either a conflict of libraries or the current prices are not being pulled from the option attributes. I will set up dynamic updating of the total cost through JavaScript so that each time a new configuration (trim, box, size) is selected, the amount is recalculated and displayed correctly before the purchase button is clicked. I will also check to ensure that the final price on the screen always matches 100% with the one that goes into the cart, so that the user is not confused. I am ready to start working; for this, I will need access to the website files or the control panel.
Budget: 1000 UAH Deadline: 1 day
Good evening.
Write, I will do it.
Budget: 1000 UAH Deadline: 1 day
Hello.
I will be glad to cooperate.
I am ready to discuss the details in personal correspondence.
Proposals concealed
Proposals are currently absent
Current freelance projects in the category HTML & CSS
Website layout based on the ready design
Based on the existing website design template, create the layout for the Laravel framework. The design mockup is made in Figma. I will describe in more detail in private messages.
There is a sales funnel for the online store that we want to replicate for ourselves. It looks like this: The main landing page (the product that is primarily for sale, for example, a shirt). Then the checkout page (where the person enters their details and chooses how many shirts they want to buy, for example). Then they go further down the funnel and are offered upsell 1 (socks) + then upsell 2 (underwear) and finally the thank you page. You can see how this should work in terms of page transitions and logic here (you need to get to the end to the thank you page) https://3plus3.heroman.com.ua/standard/. We have examples of pages that we want to create for ourselves. So for us, essentially, we will copy the design - layout - fill it in with our product. The upsell pages will have the same design and structure as on the site I shared above (underwear). You will not need to fill the pages with information, just gather the skeleton - so that the application comes through correctly. Also, you do not need to come up with the structure of the pages. From you, essentially: Copy and layout. Set it up to work technically correctly. Show how to work with this so we can do it ourselves. There are 2 website builders in mind, we are currently working closely with 1 and need to understand if we can deploy this on it (but I read in GPT that it is possible).
Task Need to create a stylish responsive email template based on the provided text and prepare it for upload to the email marketing service. What needs to be done Design the email. Code a responsive HTML email. Insert the provided text. Prepare blocks for images and icons. Add CTA buttons. Prepare links with UTM tags. Create a plain-text version of the email. Check rendering in major email clients. Prepare the final file for upload to the mailing service. Design Requirements A clean, modern, premium-style email is needed. The email should be easy to read, not overloaded, with a clear structure, short text blocks, visual accents, and several CTA buttons. Technical Requirements Responsive HTML email coding; Correct rendering on desktop and mobile; Table-based layout; Container width approximately 600–700 px; Inline CSS / email-compatible CSS; Buttons must be HTML/CSS, not images; All important data must be HTML text; Images must have alt text; No JavaScript; No forms inside the email; Links must work correctly; Preparation of UTM tags for CTA. Testing Need to check rendering in at least: Gmail; Apple Mail; Outlook; mobile email clients. Deliverables Ready HTML email file. Plain-text version. Preview or screenshots desktop/mobile. Instructions on where to change links, text, and images. File/version ready for upload to the mailing service. In your response, please attach examples of HTML email newsletters you have created and specify which mailing services you have worked with.
It is necessary to reproduce as accurately as possible:– the structure of the pages; – the layout of the blocks; – the catalog grid; – the sizes of the elements; – the margins; – the typography; – the colors; – the header and footer; – product cards – the menu structure; – menu categories; – modal windows; – adaptive behavior; – hover, active, and mobile states. – the product page must have microdata for products – Pages must be optimized according to Google SEO recommendations1. Type of siteResponsive online sushi delivery store.Main versions:– desktop – from 1280 px; – tablet – 768–1279 px; – mobile – 320–767 px.2. NavigationHomeCategoriesPromotionsAbout UsDelivery and PaymentContactsMenuProduct CardShopping CartPage TemplateThe “Page Template” block should contain:– header;– breadcrumb;— “up” arrow— Light and dark theme switcher with user choice retention.— A watermark with the logo on the background of the page— Fix an image of chopsticks on the right edge of the background— Footer ResultDeliver:– Figma mockup for desktop and mobile; – HTML files; – CSS; – JavaScript; – a folder with placeholders; – responsive version of the page; – archive of the completed project.The main requirement is the most accurate reproduction of the structure, design, and behavior of the page example.com
Continuation of the project. Redesign and relaunch of the Brovchak Family Dental Care clinic website 0680006609 http://brovchak-clinic.com.ua/ specifications from SEO expert https://docs.google.com/spreadsheets/d/17_WyPf3XVpzbuBjpJ7MNFs12QUL-aHv7iIbKudY-IEw/edit?gid=0#gid=0 https://miro.com/app/board/uXjVHXxFvIE=/About the project A complete redesign of the existing dental clinic website is required based on the ready prototype in Miro. The result should include: UI/UX design responsive layout WordPress integration SEO-safe relaunch technical optimization analytics setup the ability for easy self-editing of content It is critically important: the website must not only look modern but also improve business metrics and not lose current SEO positions.Business goals of the project The redesign is being carried out to: increase the number of inquiries from the website; improve the conversion of booking forms; enhance trust in the clinic; demonstrate the expertise of the doctors; present complex clinical cases; form a premium positioning; increase the number of inquiries for implants, orthopedics, and comprehensive treatment.Visual conceptPositioning Premium author dentistry. Not a chain clinic. Not a mass flow of patients. Individual approach, predictable results, and complex clinical solutions.The emotion the website should evoke "Here, not just dentists work. Here, a team of experts creates long-term and predictable solutions, paying attention to every detail."Style Workshop / Dental Atelier. Author's dentistry. Premium minimalism. Focus on: microscopy; navigational implantation; digital scanning; gnathology; complex rehabilitations. Use: large professional photos of doctors; photos of doctors at work; real patient cases; photos of the clinic. Minimize or completely exclude: stock photos; template dental images; typical design solutions of chain clinics.SEO and relaunch Critical requirement: The redesign must not lead to a significant drop in organic traffic. It is necessary to: preserve the SEO structure of the website; preserve or correctly transfer URLs; set up 301 redirects; transfer all meta tags; preserve page indexing; check robots.txt; check sitemap.xml; check canonical; check schema.org; perform an SEO audit before and after the launch.KPI SEO Permissible drop in organic traffic after launch: no more than 10%. Preference will be given to performers who have successful cases of SEO-safe migrations.UX and conversion The website must provide: quick access to booking a consultation; clear service structure; simple navigation; mobile convenience; quick contact with the clinic. Anticipate: CTA blocks; booking forms; quick call; messengers; trust blocks; video testimonials; treatment cases.Technical requirementsSpeed Google PageSpeed: Desktop — 90+ Mobile — 95+ Core Web Vitals must meet Google's recommendations.Optimization It is necessary to: optimize CSS; optimize JS; set up caching; optimize images; use WebP; minimize third-party scripts.Code quality Important: clean code; absence of unnecessary plugins; use of WordPress's built-in capabilities and theme; compatibility with future WordPress updates.AI assistant (agent) A solution for implementing an AI consultant needs to be proposed. Desired functionality: answers to typical questions; booking a consultation; integration with Telegram; integration with Instagram Direct; integration with Facebook Messenger; integration with Viber; transfer leads to CRM or administrators, or to a Telegram bot Please describe the proposed solution separately.Work result The output should include: New website design. Responsive layout. SEO-safe launch. Optimized code. Configured analytics. Administrator instructions. Warranty support after launch. Implementation of AI Search and AI output Within the project, a separate set of works is required to prepare the website for Google AI Overviews, AI Mode, ChatGPT, Gemini, Perplexity, Copilot, and other AI search engines. The work includes: Designing the entity map of the clinic: organization, branches, doctors, services, cases, articles, FAQ, videos, and prices. Creating logical connections between: doctors and services; services and cases; services and FAQ; articles and authors; branches and available treatment directions. Implementing structured data JSON-LD: Organization; MedicalClinic / Dentist; LocalBusiness; Person; ProfilePage; Service; MedicalProcedure — where semantically correct; Article / BlogPosting; VideoObject; FAQPage; BreadcrumbList; WebSite; WebPage; ImageObject. Creating structured content types in WordPress: services; doctors; cases; articles; FAQ; videos; branches; prices. Implementing ACF connections between content types and automatic generation of schema.org from approved fields. Building FAQ in three levels: FAQ on service pages; separate expert decision-guide pages; general patient question center. Ensuring the accessibility of main content in HTML without dependence on client-side JavaScript, images, or PDF. Implementing authorship of medical content: author; medical reviewer; publication date; update date; link to the doctor's profile. Adding transcripts to expert videos and linking videos with services, doctors, and cases. Checking robots.txt, sitemap.xml, canonical, noindex, snippet controls, and site accessibility for search and AI crawlers. Setting up tracking of AI traffic: separate channel group in GA4; referrer sources ChatGPT, Perplexity, Gemini, Copilot, Claude; transferring the source to CRM and Telegram applications; report in Looker Studio; accounting for self-reported attribution from patients. Creating a basic set of queries for regular monitoring of the clinic's visibility in AI output. Checking structured data through Rich Results Test and Schema Markup Validator. Preparing instructions for the administrator: how to add FAQ; how to create a case; how to specify the author; how to update the medical review date; how to add video and transcript; how to link material with service and doctor. other.