How to add custom variant on product page

My store sells DTF Transfers. There must be 2 variants. First one is default variants (1x1 inch, 2x2, 3x3), the second one must be custom size. When the user click on the Custom size button the input must open and user must enter custom size and price should automatically update based on dimensions.

Hi @hukumrat ,

You can consider using the Easify Product Options app to create your custom product options :hugs: .

Here’s a simplified guide:

  • Start by creating your DTF Transfer product without any options.
  • Install the app and create a new option set.
  • Add an option for choosing the product Size, utilizing an appropriate display type like Size or Dropdown. Option values could include 1x1 inch, 2x2 inches, 3x3 inches, and Custom Size.

  • Add another option that allows customers to enter a custom size, but ensure it only appears when the “Custom Size” option is selected in the previous step. Opt for an option type like Text Box or Dimension, and set up Conditional Logic for a seamless user experience.

Text Box:

Dimension:

  • Lastly, assign the configured option set to your relevant product(s).

If you’re dealing with inventory management for specific sizes (1x1 inch, 2x2 inches, 3x3 inches), there are additional steps to consider. Let me know if you require guidance on that.

I had two more questions. I didn’t fully understand how to implement automatic price updating when the user enters custom variants. For example, if the user requests a size of 4x9 inches, the price should be updated accordingly. Additionally, I would like to add a ‘buy more, save more’ feature. Can I achieve this with this application?