Have something to say?

Tell us how we could make the product more useful to you.

Make Registration Form Tax Notifications Translatable

Currently, the tax notifications/messages shown in the registration form are not translatable within the app. This limits localization support for multilingual stores and users. Requested Improvement Add support for translating all tax-related notifications and messages displayed in the registration form through the app’s translation system. Expected Result Users should be able to: Translate registration form tax notifications into all supported languages Manage these translations from the existing Translate tab/interface Provide a fully localized registration experience for customers Benefits Improved multilingual support Better user experience for international customers Consistent localization across the entire registration flow

Floris de Vries 6 days ago

💡

Feature request | B2B & Wholesale

Allow custom frontend javascript to calculate options

We run a sticker website and would like to show the user a set of prices for varying quantities based on the other options (size, paper type, etc) already selected. We are willing to write custom themeing and frontend code to do this, but the Options Calculator doesn’t have a supported way to provide an arbitrary set of option values and run the calculation on them directly. We are requesting an officially documented way to execute the configured formula for the current product with an arbitrary set of option values so we could call the calculation with different quantity values than currently selected to create a UI element that looks like the following:

An Anonymous User about 1 month ago

💡 Feature Request | Options Calculator

Support for Additional File Formats (TIFF & EPS)

Summary Add support for additional file formats (TIFF and EPS) within the upload functionality to improve compatibility with professional and design-oriented workflows. Background & Context Currently, the platform supports a limited set of file formats for uploads. Users working with high-quality images or design assets often rely on formats such as TIFF and EPS. The lack of support for these formats requires users to convert files before uploading, which adds friction and may result in quality loss or workflow inefficiencies. Problem Statement Users cannot upload TIFF or EPS files directly Additional conversion steps are required before upload Potential quality degradation due to format conversion Misalignment with common industry standards (design/print workflows) Proposed Solution Extend the upload functionality to accept and correctly process: TIFF (.tif, .tiff) EPS (.eps) This includes validation, preview handling (if applicable), and backend processing/storage compatibility.

Beso about 2 months ago

💡 Feature Request | Options Calculator

Make B2B orders as draft orders first

Currently, B2B orders are created as finalized orders immediately after checkout. This limits the ability to make changes or adjustments before processing the order further. Use case: In B2B scenarios, customers often pay using invoice or “net terms” (e.g. 30 days). In these cases, merchants typically need to review and adjust orders before finalizing them. This may include modifying products, applying custom discounts, or handling specific pricing agreements. Proposed solution: Allow B2B orders to be created as draft orders instead of finalized orders when customers choose payment methods such as invoice or net terms. These draft orders should remain fully editable before being completed. Expected outcome: Merchants gain more control and flexibility in handling B2B orders, enabling accurate order management, smoother invoicing workflows, and better alignment with standard B2B processes.

An Anonymous User about 2 months ago

💡

Feature request | B2B & Wholesale

Display option/variant image in Options Price Calculator

Description: Within the Options Price Calculator, options are currently displayed with text only. For better usability, we would like the ability to display the corresponding variant or option image when a user selects or views an option. Requested functionality: Add the ability to assign and display the variant image (or option-specific image) for each option inside the Options Price Calculator. The image should be shown in the image area when the corresponding option is selected, replacing the default product image. Value: This would provide a clearer visual representation of the selected option and improve the overall user experience, especially for products where visual differences between options are important.

Floris de Vries 2 months ago

💡 Feature Request | Options Calculator

Allow formulas to use a variable for the number of uploaded files

Currently, it is not possible to reference the number of uploaded files within formulas. It would be useful to introduce a variable that represents the total number of uploaded files, so this value can be used in pricing or calculation formulas. Use case: In situations where pricing or logic depends on how many files a user uploads, merchants should be able to include this value directly in their formula. For example, charging a fee per uploaded file or applying conditional logic based on the file count. Proposed solution: Introduce a variable (for example uploaded_files_count) that represents the total number of files uploaded by the user. This variable should be accessible within the formula builder and usable in calculations. Example: price = base_price + (uploaded_files_count * file_fee) Expected outcome: Merchants can dynamically calculate prices or apply logic based on the number of files uploaded, enabling more flexible configuration without custom development.

Floris de Vries 2 months ago

💡 Feature Request | Options Calculator