I have recently purchased a shopping cart from: http://www.interspire.com/
I need a 3 different adjustments/additions to the shopping cart.
First some background detail:
The cart allows for product variations. So that let’s say I was selling different laptops with different size screens. When a customer selects a 17″ screen the product will cost $x and when they select the 21″ screen the price will raise to $xx
The cart also allows for product downloads. So that after a client has paid for a product they receive a download link via email. The problem is that the product variations and the download option cannot be used together. The product variations are restricted to “physical products” and the downloads to “downloadable products”
I am creating a music licensing website, so I need customers to be able to select the type of license they need for their project, and then receive a download of the song after they purchase the license.
#1 I need the product variation and download feature tweaked so that they can work together.
#2 There also needs to be a way for a customer to type in what
song they are interested in, somewhere in the process, whether they
type in a song name on my website and then the shopping cart launches, or they
type a song name in after have already accessed the shopping cart.
So that, after they purchase a license for the song – they will
receive a download of the song they purchased a license for.
#3 Also within “product variation” part of the code, there is a slight
problem. It would be easier to show then explain so please check out a pic of the problem: http://i580.photobucket.com/albums/ss242/dreambig207/ShoppingCartExample-1.png
instead of just being able to say that each variation costs a certain amount like this:
3 months = $200
6 months = $400
9-12 months = $600
Local = $200
State = $400
National = $600
x = $200
xx = $400
xxx = $600
I would have to type in Each of the 27 different combinations. Is there a way to fix/change that so I don’t have to type in each variation? Does that make sense?
Let me know if there’s any other info you need