You can only have 1 button in Free version of the plugin. In Pro you can have up to 3 buttons.
For changing price, you should be able to use the Price field to set the $ amount separately for each song
I do have the Pro, Also have 3 buttons set up…
But according to this piece of code…..
jQuery(document).ready(function(){
jQuery('#myplayer').ttwMusicPlayer(myPlaylist, {
currencySymbol:'$',
description:'',
buyText:'$24.99 LEASE',
buyyText:'$499.99 EXCLUSIVE',
buyyyText:'$59.99 PREMIUM',
autoplay:true,
All the prices are the same for every song. I would want to have different prices for each song. Not have those same prices….
For Example:
Song #1: Buytext: $20, Buyytext: $40, Buyyytext: $60
Song #2: Buytext:$50, Buyytext:$ 80, Buyyytext: $100
ETC
If I change the $ amount separately I wont be able to change “buyytext” and “buyyytext” prices because it only has one $ amount option to change.
I see what you mean now. Unfortunately this is not supported ‘out-of-the-box’. You are welcome to have a play with the code and see if you can make it do what you want, but the way it’s coded now, there it does not have the ability to list a separate price for each button.
Interesting idea though… I gather from your code that you would be using this to sell 3 types of license for your music? I will have a think about how something like this might be incorporated into the plugin in the future.
For now, could you label the buttons “lease”, “premium” and “exclusive” (which you can do in settings), but not list the $price? Out of interest, what happens when user clicks the button? It takes them elsewhere to complete the payment?