Page 1 of 2 12 LastLast
Results 1 to 15 of 16

 

Thread: E-Commerce ... Help !!

  1. #1
    Registered User

    Status
    Offline
    Join Date
    Jan 2006
    Location
    Sudbury UK
    Posts
    271
    Thanks
    0
    Thanked 0 Times in 0 Posts


    Hi and Happy New Year everyone,

    I've been approached to do an e-commerce site for a local company and don't want to turn work away but have never gone down this route before.

    I think I'm ok as far as the shopping cart sode goes, it's more the credit card payment area I'm unsure of.

    Has anyone got any advice or tips on where to start and what I need to do?

    Kind regards

    Jason

  2. #2
    deadgoodundies's Avatar
    pants monkey

    Status
    Offline
    Join Date
    May 2005
    Location
    Shrewsbury
    Posts
    2,495
    Thanks
    1
    Thanked 38 Times in 27 Posts
    Jason, give me a shout on email or MSN and i'll give you all the help you want.
    Designer Men's underwear, swimwear, socks and t-shirts click to join our program deadgoodundies.com
    up to 20% commission | full product feed | 90 day cookie | No end of month tier reset

  3. #3
    Registered User

    Status
    Offline
    Join Date
    Mar 2006
    Posts
    229
    Thanks
    5
    Thanked 4 Times in 4 Posts
    work out how much they think they'll be turning over, and then install OSCommerce, with either:

    1) high levels of turnover - go for worldpay. it's easy to set up, reliable and easy to integrate, and fairly low charges per transaction. but there's a set-up fee, and a monthly fee too, so only worthwhile if you've got a good level of turnover.

    2) low levels of turnover - go for either a secure server and storing their card details for processing offline, or use paypal. It's free to setup, no monthly charge, but you pay a bigger percentage on each transaction.

  4. #4
    Registered User

    Status
    Offline
    Join Date
    Dec 2004
    Location
    Cardiff
    Posts
    199
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Mate it's pretty easy if you use something like OSCommerce as someone has said, and you'll get all the support you need over at their forums.

    Also depending on whether your client has a merchant account already or not I'd recommend going with Protx as opposed to Worldpay, whilst Worldpay are good (in my opinion) they aren't the cheapest.

    I've also heard some people moan like hell about Worldpay, but in my previous experience with them, they were good just expensive.

    Hope that helps, feel free to ask for anymore advice if you require.
    Alex

  5. #5
    deadgoodundies's Avatar
    pants monkey

    Status
    Offline
    Join Date
    May 2005
    Location
    Shrewsbury
    Posts
    2,495
    Thanks
    1
    Thanked 38 Times in 27 Posts
    Oscommerce is a good free option but i've heard that it's quite hard to modify the templates to make it NOT look like a OScommerce site (not saying it is just what i've heard)

    I would recommend x-cart (as thats what we use) or there is also cs-cart which from what im told was created by some ex employees of x-cart.

    I would say no to worldpay as well as they are expensive.
    Protx is good (again this what we use) but we have had some issues with them accepting certain switch/solo/maestro cards as it refuses them if they don't have a issue number (and some of the newer cards don't)

    Also make sure you have a secondary payment method available like paypal , as some people like the convenience of it and if the primary payment method goes down you have a backup.
    Designer Men's underwear, swimwear, socks and t-shirts click to join our program deadgoodundies.com
    up to 20% commission | full product feed | 90 day cookie | No end of month tier reset

  6. #6
    lowndsy's Avatar
    Dark Prince

    Status
    Offline
    Join Date
    Aug 2003
    Location
    Behind you
    Posts
    1,824
    Thanks
    7
    Thanked 44 Times in 33 Posts
    OSCommerce isn't too bad to customise - take a look at this one - http://www.amorejeweller.com - it's still obviously OSCommerce if you look under the hood, but it is far enough from the "default" look and feel for customer to know they're serious about selling.

  7. #7
    Registered User

    Status
    Offline
    Join Date
    Dec 2004
    Location
    Cardiff
    Posts
    199
    Thanks
    0
    Thanked 0 Times in 0 Posts
    lol, my company also created a Jewellery site out of OSCommerce, our Tech department uses it for most of the Ecomm sites we use. No point in re-inventing the wheel.

    Take a look at www.clogaugoldcentre.com - thats the last one we did in OSC and again whilst it is OSC under the bonnet, its not blatantly obvious.

  8. #8
    Registered User

    Status
    Offline
    Join Date
    Jun 2006
    Posts
    56
    Thanks
    0
    Thanked 0 Times in 0 Posts
    hi,

    can anyone please clarify the difference between www.sitename.com &
    www1.sitename.com
    www2.sitename.com etc.

    i am unable to find out any propper link regarding this. please anyone can clarify my problem.

  9. #9
    lowndsy's Avatar
    Dark Prince

    Status
    Offline
    Join Date
    Aug 2003
    Location
    Behind you
    Posts
    1,824
    Thanks
    7
    Thanked 44 Times in 33 Posts
    www. is the standard "domain" for the worldwide web - it is the public facing aspect of it, but it is actually a kind of subdomain/shortcut.

    The domain name is sitename.com, and the www is an appendage which says "look at the public facing www section of this site". Most decent web hosts direct http://sitename.com to that as well, but not all - you might notice that a lot of sites don't work without the "www". It's not because they're broken, just not configured in the usual way - remember the internet which most people see is actually one of the simpler applications of some quite complex networking technology, and different systems have very precise control over sub domains and other access rights, so preconfiguring for the internet is a low priority or not even possible for some people, and internet unix geeks seldom care about being user friendly anyay.

    Some sites which are very large don't want all of their content in one directory structure. It becomes unwieldy and if it is large enough won't even fit on one web server.

    This is where subdomains come in handy. A subdomain can be used to organise content, for example hving english.mysite.com and french.mysite.com, but using those natty advanced networking features and some dns tricks they can link two or more servers under the same domain name - the www1 server could be in London and the www2 server could be in tampa bay, Florida.

    "www2" and "www3" etc are added to a domain to make the most out of a websites structure without it necessarily looking like you are using subdomains.

    For example - www.warnerbros.com redirects to http://www2.warnerbros.com/main/homepage/homepage.html. Try changing the www2 to a www and you'll see it doesn't work.
    First it's just a way of organising the massive content of the warnerbros site into managable chunks and second, (especially useful for warnerbros where they have a lot of content which expires and are constantlya dding new stuff), they can dynamically add new resources to the system as new content becomes available.
    Bandwidth is a big issue for large online systems so spreading the load over several systems means the bandwidth usage is spread out, plus highly reliable servers can be used for sensitive sections like admin and transaction histories and more normal servers an house normal stuff like guestbooks and standard content, so it helps reduce costs by allocation the correct hardware and resources to the correct tasks. Look it up uder "load balancing" or "allocating correct network resources". The examples I've given are massively simplified - soe people make careers out of designing this sort of system, and there are automatic setups which do it all for you.
    In this case the www2 isn't that important because the user remembers the warnerbros.com address, and warnerbros get to spread their load cross multiple computers, adding more and more systems as they add more content. All they need to be careful about is that any addresses a user might type in to their browser begins with a bog standard "www" - the user doesn't care where they are sent after that, and most search engines can still see the content.
    Last edited by lowndsy; 05-01-07 at 12:06 AM.

  10. #10
    Registered User

    Status
    Offline
    Join Date
    Jan 2006
    Location
    Sudbury UK
    Posts
    271
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Cheers for the help and advice so far everyone

    So is using an off the shelf application like OSCommerce or X-Cart the safest option for the shopping cart facility or can you write your own?

    I've seen plenty of tutorials in mags writing shopping carts with MySQL and PHP but is it best to steer clear and use one of the above?

    From what I understand so far, if you use an off the shelf package you are fairly limited to site design and layout.

    Ok, so lets say the customer wants me to go ahead, what are the procedures required to get an e-commerce site up and running?

  11. #11
    deadgoodundies's Avatar
    pants monkey

    Status
    Offline
    Join Date
    May 2005
    Location
    Shrewsbury
    Posts
    2,495
    Thanks
    1
    Thanked 38 Times in 27 Posts
    Some people prefer to write their own if they are going to reuse it for other clients and market it as such - personally as someone has said above why bother reinventing the wheel.
    If you use something like x-cart then you can have it as your base and then just easily build upon it if you need to make extra features and modules.
    It uses smarty php so you can keep your design and coding seperate (plus there are quite a few 3rd part developers and a great forum)
    Designer Men's underwear, swimwear, socks and t-shirts click to join our program deadgoodundies.com
    up to 20% commission | full product feed | 90 day cookie | No end of month tier reset

  12. #12
    csn
    csn's Avatar
    Small Affiliate :-)

    Status
    Offline
    Join Date
    Dec 2006
    Location
    Cardiff, UK
    Posts
    1,037
    Thanks
    67
    Thanked 43 Times in 36 Posts
    Zencart is an offshoot of OS Commerce but from my perspectives offers better integration with credit card processors such as NoChex.

    Mind you, both Zencart and OS Commerce take a bit of effort to get them looking nice!

  13. #13
    csn
    csn's Avatar
    Small Affiliate :-)

    Status
    Offline
    Join Date
    Dec 2006
    Location
    Cardiff, UK
    Posts
    1,037
    Thanks
    67
    Thanked 43 Times in 36 Posts
    Quote Originally Posted by seekituk View Post
    So is using an off the shelf application like OSCommerce or X-Cart the safest option for the shopping cart facility or can you write your own?
    Every application has bugs. The benefit with a pre-built script is that you usually have a team of people working on updates and new features. Working on your todd means you are relying upon yourself to spot errors.

    There comes a time though when sites outgrow shopping carts. Too many customers, too much redundant coding for features you don't use, etc.

    If you have no experience of shopping cart development, stick with a script now and when you have time later, build your own application. Besides, playing with other people's scripts can give you inspiration for features you want in your custom application.

    A word of advice - make sure that whichever solution you use, you have a good looking template. Sites that look like the OS Commerce demo site are horrid and look unprofessional (from a web design perspective).

  14. #14
    Registered User

    Status
    Offline
    Join Date
    Jan 2006
    Location
    Sudbury UK
    Posts
    271
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Thanks again.

    Looks like I'll be doing a bit of downloading and fiddling this weekend then.

  15. #15
    Jus
    Registered User

    Status
    Offline
    Join Date
    Jul 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Dear All,

    My appologies, first post, may have got it wrong, so be easy on me!

    I have a strong e-commerece concept, am currently using SBI! as a learning platform and looking to get cracking and building the site this week. SBI has been excellent in it's teaching, but is it the best platform to use ? Your thoughts and recommendations would be very welcome. Hope the weekend was good, many thanks J

Page 1 of 2 12 LastLast


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Zanox Affiliate Academy - USA
    By Zanox in forum Zanox
    Replies: 4
    Last Post: 21-11-05, 10:03 AM
  2. E commerce
    By bapages in forum Affiliate Marketing Lounge
    Replies: 5
    Last Post: 25-05-05, 04:29 PM
  3. New merchant member - here's my site
    By lucasoid in forum Affiliate Marketing Lounge
    Replies: 27
    Last Post: 06-05-05, 10:09 AM
  4. Zen?
    By Seth in forum Affiliate Marketing Lounge
    Replies: 4
    Last Post: 11-01-05, 07:09 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
To Top

Content Relevant URLs by vBSEO 3.5.0 RC2