4 replies
I want to make an offer with a price that rises dependent on number of sales and time.

So it will start at $9.97 and gradually increase in price depending on time spanned and number of sales.

Anyone have info on a ready-made-script or points of reference?
#price #rising #script
  • Profile picture of the author ilee
    The time element would be easy to incorporate, but the number of sales would be the (slightly) more complicated one.

    You'll basically need to have a redirect page with a counter after payment to accurately determine how many sales you've made. You'll save this counter number in a database to be retrieved using php (on a php website) to be used to calculate the price.

    What do you use to take payment?
    Signature
    --~***~--


    --~***~--
    {{ DiscussionBoard.errors[9473018].message }}
    • Profile picture of the author alankay
      Originally Posted by ilee View Post

      The time element would be easy to incorporate, but the number of sales would be the (slightly) more complicated one.

      You'll basically need to have a redirect page with a counter after payment to accurately determine how many sales you've made. You'll save this counter number in a database to be retrieved using php (on a php website) to be used to calculate the price.

      What do you use to take payment?
      Infusionsoft.
      {{ DiscussionBoard.errors[9473021].message }}
  • Profile picture of the author Entrecon
    I think JVzoo has this functionality built in.
    Signature

    Visit My website http://kipferguson.com

    {{ DiscussionBoard.errors[9473059].message }}
  • Profile picture of the author ToonChooi Tan
    JVZoo allow you to set up a dime sales where you can set the starting price and the final price, the amount of price increase, the qty of sales before price increase etc.
    {{ DiscussionBoard.errors[9474307].message }}

Trending Topics