ForumsnerdyBSDDS, simple buy now buttons

Tagged: , ,

This topic has 2 voices, contains 2 replies, and was last updated by  jezmck 1386 days ago.

Viewing 3 posts - 1 through 3 (of 3 total)
Author Posts
Author Posts
April 23, 2008 at 5:36 pm #6783

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)?

April 24, 2008 at 9:53 am #6784

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?

April 24, 2008 at 1:37 pm #6785

jezmck

sounds good, thanks.
I will let you know how I get on.

Viewing 3 posts - 1 through 3 (of 3 total)

ForumsnerdyBSDDS, simple buy now buttons

You must be logged in to reply to this topic.