Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Sean Voss

    (@seanvoss)

    Hey Garl,

    There should be an option now for “Enforce Minimum Price” in the price section of the item. Have you set that to “No”?

    dasant

    (@dasant)

    Hello Sean, I too am facing this issue and it seems that you compare if the price entered is higher than the minimum and not if its equal or higher than the minimum. This is why if you set it to the exact minimum price, it throws the alert. Where can I fix this till you upload an update?

    Plugin Author Sean Voss

    (@seanvoss)

    Hey Dasant,

    I’m looking at the code right here, and you’re right. I did do greater than or equal to >= but it’s backwards because it tests the minimum price is equal than throw error.

    Change line 9 of shatner.js to > from >= and you should be set until I update.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Alert popping up when entering minimum price.’ is closed to new replies.