Re: [PHP] PHP Shopping Cart Recommendation

2009-08-24 Thread sono-io



The only e-commerce site I've worked on was based on OSCommerce. It's
pretty good, easy to integrate new functionality into, and not too  
much

trouble to style up to look the way you want with CSS.


	Thanks, Ash.  I downloaded CRE Loaded, which is an off-shoot of  
osCommerce, and the latest version looks pretty nice.  I'm digging in  
to the PHP code to see what that's like.  I'm also looking at  
Magento.  That may be more than what we need, but it's getting rave  
reviews.


I can't wait to go 100% PHP on our site!

Frank

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP shopping

2002-09-01 Thread Justin French

on 02/09/02 6:40 AM, Ryan A ([EMAIL PROTECTED]) wrote:

 Hi guys,
 Kinda reached the end of my line, searched on yahoo,google,altavista,excite
 etc and hotscripts,scriptsearch etc but could not find what i require
 
 I need a shopping cart software which will display and sell .swf files, it
 does *not* have to integrate with ANY ecom credit card processing.

So how do they place an order?  You said the cart produces an email, but
does that email include a credit card number, bank details or anything else
secure?

 Basically all I want it to do is give me a chance to upload a .swf file in a
 category (eg: images/text/movies etc) and should allow the visitor to search
 that category,take an order and email it to me

There is a perfect upload example in the PHP manual.
http://www.php.net/manual/en/features.file-upload.php

The rest of it is all pretty standard shopping cart stuff, except you want
to be searching off directories of SWF files.  This is of course similar to
searching directories for MP3s or for images.  So perhaps this will help
broaden your search/cart search.

The strange bit is that in the case of a SWF, Image, MP3, etc etc, by the
time you search the directory and file the file, there's no point adding the
item to the cart, because you can just save (steal) it directly from the
browser.


 Have any or you seen such a script anywhere? unfortunately I dont know PHP to
 make it myself and am not rich to order custom programming..I am hoping
 that someone has already made the script and has made it available to the
 public.

The simple answer is to learn some PHP.  But first you need to refine your
business model and flow.  You don't need anything complex, but you have a
reasonably unique criteria, which is pretty conducive to learning some PHP
and building exactly what you want, just like most of us do everyday.


 Anybody?
 
 or even if you know a place (URL) where I can learn shopping cart examples
 kindly direct me to it so maybe i can learn?

Sorry, this is a really big question.  You really need to learn:

1. sessions (remembering a user, and remembering what the user has in thier
cart) -- maybe start with Kevin Yank's article and develop it into what you
need? http://www.webmasterbase.com/article/319

2. looking through directory structures (see the user contributed notes on
all of the filesystem pages of php.net:
http://www.php.net/manual/en/ref.filesystem.php)

3. email using mail() see php.net/mail

4. possibly SSL on the server

5. possibly encryption with a key using the mycrypt functions of PHP


I seriously doubt you'll find a cart which does everything you want... so
why not start researching these topics, and start building your own.   At
the end of the project, you'll know a heap about PHP :)


Justin


 Cheers and thank you for reading this message.
 -Ryan
 
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] PHP shopping

2002-09-01 Thread David T-G

Ryan --

...and then Ryan A said...
% 
% Hi guys,

Hello!


% Kinda reached the end of my line, searched on yahoo,google,altavista,excite etc and 
hotscripts,scriptsearch etc but could not find what i require

Of course not; it's never that easy :-)


% 
% I need a shopping cart software which will display and sell .swf files, it does 
*not* have to integrate with ANY ecom credit card processing.

Hmmm...  No ccard stuff; how will you make any money?


% 
% Basically all I want it to do is give me a chance to upload a .swf file in a 
category (eg: images/text/movies etc) and should allow the visitor to search that 
category,take an order and email it to me

So far all you've mentioned are an upload script for you and a search
engine for your visitors.  Both of those things are fairly easy and don't
require any special cart software.


% 
% Have any or you seen such a script anywhere? unfortunately I dont know PHP to make 
it myself and am not rich to order custom programming..I am hoping that someone 
has already made the script and has made it available to the public.
% Anybody?

Nothing like that...  Of course, I wouldn't call that a shopping cart,
either!


