Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Shop online

 
   Web Hosting Problem Solving Community! (Home) -> Webmaster RSS
Next:  Virtual Host outside of normal Root directory 403  
Author Message
packie




Joined: May 15, 2005
Posts: 3



(Msg. 1) Posted: Sun May 15, 2005 5:07 pm
Post subject: Shop online

Hi,

I plan to setup an online shop which will be database driven. One of the ways a visitor will select a product will be by selecting a choice from several dropdown lists. Based on the visiter choices a query will return one or more items where a choice to purchase a product can be made. I have some experence of MSAccess but from reading replys on other posts MSAccess does not appear to be suitable for this type of web use.

I currently do not have a web design package and would appreciate suggestions of which product to choose.

Thanks

 >> Stay informed about: Shop online 
Back to top
Login to vote
SmakDaddy

External


Since: May 05, 2005
Posts: 2



(Msg. 2) Posted: Sun May 15, 2005 5:07 pm
Post subject: Re: Shop online [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"packie" <UseLinkToEmail.TakeThisOut@HostingForumz.com> wrote in message
news:9_119034_27a1780674a4b56da8cf9e5bca4de0d4@hostingforumz.com...
 > Hi,
 >
 > I plan to setup an online shop which will be database driven. One of
 > the ways a visitor will select a product will be by selecting a choice
 > from several dropdown lists. Based on the visiter choices a query
 > will return one or more items where a choice to purchase a product can
 > be made. I have some experence of MSAccess but from reading replys on
 > other posts MSAccess does not appear to be suitable for this type of
 > web use.
 >
 > I currently do not have a web design package and would appreciate
 > suggestions of which product to choose.
 >
 > Thanks
 >
 > --
 > Posted using the <a style='text-decoration: underline;' href="http://www.hostingforumz.com" target="_blank">http://www.hostingforumz.com</a> interface, at author's
request
 > Articles individually checked for conformance to usenet standards
 > Topic URL:
<a style='text-decoration: underline;' href="http://www.hostingforumz.com/Webmaster-Shop-online-ftopict26720.html" target="_blank">http://www.hostingforumz.com/Webmaster-Shop-online-ftopict26720.html</a>
 > Visit Topic URL to contact author (reg. req'd). Report abuse:
<a style='text-decoration: underline;' href="http://www.hostingforumz.com/eform.php?p=119034" target="_blank">http://www.hostingforumz.com/eform.php?p=119034</a>


Code it from scratch, use mySQL as your database, or --

Get a hosting pack from a host that includes the OSCommerce software
solution <a style='text-decoration: underline;' href="http://oscommerce.org/" target="_blank">http://oscommerce.org/</a>
Fantastico auto installs OSCommerce and all you have to do is configure your
options and selections easily with a admin login.

This is free and included in most all hosting cpanel plans.<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Shop online 
Back to top
Login to vote
user94

External


Since: Sep 14, 2004
Posts: 2384



(Msg. 3) Posted: Sun May 15, 2005 6:55 pm
Post subject: Re: Shop online [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

packie wrote

 > Hi,
 >
 > I plan to setup an online shop which will be database driven. One of
 > the ways a visitor will select a product will be by selecting a choice
 > from several dropdown lists. Based on the visiter choices a query
 > will return one or more items where a choice to purchase a product can
 > be made. I have some experence of MSAccess but from reading replys on
 > other posts MSAccess does not appear to be suitable for this type of
 > web use.
 >
 > I currently do not have a web design package and would appreciate
 > suggestions of which product to choose.

Depending on volume etc, you might like to consider a third-party system
such as <a style='text-decoration: underline;' href="http://ccnow.com" target="_blank">http://ccnow.com</a>

I have used them and can recommend them.

It is very easy to setup and incorporate into a webpage, I think they
have inventory control also.

Paypal also have some easy to implement solutions for selling products.

Failing that, you can write your own which would take a bit of learning,
or you can get an off-the-shelf package like <a style='text-decoration: underline;' href="http://oscommerce.com/" target="_blank">http://oscommerce.com/</a>

--
Charles Sweeney
<a style='text-decoration: underline;' href="http://CharlesSweeney.com" target="_blank">http://CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Shop online 
Back to top
Login to vote
spamblocked1

External


Since: Sep 19, 2003
Posts: 3499



(Msg. 4) Posted: Sun May 15, 2005 6:55 pm
Post subject: Re: Shop online [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Forging a path through the alt.www.webmaster jungle, packie burst into a
clearing and said:

 > Hi,
 >
 > I plan to setup an online shop which will be database driven.

Other replies have suggested you look at OTS solutions. If this is your
first site then I'm inclined to agree, however if you're determined ....

 > I have some experence of MSAccess but from reading replys on
 > other posts MSAccess does not appear to be suitable for this type of
 > web use.

Depends - you can consider MS-Access to be a useful prototyping tool, but
it doesn't scale well to lots of data or many concurrent users.

This may (or may not) be a problem for you depending on the size of your
database and the popularity of your products.

Other readily available db engines include ....
o MySQL - cheap but has its own issues
o PostgreSQL - not so common but robust
o SQL Server - robust but will (probably) cost you a few shekels more.

 > I currently do not have a web design package and would appreciate
 > suggestions of which product to choose.

Completely different can of maggots - I recommend you start with notepad
and only when you are conversant with the requirements of HTML, CSS and
SQL should you progress to more powerful tools like TextPad.


--
Whatever you do - do something.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Shop online 
Back to top
Login to vote
gandalf

External


Since: Mar 27, 2004
Posts: 162



(Msg. 5) Posted: Sun May 15, 2005 8:55 pm
Post subject: Re: Shop online [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

packie <UseLinkToEmail RemoveThis @HostingForumz.com> wrote in news:9_119034_
27a1780674a4b56da8cf9e5bca4de0d4 RemoveThis @hostingforumz.com:

 > I plan to setup an online shop which will be database driven. One of
 > the ways a visitor will select a product will be by selecting a choice
 > from several dropdown lists.

Thats one of the worst possible things to tackle. The possibilities for
damage to your clients business, and to the purchasers information, is
about as big as it gets.

I would definetly seek a pre-made backend. Even 3r party. There will still
be plenty of work you can do to make it look unique and fit your clients
business.

Now if you are tackling something small then you can do things on your own
but keep in mind that the more automated it is, the more disastrous it can
be. Something which shows images, lets the buyer choose, then takes the
info which is SENT to another machine for human processing can be ok.
Something where only the people who are actually ordering at that moment
have info on a machine which is on the net.

Gandalf Parker<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Shop online 
Back to top
Login to vote
Fat Sam

External


Since: Feb 12, 2005
Posts: 182



(Msg. 6) Posted: Sun May 15, 2005 8:55 pm
Post subject: Re: Shop online [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

packie wrote:
 > Hi,
 >
 > I plan to setup an online shop which will be database driven. One of
 > the ways a visitor will select a product will be by selecting a choice
 > from several dropdown lists. Based on the visiter choices a query
 > will return one or more items where a choice to purchase a product can
 > be made. I have some experence of MSAccess but from reading replys on
 > other posts MSAccess does not appear to be suitable for this type of
 > web use.
 >
 > I currently do not have a web design package and would appreciate
 > suggestions of which product to choose.
 >
 > Thanks
 >
I've run two successful online shops with MS Access databases....No
slowdown, no timeouts, accurate, and fast retrieval time....
One of them had 200 products entered, the other had in excess of 1000....

In my experience, MS access was perfectly adequate for running an
average sized, successful online shop....

Of course, if you're expecting the sort of traffic figures that the
likes of Amazon pulls in (frankly an unrealistic expectation), then you
might need to reconsider....

--
<a style='text-decoration: underline;' href="http://www.fixaphoto.co.uk" target="_blank">www.fixaphoto.co.uk</a>
for photographic restorations<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Shop online 
Back to top
Login to vote
spamblocked1

External


Since: Sep 19, 2003
Posts: 3499



(Msg. 7) Posted: Sun May 15, 2005 8:55 pm
Post subject: Re: Shop online [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Forging a path through the alt.www.webmaster jungle, armed only with a
rusty Mozilla Thunderbird 1.0 (Windows/20041206), Fat Sam burst into a
clearing and said:

 > packie wrote:
  >> ...
  >> I have some experence of MSAccess but from reading replys on
  >> other posts MSAccess does not appear to be suitable for this type of
  >> web use.
 > ...
 > In my experience, MS access was perfectly adequate for running an
 > average sized, successful online shop....

ok - here's more detail on the subject, as you will see there are no hard
figures

What are the limitations of MS Access?
<a style='text-decoration: underline;' href="http://www.aspfaq.com/show.asp?id=2195" target="_blank">http://www.aspfaq.com/show.asp?id=2195</a>

As always - you pats yer money and makes yer choice.

--
Whatever you do - do something.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Shop online 
Back to top
Login to vote
packie




Joined: May 15, 2005
Posts: 3



(Msg. 8) Posted: Mon May 16, 2005 5:29 pm
Post subject: Re: Shop online [Login to view extended thread Info.]

gandalf wrote:
"I would definetly seek a pre-made backend. Even 3r party. There will still
be plenty of work you can do to make it look unique and fit your clients
business. "

Can you suggest any I should look at. I am based in the UK.
 >> Stay informed about: Shop online 
Back to top
Login to vote
packie




Joined: May 15, 2005
Posts: 3



(Msg. 9) Posted: Mon May 16, 2005 5:40 pm
Post subject: Re: Shop online [Login to view extended thread Info.]

spamblocked1 wrote:
"Completely different can of maggots - I recommend you start with notepad
and only when you are conversant with the requirements of HTML, CSS and
SQL should you progress to more powerful tools like TextPad. "

Are you suggesting there is no need to use Dreameaver or Frontpage or other?
 >> Stay informed about: Shop online 
Back to top
Login to vote
gandalf

External


Since: Mar 27, 2004
Posts: 162



(Msg. 10) Posted: Mon May 16, 2005 7:55 pm
Post subject: Re: Re: Shop online [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

packie <UseLinkToEmail RemoveThis @HostingForumz.com> wrote in news:9_119161_
0a820345980bfaff4becb8cdb20a39e0 RemoveThis @hostingforumz.com:

 > Can you suggest any I should look at. I am based in the UK.

Your keywords are...
ecommerce shop hosting UK

Put those into google.com and you will get plenty to read about. Im afraid
that I cant recommend any particular one. But thats best anyway since my
top list of things I would want from such a site is probably different than
yours

Gandalf Parker<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Shop online 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Using a .shop domain - Hi, Purchased a .shop domain from Registerfly recently and want to use it with a dedicated server. I've setup physical hosting for it at IP 69.64.32.109 (using Plesk 6). Registerfly doesn't give exact info on how to do this- ..

Paint Shop Pro help - Hey ... I need to make my text round. Circular. So, I got this link from the web, and it says how to make circular text with psp. I have psp 8.0 - so I gave it a try. However, The instructions were a bit hard to follow - and it did not work for..

SHop and positioning - Our company seeks for someone who will build and position in American search engines an internet shop. please reply to daniel@dsk-event.pl -- Pozdrawiam Daniel Skutela DSK-EVENT tel. (22) 640 23 26 fax (22) 640 23 27 kom 0 602 408 609 e-mail:..

Please help shop bit broken in MAC I.E - HI people :) Sorry to but in bit o help if you can... www.pennylanemusic.co.uk is the top div broken for you with MAC I.E the <TABLE border="0" width="100%" cellspacing="0" cellpadding="0"> &l...

Anyone used the program "Ghost Shop"? - Hi, Has anyone used the Ghost Shop program by www.ghostscripter.com? I can't figure out how to add items to the shelves. Thanks Gerald
   Web Hosting Problem Solving Community! (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]