Tackling some code issues or hiring a someone to do it

Hi there!
I have some minor issues before I launch the website. I’ll try to explain what I need.

  1. I have wix store and almost every product contains two variants, small and large, with different prices. Hence, I want to present the price on the collection page as range of prices rather than specific price (this might apply to the product page as well before the user chooses small/large). Noteworthy that I’ve tried to disabled the prices and type in manually using text boxes but then I lose the automation and also undergo problems with alignment in the mobile version.

  2. I want people to be able to make order only above 10 pounds excluding one product that is eligible for free shipping regardless the order price (the Three tastings one). I’ve looked on enable/disable button function but the problems is that I can’t track the variables, i.e. the total price and specific item. I suppose that it is a very short ‘if function’ provided that you have the names of your variables.

  3. I want customers to be able to order only one ‘Three Tastings’ in an order. In other words, disable to option to choose four of them for example and enjoy from free shipping.

Here is the link for the website: www.lindenchocolatelab.com .

A few wix coders have tried and failed, with no apparent reason as far as I’m concerned.
So I’m looking for some help or hire someone to to it for me.
Any suggestions?
Thanks!
Yatir

I think your problem lies in using Wix’s proprietary Store app. There’s a trade off between ease of use/implementation, and control/functionality when you do so.

If you review the code API available for Wix Stores , you’ll see it’s quite limited and has zero mention of price. The only one I’ve found is this which is a Read-Only capability, and would not be enough to solve your problems.

In short, the app is proprietary, so the only ones capable of adding these functionalities to it are the Wix team itself. To get what you’re asking for, you either need to wait for it to be added, or to not use the app at all, giving you far more control over everything.

Cheers

I see. What you said sounds interesting, so you reckon on giving up provided that I want to use the app?

If I were you, I would contact the Wix Store support team directly and ask if they could allow typing characters like hyphens in the price box for items and tell them why it would help you and other users of the app. Depending on how they’ve set up the app it may or may not be an easy fix on their end. Otherwise, you should consider workarounds like having a separate product page for your large and small options, and adding a written message to specific product pages specifying your business’s limitations.

It’s not ideal, but I’m afraid it’s all you’re going to be able to do for the time being if you insist on using the app. Good luck!