% 
% or even if you know a place (URL) where I can learn shopping cart examples kindly 
direct me to it so maybe i can learn?

If I were you I'd start with upload scripts and search engines.  Once you
get those done (particularly the latter), then you might look at how to
keep your users from grabbing the files and instead going through
whatever hoops you want to have up...

I know you said you weren't rich, but if you insist that you can't write
this stuff yourself I might be able to help out; I need to build my code
library to show off :-)


% 
% Cheers and thank you for reading this message.
% -Ryan


HTH  HAND

:-D
-- 
David T-G  * It's easier to fight for one's principles
(play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie
(work) [EMAIL PROTECTED]
http://www.justpickone.org/davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl Npg!




msg77427/pgp0.pgp
Description: PGP signature


Re: [PHP] PHP shopping cart packages

2001-12-05 Thread Kurt Lieber

On Wednesday 05 December 2001 02:05 pm, you wrote:
 Your thoughts appreciated!

Check out The Exchange Project.  

http://www.theexchangeproject.org/

I've been using it for a few months now.  My biggest complaint is there 
doesn't seem to be a clear sense of direction in the development process.  
Development happens, but there's no set milestones that people are marching 
towards.  (at least, not that are published or discussed)   Also, the 
documentation is *severely* lacking.

However, the product itself is fairly feature-rich and is robust enough to 
use for a live shop.  If you're comfortable with PHP, it might be a great 
fit. 

If you do decide to go with it, my suggestion is to ignore the current 
release (PR2.1) and go with one of the PR2.2 snapshots.  Many people are 
using the snapshots for live shops with good results and there are a lot of 
features in the 2.2 version that are important for an e-commerce shop, IMO.

hth

--kurt

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP shopping cart packages

2001-12-05 Thread B. van Ouwerkerk

At 16:05 5-12-01 -0600, rory o'connor wrote:
I need a new cart program and would like to use something based in PHP.  I
was using a CGI paltform written in C, but we had session problems out the
wazoo when traffic was really high.  I need something that can manage
sessions with vim and vigor.  I have only see phpshop - which looks nice, but
I wonder if there are other packages out there that are really good.

Your thoughts appreciated!

www.fishcart.org is worth to look at.. gets installed within 5 minutes..

Bye,


B.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP shopping cart packages

2001-12-05 Thread Attila Strauss

Heya,

http://www.hotscripts.com/PHP/Scripts_and_Programs/E-Commerce/Shopping_Carts
/

best regards
Attila Strauss


 I need a new cart program and would like to use something based in PHP.
I
 was using a CGI paltform written in C, but we had session problems out
the
 wazoo when traffic was really high.  I need something that can manage
 sessions with vim and vigor.  I have only see phpshop - which looks nice,
but
 I wonder if there are other packages out there that are really good.
 
 Your thoughts appreciated!

 www.fishcart.org is worth to look at.. gets installed within 5 minutes..

 Bye,


 B.


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP Shopping Carts ??

2001-08-14 Thread DrWebPat

In a message dated 8/14/01 3:23:54 PM Eastern Daylight Time, 
[EMAIL PROTECTED] writes:


 Could anyone point me in the direction of some PHP shopping cart scripts?
 
 
 Thanks,
 
 Christopher Raymond
 

I'm sure they have one:
http://hotscripts.com/PHP/Scripts_and_Programs/

Pat



Re: [PHP] PHP Shopping Carts ??

2001-08-14 Thread Miles Thompson



www.fishcart.org

At 02:22 PM 8/14/01 -0500, Christopher Raymond wrote:



Could anyone point me in the direction of some PHP shopping cart scripts?


Thanks,

Christopher Raymond


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP Shopping Carts ??

2001-08-14 Thread Evan Nemerson

http://www.hotscripts.com/PHP/Scripts_and_Programs/E-Commerce/Shopping_Carts/


On Tuesday 14 August 2001 12:39, you wrote:
 In a message dated 8/14/01 3:23:54 PM Eastern Daylight Time,

 [EMAIL PROTECTED] writes:
  Could anyone point me in the direction of some PHP shopping cart scripts?
 
 
  Thanks,
 
  Christopher Raymond

 I'm sure they have one:
 http://hotscripts.com/PHP/Scripts_and_Programs/

 Pat

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]