Calculator on Khoroshop
-
The implementation of a calculator directly on the product card in Khoroshop has its peculiarities, as this platform is a closed SaaS solution and does not allow direct interference with the backend code or database. However, this task can be solved in two proven ways, depending on the complexity of your formula. Options for implementation on Khoroshop: Option 1. Using modifications (standard functionality) If you have a fixed set of sizes (for example, in increments of 10 cm), it is best to implement this through modifications. • How it works: Characteristics "Width" and "Height" are created. All combinations are generated as separate modifications with their own price. • Pros: The cart, stock, and uploads to marketplaces (Rozetka, Google Shopping) work correctly. • Cons: If there are hundreds of sizes, filling this in manually is difficult (import via Excel is needed). Option 2. Integration via JS script (Custom calculator) This is exactly what you describe: the user enters arbitrary numbers (for example, 123 cm by 45 cm) and sees the result. • How I will implement this: 1. Through the "Scripts" section in the Khoroshop admin panel, I connect custom JavaScript. 2. Additional fields (text input fields) are created in the product card. 3. The script reads the entered data, multiplies it by your coefficient (price per square meter or another formula), and replaces the main price on the page for visual display. • Pros: Maximum flexibility for the client. • Important: Since Khoroshop does not allow changing the price in the cart "on the fly," the base price will come in the order, and the calculated cost and sizes will be indicated in the order comment or as selected characteristics. The manager will confirm the final amount during the call. My work plan: 1. Formula analysis: You provide the calculation formula (for example: Width × Height × Price_m2 + Accessories). 2. Script development: I write JS code that works without delays and does not "break" the standard layout of Khoroshop. 3. Styling: I will design the input fields so that they look like a native part of your website's design. 4. Testing: Checking functionality on mobile devices and desktop. Why you should choose me: • I have experience "bypassing" Khoroshop's limitations through custom scripts. • I understand the logic of e-commerce: the order must be convenient for both the client and the manager. What specific product are you selling? This will help me understand if additional coefficients are needed (for example, minimum order area or step multiplicity). I am ready to discuss the details and start working!
-
4127 148 2 2 Ready to discuss the details of the work in private messages. I work quickly and efficiently. Partner Goodshop.
-
6650 28 0 2 Hello! I have reviewed your request regarding the cost calculator on the Horoshop platform. I have extensive experience working with this platform and understand its technical features, so I will help you figure out the possibility of implementing such functionality.
The Horoshop platform is a closed SaaS solution, which means there is no direct access to the source code (FTP or PHP editing) for writing custom calculation scripts directly in the engine's logic. Implementing a calculator where the price changes dynamically based on user-entered numbers (width and height) usually requires the use of third-party widgets or integration through scripts in the tag management cabinet, if your tariff plan allows it. I can assist with configuring the available tools on the platform, such as "Products with dimensions" or options with fixed sizes, if they can meet your needs without complex programming.
If you require a complex mathematical calculation in real-time, I will analyze the possibilities of connecting an external JS script through the marketing tools section to display the calculated price on top of the standard one. This will allow the customer to see the current cost before adding it to the cart. We can also consider the option of setting up product modifications if the range of sizes is fixed, which is the most stable method for this platform.
To choose the best technical solution, please clarify which Horoshop tariff plan your store is operating on, as the ability to add custom scripts depends on the service package. Also, let me know if you have a ready formula for calculating the cost per square meter or linear meter of the product.
I am ready to thoroughly study the specifics of your product and propose the most workable implementation option within the platform's limitations. I would be happy to collaborate!
…
Would you like me to check the technical documentation of your tariff for support of third-party JavaScript widgets?
-
1009 2 0 Good day!
I can implement a cost calculator in the product card on Khoroshop. The user will be able to enter the width and height of the product, after which the price will be automatically recalculated and displayed on the product page.
What will be done:
• addition of fields for entering width and height
• automatic calculation of cost according to the specified formula
• dynamic price update without reloading the page
• correct operation on mobile devices
… • neat integration into the existing product card without disrupting the store's operation
I will be happy to collaborate! :)
-
764 5 1 Hello! I understand the task — I will implement a price calculator directly on the product card in Horoshop.
What I will do:
— Input fields for "width" and "height" on the product page
— Automatic recalculation of the cost when values change (without reloading)
— Calculation formula — based on your example (price per m², minimum size, etc.)
— Correct display on mobile devices
— Integration via JS into the Horoshop theme without changing the core of the platform
Please clarify the calculation formula and if there are minimum sizes — I will do it exactly according to your conditions.
-
182 Response Gemini
Hello! I am Oleksandra, a developer with an engineering approach (studying at KhNURE in the ITU specialty). Since Khoroshop is a closed platform, implementing the calculator requires proper integration through custom JS scripts and CSS to ensure the calculation works correctly without disrupting the standard cart logic.
My action plans for the project:
Analysis of the calculation logic: I will agree with you on the formula (price per sq.m., minimum order area, step multiplicity) for accurate computation.
Development of the JS widget: I will write a script that will read the parameters entered by the user (width and height), instantly display the total price in the product card, and pass it to the cart.
Design and UI: I will style the input fields and price block using CSS so that they look like a native part of the Khoroshop template (Pixel Perfect).
…
Integration into the admin panel: I will implement the solution through the "Scripts" section and configure the display of the calculator only for the necessary product categories.
Testing: I will check the functionality on different devices to ensure the fields are convenient for input from both desktop and smartphone.
An example of my work (technical layout and responsiveness): 🔗 https://sashynag33.github.io/forest-park-resort/
-
686 2 0 The task is interesting and quite feasible. We will create not just a "counter," but a full-fledged calculator that integrates into the logic of Khoroshop.
-
667 5 0 Hello! I am interested in your project. I have extensive experience in:
📊 Data processing: working with databases, structuring and analyzing information, automating the processing of large volumes of data, import/export and validation;
🤖 Automation and emulation of user actions, development of bots of varying complexity;
⚡️ Asynchronous and multithreaded parsing: collecting and processing data with performance optimization;
🔍 OCR and text search: recognition and structuring of information;
🖼 Media processing: working with images and multimedia;
🖥 Software development, desktop applications, system services and utilities;
📱 Mobile development: native and cross-platform applications;
… 🌐 Working with APIs and third-party services: integration, automation, and data exchange;
🗣 Translation and text processing: automation of translation, working with language models and text analytics;
🤖 AI/LLM solutions: integration and use of artificial intelligence, working with language models and automating intelligent processes.
I will complete the work quickly and efficiently. Contact me to discuss the details and deadlines of the project!
-
1182 13 0 3 Hello! My partner (designer + full-stack) and I have been working with e-commerce platforms for 4 years and know all the technical features of Horoshop, so we will help you implement the cost calculator according to your request. Since Horoshop is a closed constructor (SaaS), where there is no direct access to the backend code or the ability to install arbitrary plugins, we will implement this solution through a custom JavaScript script that will be integrated into the dashboard through the marketing tools section. We will add fields for entering width and height in the product card, set up the calculation logic according to your formula (for example, per square meter or linear meter), and ensure instant price updates for the user. Our experience in development is 4 years, and the quality of our work with frontend and logic can be assessed by the projects hyperfi.tech, espressolab.com.ua, and hudi.com.ua.
-
390 Good day! 👋
I can implement a cost calculator on the product card in Khoroshop, where the customer will enter the width and height of the product, and the system will automatically display the final price.
How it will work
Input fields for width and height are added to the product card.
After entering the parameters, the price is automatically recalculated.
…
The calculation formula can take into account:
Area (width × height)
Base price per m²
Minimum cost or other rules
The result is immediately shown to the user without reloading the page.
What will be done
Connecting the JS calculator to the product page.
Correct price recalculation.
Proper functioning on mobile and desktop devices.
Validation of entered values (to avoid errors).
If there is a price calculation formula or example, please send it — I will implement the calculator exactly according to your logic.
-
237 Hello! I can implement a calculator using Custom JS. But it is important to understand: do you need just a visual display of the price for the client, or for this price to be correctly transferred to the cart when ordering? Goodshop has its own technical limitations regarding this, and I know how to bypass them so that orders come with the correct amount. The price depends on how deep the integration needs to be. I am ready to discuss the details!
-
334 Good day.
I have reviewed the task. I have experience in developing functionality for online stores and implementing custom calculators in the product card.
We can discuss the details of the implementation and start working.
-
478 1 1 I can implement a cost calculator in the product card on Khoroshop. The user will be able to enter the width and height of the product, after which the price will be automatically recalculated and displayed on the product page.
I have experience in web development (JavaScript / TypeScript, React) and integrating custom logic into websites.
I am ready to discuss the details of the calculation formula and implement a user-friendly interface for clients.
-
1375 5 0 Good day.
I can implement a calculator in the product card on Khoroshop using JS. The client will enter the width and height, and the price will be automatically recalculated and displayed on the page.
I will make it work correctly when changing values and ensure it looks neat in the design of the card.
Message me privately, show me the product page — I will take a look and provide more precise details on the implementation.
-
885 7 0 Good day, I have over 6 years of experience working with Khoroshop. I have created websites from scratch on this platform, to full completion (design with CSS editing through client.css, uploading products, photos, filters, specifications, categories, articles, SEO meta tags, banners, etc.), setting up and connecting online payments and deliveries. The work also included tasks related to unloading feeds and configuring for Google, Rozetka, Facebook, Prom, Hotline, all of which passed moderation on these platforms without any issues.
-
1066 7 0 Good afternoon!
I am ready to implement a product price calculator on Khoroshop. The client will be able to enter the width and height of the product, after which the price will be automatically calculated.
I already have experience in implementing similar solutions — I personally created a calculator in JavaScript. You can see an example of my work here:
https://Vazgen227.github.io/portfolio/Calculator
The cost of the work is 1500 UAH. I am ready to discuss the details and start the implementation.
-
4873 107 0 Hello, Anna!
I will develop a calculator based on the React framework, using HTML, CSS, and JavaScript, with the implementation of calculation logic through a separate module to support code reuse.
The exact price and deadlines will be provided after clarifying the details.
Profile:Freelancehunt
Reviews:Freelancehunt
-
865 50 0 1 Hello, Anna!
I am ready to help you with the project, I have work experience and a portfolio.
I have already implemented various widgets on Goodshop, there are reviews in the profile. I will implement your calculator, write to me!
Do you just need to calculate the price or also send applications? Let's discuss in more detail!
Price: 1000-1500, depending on the complexity of the form!
Portfolio:Freelancehunt
Write to me, I will be happy to help you!
-
249 11 0 2 Good day, I have experience in this matter. I have completed a similar project: https://freelancehunt.com/project/kalkulyator-dlya-veblium/1374150.html
You can check others in my profile.
I will do it quickly and efficiently.
Write to me.
I am available!
-
12490 600 0 Good day. I am implementing a calculator, please contact me in private messages…
-
2581 283 2 5 Good day! I have significant experience in performing similar tasks. I also have good experience working with Khoroshop. Feel free to contact me, we will discuss the details, and I am ready to start.
-
327 Good day, the price will depend on some factors.
- Is there already a ready external calculator on GoodPi?
- Is only functionality needed or also design and external calculator?
Deadline 1-2 days
Contact me and I will be happy to work with you?
-
3838 44 0 Hello, I can create a calculator, please contact me to discuss all the details.
-
8103 38 0 1 I will make a calculator on Goodshop, thank you, I have experience and work accordingly.
Current freelance projects in the category HTML & CSS
Webflow developer for filling portfolio pages on the websiteA website custom-built on Webflow for a construction company needs to quickly fill project pages using one template (replace images and texts) For 2 languages Quantity - 6 pieces Ready to start asap, thank you! HTML & CSS, Web Programming ∙ 2 hours 2 minutes back ∙ 21 proposals |
Layout and setup of a WordPress site for a construction company (Premium segment) with a focus on SEOProject Description: We are looking for an experienced WordPress developer to implement and deploy a ready design layout from Figma onto the WordPress CMS. Important Project Context: This is not a website development from scratch. The company has an existing website, and we are… HTML & CSS, Web Programming ∙ 6 hours 44 minutes back ∙ 48 proposals |
Moved the website from OpenCart to the Khoroshop platformHello. There is a website on OpenCart, an online store. It is necessary to transfer the structure of the site to the GoodShop platform, select a design for the new site, and make it fully functional. HTML & CSS, Web Programming ∙ 1 day 3 hours back ∙ 28 proposals |
Need a strong WordPress / WooCommerce specialist for the refinement of the MARSPRO website.We are looking for a responsible freelancer or a small team for the quality completion and technical refinement of the MARSPRO company website. The website is already operational, but there are many minor and significant technical issues left by the previous developer. We need a… Content Management Systems, HTML & CSS ∙ 2 days 3 hours back ∙ 44 proposals |
Sandra Ice Cream - Kaleidoscop
92 USD
We have a small project, and we would like to know if you can prepare a video for us for an LED screen. The video will be used at our event. We will provide all necessary materials: design, brand book, dimensions, and technical requirements. Please let us know if you are… HTML & CSS ∙ 2 days 5 hours back ∙ 7 proposals |