Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
is it possible to add ecommerce functionality to my site without knowing php
Old 03-22-2009, 11:04 AM is it possible to add ecommerce functionality to my site without knowing php
Webmaster Talker

Posts: 611
Trades: 0
hi, i want to be able to do ecommerce websites for people, but the only thing i know how to do right now is informational websites (just text and images with a contact form). i was wondering if there is anything out there that can do ecommerce for me on my website without knowing php. any help greatly appreciated. thank you . derek
silverglade is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-22-2009, 01:41 PM Re: is it possible to add ecommerce functionality to my site without knowing php
rogem002's Avatar
PHP Chap

Posts: 843
Name: Mike
Location: United Kingdom
Trades: 0
In short, no essentially you asking if you can fix road without any equipment (it's possible, but ****ing hard).

I suggest you learn PHP, get a book on it (I suggest one from the Visual Quick start brand from Lary Ullman) it only takes about 1 hour to get the basics ( and from their you can do anything).
__________________
My Blog/Site:
Please login or register to view this content. Registration is FREE
rogem002 is offline
Reply With Quote
View Public Profile Visit rogem002's homepage!
 
Old 03-22-2009, 02:16 PM Re: is it possible to add ecommerce functionality to my site without knowing php
Webmaster Talker

Posts: 611
Trades: 0
thank you very much rogem002 for that help. i know it was a stupid question in the forum of php, but i had nowhere else to ask. i do happen to be studying that exact book you mentioned. so i will have to learn php then. which i do consider to be fun, (when i understand it LOL). thanks again for being nice for my super newbie question. derek
silverglade is offline
Reply With Quote
View Public Profile
 
Old 03-22-2009, 02:46 PM Re: is it possible to add ecommerce functionality to my site without knowing php
rogem002's Avatar
PHP Chap

Posts: 843
Name: Mike
Location: United Kingdom
Trades: 0
Here is the book I essentially learned from:
PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide
__________________
My Blog/Site:
Please login or register to view this content. Registration is FREE

Last edited by rogem002; 03-22-2009 at 02:47 PM..
rogem002 is offline
Reply With Quote
View Public Profile Visit rogem002's homepage!
 
Old 03-22-2009, 02:54 PM Re: is it possible to add ecommerce functionality to my site without knowing php
Average Talker

Posts: 22
Name: adoc fish
Trades: 0
A lot of hosts offer ecommerce add-ons. Sometimes at no extra cost even.

You might take a look at what your current host offers. If they don't, look around.

I know several people running ecommerce sites without having a clue what PHP or programming is. Typically, however, they use one of the commercial offerings.

In all cases, you have to live with what the package you choose offers. google is your friend.
_coda_ is offline
Reply With Quote
View Public Profile
 
Old 03-22-2009, 06:01 PM Re: is it possible to add ecommerce functionality to my site without knowing php
mgraphic's Avatar
Truth Seeker

Latest Blog Post:
JAMISONTUNES
Posts: 2,918
Name: Keith Marshall
Location: Connecticut
Trades: 0
Take a look at Magento or Zen-Cart, ecommerce packages you can download and install on your web server.
__________________

<mgraphic /> - I don't have a solution but I admire the problem.
mgraphic is offline
Reply With Quote
View Public Profile
 
Old 03-22-2009, 10:51 PM Re: is it possible to add ecommerce functionality to my site without knowing php
Skilled Talker

Posts: 84
Trades: 0
What kind of E-commerce application you are trying to start .. If it just need an online business and the products that you offer is limited then you can go for paypal .. which does not need to implement the basic stuff in your website .. And if you need a shopping cart then you can go for os-commerce or Zen cart ..

But its always good to have the knowledge of PHP
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
- 1-888-869-HOST(4678)
Award winning Managed Hosting -
Please login or register to view this content. Registration is FREE

Managed Dedicated Servers. Reseller Discounts. 24/7 Impressive Tech Support
HivelocityDD is offline
Reply With Quote
View Public Profile
 
Old 03-23-2009, 12:46 AM Re: is it possible to add ecommerce functionality to my site without knowing php
Junior Talker

Posts: 3
Name: Sonu Choudhary
Trades: 0
if you are want to setup oscommere and jencart on your site than it is very simple and you can set up for you within just a minutes. you have to knowledge basic only about how to install. w3cschool is the good tutorial where you can learn.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

joduee is offline
Reply With Quote
View Public Profile
 
Old 03-23-2009, 05:07 PM Re: is it possible to add ecommerce functionality to my site without knowing php
Webmaster Talker

Posts: 611
Trades: 0
thank you everyone for those great helpful responses. my hosting provider does provide ecommerce, but i plan on being a web designer/php programmer for a living, so my best option probably is just suck it up and learn php. (sigh). but im glad i have this forum to go to when i have trouble. my goal in the future is to make a site similar to pricewatch.com, but it would be different in many ways, and my idea would be to take a 5% cut off of every sale. but that is a long way off from now. does anyone know where i should start if i want to start learning to program sites in php that can sell products and services? i think a basic ecommerce site is where i should start, but i could be wrong. last time i started trying to make a message board, but someone posted porn messages on it, and ruined it from that, and i had no way to secure it, i wasnt advanced enough, but any guidance on where to start as a newbie project going towards an ecommerce site that sells products and services would be greatly appreciated. thank you rogem002 for that book recommendation, im going to buy it. thank you. derek
silverglade is offline
Reply With Quote
View Public Profile
 
Old 03-23-2009, 06:42 PM Re: is it possible to add ecommerce functionality to my site without knowing php
vangogh's Avatar
Post Impressionist

Latest Blog Post:
Why Responsive Design?
Posts: 10,815
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
Just to reiterate you will need some kind of server side language to build a shopping cart system, at least a secure one. It doesn't have to be in PHP naturally, but it should be server side.

I would encourage you to learn PHP (or another server side language), but you can still offer shopping cart solutions without knowing a language. There are so many open-source solutions that you could spend the time learning how to work with a few of them. Of course knowing PHP will likely help so yeah, you might as well learn it.

Look for books that teach both PHP/MySQL. The programming language is one part of the equation. The other part is a database. A lot of books will teach a shopping cart or a CMS as an example. One thing to keep in mind about your idea is that there are a lot of free solutions available so just having a cart isn't going to be enough to get people to use it. You're going to have to offer a good reason why someone should give you 5% of every sale, especially as the merchant handling the payment is going to want a few % as well.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 03-24-2009, 10:47 PM Re: is it possible to add ecommerce functionality to my site without knowing php
racer x's Avatar
Ultra Talker

Posts: 457
Name: Randy
Location: Northern Wisconsin
Trades: 0
Foxycart is a pretty cool solution for more basic shopping carts. You really don't need to know much to implement it. Here's a tut on how to use it.

http://css-tricks.com/video-screenca...for-ecommerce/
racer x is offline
Reply With Quote
View Public Profile Visit racer x's homepage!
 
Old 03-25-2009, 12:15 AM Re: is it possible to add ecommerce functionality to my site without knowing php
Brian07002's Avatar
Defies a Status

Posts: 2,162
Name: ...
Location: ...
Trades: 0
Quote:
Originally Posted by rogem002 View Post
In short, no essentially you asking if you can fix road without any equipment (it's possible, but ****ing hard).

I suggest you learn PHP, get a book on it (I suggest one from the Visual Quick start brand from Lary Ullman) it only takes about 1 hour to get the basics ( and from their you can do anything).
I agree with rogem002, but did you ever try using a shopping cart script? It is php, but since my first attempt using php, I found that shopping carts (in the sense of e-commerce) have been simple to setup, and use. Just google php shopping carts, there are free ones such as oscommerce which has been around for ages. Give it a whirl and let us know how things turn out.
__________________
Made2Own

Please login or register to view this content. Registration is FREE
Brian07002 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to is it possible to add ecommerce functionality to my site without knowing php
 

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.46085 seconds with 12 queries