Hi everyone,
I want to show multiple prices on the Product details page. I have created product custom meta fields to assign the price for each and every product. I want to show them as Radio Buttons, when the user checks the price and click add to cart, I want to pass the selected price as the Product price to the cart page and as well as checkout page.
Whatever the user selects their, that should be their checkout Total. Subtotal should be calculated from selected price * qty.
If anyone has the idea to this, please share it with me.
1 Like
Unfortunately, this is probably not possible in Shopify—unless I’m
misunderstanding what you’re trying to do. Is there a reason you’re not
able to use variants for the different prices?
Because the product already has some variations as well. I want to show some custom prices for each and every product for some specific task to achieve.
You might need to use an app like Infinite Options, Easify Options etc.
Thanks for the suggestions. But I want to know how to do that from the coding itself. I want to know the process flow of doing that. I can manage the liquid backend code for that.
It’s not possible to manipulate prices in Shopify without an app. Even
then, I am pretty sure apps can still only reduce prices.
Yes, those prices are lower than the default product price
shopify funcitons should be able to manipulate the pricing on the frontend of the user
You can do it with a cart transform function. Bit of a learning curve there if you haven’t done these before. Happy to help on a paid basis if that’s of interest.