 jezmck
|
it’s occurred to me that all I really want is to use buy now buttons, and skip the whole cart concept.
how easy would it be to generate the buttons from the same data (in the .ini file)?
|
 Brad
|
You could cobble together a buy it now Paypal button that triggered all the appropriate stuff to happen. Probably if you took the code from go.php lines 91-109 and converted it to a “buy now” button (right now it’s a shopping cart button) that’d do it.
Though if you want to still use the Paypal shopping cart, you can just use links like this:
http://www.bradsucks.net/store/go.php?id=6&f=192k%20MP3&price=10
Where id is the item number in your items.ini, f is the format and price is the price(!). Right now I have it set up to use the BSDDS shopping cart but I think you can still switch that to Paypal.
Make any sense?
|
 jezmck
|
sounds good, thanks.
I will let you know how I get on.
|