Custom Pricing based on size #2396
Unanswered
joehannouch
asked this question in
Help
Replies: 1 comment
-
As far as I am aware this is not possible in Shopify out of the box. Some avenues to explore:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm selling a custom print service where clients are allowed to enter a width and a height, which is multiplied by a coefficient that gives me the final price (width * height * coefficient).
What would be the best approach for such a pricing model?
I have my logic ready on the front end where i can update my selectedVariant (which is the only one), however adding that item to the cart always reverts back to the original shopify pricing since it fetches the variants while adding to the cart too.
I cannot create product variants/options as this is very specific to the sizing that the user enters (i can get any value like $5.66 for example).
Appreciate any input.
Joe
Beta Was this translation helpful? Give feedback.
All reactions