Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - Need coding examples or link to modules.

 
Thread Tools Search this Thread
Old 01-17-2005, 10:19 AM   #1
Default Need coding examples or link to modules.


I'm learning how to sell my vinyl record collection via a link from my
home page. I want to sell the records to buyers anywhere in the world,
using PayPal as one of the options. I'd like to set up an on-line
procedure that's as simple and tidy as possible. One that will allow
the user to:

Choose the item they want to buy.
Select their location from a drop down list
Select a Payment method (if Paypal, enable processing)
Choose from the available range of postage options.
Provide their address details

I'd appreciate any advice or pointers to information on how to do
this.
Are there modules available that can be configured to fit the bill?
TIA

--
Mike Halmarack

Drop the EGG to email me.


Mike Halmarack
  Reply With Quote
Old 01-17-2005, 11:17 AM   #2
hyweljenkins@hotmail.com
 
Posts: n/a
Default Re: Need coding examples or link to modules.


Mike Halmarack wrote:
> I'm learning how to sell my vinyl record collection via a link from

my
> home page. I want to sell the records to buyers anywhere in the

world,
> using PayPal as one of the options. I'd like to set up an on-line
> procedure that's as simple and tidy as possible. One that will allow
> the user to:
>
> Choose the item they want to buy.
> Select their location from a drop down list
> Select a Payment method (if Paypal, enable processing)
> Choose from the available range of postage options.
> Provide their address details
>
> I'd appreciate any advice or pointers to information on how to do
> this.
> Are there modules available that can be configured to fit the bill?
> TIA


Plenty. Google for "ecommerce software". Those that are suitable will
depend on your server facilities.

In you model, what happens if there are two things that someone wants?

If this is not a commercial venture, but one for you to sell your gear
privately, why not just use EBay?

--
Hywel

  Reply With Quote
Old 01-17-2005, 11:56 AM   #3
Mike Halmarack
 
Posts: n/a
Default Re: Need coding examples or link to modules.

On 17 Jan 2005 03:17:49 -0800, wrote:

>
>Mike Halmarack wrote:
>> I'm learning how to sell my vinyl record collection via a link from

>my
>> home page. I want to sell the records to buyers anywhere in the

>world,
>> using PayPal as one of the options. I'd like to set up an on-line
>> procedure that's as simple and tidy as possible. One that will allow
>> the user to:
>>
>> Choose the item they want to buy.
>> Select their location from a drop down list
>> Select a Payment method (if Paypal, enable processing)
>> Choose from the available range of postage options.
>> Provide their address details
>>
>> I'd appreciate any advice or pointers to information on how to do
>> this.
>> Are there modules available that can be configured to fit the bill?
>> TIA

>
>Plenty. Google for "ecommerce software". Those that are suitable will
>depend on your server facilities.


Thanks for the reply Hywel,
I'll do a search as you suggest.
My server facilities are currently those basic ones offered by
Plusnet.com as part of the standard ADSL service provision web space
component.

>In you model, what happens if there are two things that someone wants?


Good point. In no time at all there are going to be factors involved
which force the situation toward the 'complicated' from the desired
'simple' that I haven't even got my head around yet.
From my point of view it's about learning as much as anything. I'll
need to keep it realistic all the same.

>If this is not a commercial venture, but one for you to sell your gear
>privately, why not just use EBay?


I've considered this and to some extent I'm hoping (need to clarify
this) that the two pathways to the end result aren't mutually
exclusive.

If I want to go by the Ebay route, the standard Ebay/PayPal procedure
isn't adequately functional when used from a UK base selling to a
worldwide market.

I'm currently working on the premise that by switching off the
standard Ebay options offered to the buyer and inserting customised
code into the HTML section of the listing I can offer a sale
completion procedure that works to the mutual benefit of all parties.

When I've succeeded in doing this I hope to have a process available
to me that will function both on Ebay and my own web pages.
That's the objective. Getting there is the tricky bit.
--
Mike Halmarack

Drop the EGG to email me.
  Reply With Quote
Old 01-17-2005, 06:27 PM   #4
Kim André Akerř
 
Posts: n/a
Default Re: Need coding examples or link to modules.

"Mike Halmarack" <> skrev i melding
news:...
> On 17 Jan 2005 03:17:49 -0800, wrote:
> >Mike Halmarack wrote:
> >> I'm learning how to sell my vinyl record collection via a link from

> >my
> >> home page. I want to sell the records to buyers anywhere in the

> >world,
> >> using PayPal as one of the options. I'd like to set up an on-line
> >> procedure that's as simple and tidy as possible. One that will allow
> >> the user to:
> >>
> >> Choose the item they want to buy.
> >> Select their location from a drop down list
> >> Select a Payment method (if Paypal, enable processing)
> >> Choose from the available range of postage options.
> >> Provide their address details
> >>
> >> I'd appreciate any advice or pointers to information on how to do
> >> this.
> >> Are there modules available that can be configured to fit the bill?
> >> TIA

> >
> >Plenty. Google for "ecommerce software". Those that are suitable will
> >depend on your server facilities.

>
> Thanks for the reply Hywel,
> I'll do a search as you suggest.
> My server facilities are currently those basic ones offered by
> Plusnet.com as part of the standard ADSL service provision web space
> component.


You need either one of the following:
1. A webhosting service that allows for custom programming, either in ASP,
PHP or CGI/Perl.
or:
2. Someone to create and host the processing part of your order (which is,
in this, case to send the customer to PayPal's payment page).

> >In you model, what happens if there are two things that someone wants?

>
> Good point. In no time at all there are going to be factors involved
> which force the situation toward the 'complicated' from the desired
> 'simple' that I haven't even got my head around yet.
> From my point of view it's about learning as much as anything. I'll
> need to keep it realistic all the same.


That can be easily worked around in a third-party solution. Most programmers
(such as myself, hint, hint) can implement this ability from the start.

> >If this is not a commercial venture, but one for you to sell your gear
> >privately, why not just use EBay?

>
> I've considered this and to some extent I'm hoping (need to clarify
> this) that the two pathways to the end result aren't mutually
> exclusive.
>
> If I want to go by the Ebay route, the standard Ebay/PayPal procedure
> isn't adequately functional when used from a UK base selling to a
> worldwide market.
>
> I'm currently working on the premise that by switching off the
> standard Ebay options offered to the buyer and inserting customised
> code into the HTML section of the listing I can offer a sale
> completion procedure that works to the mutual benefit of all parties.
>
> When I've succeeded in doing this I hope to have a process available
> to me that will function both on Ebay and my own web pages.
> That's the objective. Getting there is the tricky bit.


At least tricky for someone who's new to programming. There are many
different e-commerce solutions (almost) ready to go and available for free,
but many of them requires a tiny minimum of programming knowledge to
implement. osCommerce is such a solution, but it might be a little too big
for your use for all I know.
http://www.oscommerce.com/

If you need a quick solution that lets your customer order and have the
ability to choose between a direct PayPal payment and some other payment
method, do get in touch with me for further details.

--
Kim André Akerř
-
(remove NOSPAM to contact me directly)


  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump