*HELP* Is There A Way To Do This?

3 replies
Hey, guys and gals, I need your help!

I want to setup a way to sell a product with unique bonuses with the each product, but I don't want any two people getting the same unique bonus.

Is there a way to setup a download page (with PHP or such) that I can create a unique download page so that my customers will get the main product but each unique bonus along with it?

Does this even make sense?

I hope so.

Thanks for any help!
  • Profile picture of the author ragnartm
    you can make the download page change the value in a mysql table from 0 to 1. then the sales page reacts to the new number and shows a new bonus, and the download page also reacts and gives the correct bonuses. You can set up unlimited bonuses this way but it would be amazingly time consuming. Instead you could perhaps just have a few rotating bonuses.
    Signature

    Ragnar.

    Quality over quantity. Hire me to write highly shareable, user focused blog posts or articles.

    {{ DiscussionBoard.errors[827407].message }}
  • Profile picture of the author Chris Hunter
    Ragnar,

    Thanks for that idea!

    Is there not a way to create a PHP download page that would rotate through all of them and not give the same bonus to any two people?
    Signature

    Ok, sure. You can follow me on Twitter - http://twitter.com/Chris_Hunter ;)

    {{ DiscussionBoard.errors[827425].message }}
  • Profile picture of the author megaresp
    Originally Posted by Chris Hunter View Post

    Is there a way to setup a download page (with PHP or such) that I can create a unique download page so that my customers will get the main product but each unique bonus along with it?
    I think you're going to have to explain what these bonuses are before you'll get an answer. In particular, how can there be an infinite number of bonus types? Surely there are only so many things you can give away digitally?
    Signature

    66 ways to get links (and traffic) to your site.

    {{ DiscussionBoard.errors[827506].message }}

Trending Topics