+ Reply to Thread
Results 1 to 7 of 7

Thread: E-Commerce

  1. Join Date
    Oct 2006
    Location
    Butterworth
    Posts
    10
    Rep Power
    0

    E-Commerce

    Hello,

    Nows a day, quite many business man using e-commerce to gain money, but i really not so understand how to start a web with e-commerce, like, how to make it more secure, how to make it work? izzit just PAYPAL, WORLDPAY, 2CHECKOUT only can use to make e-commerce run?

    can share your VALUE EXPERIENCE here? Thanks a lot!

  2. Join Date
    Feb 2004
    Location
    Malaysia
    Posts
    25
    Rep Power
    0
    it depends on really what you are looking for you. If you will be selling some products, perhaps those freely available store application like OSCommerce, Cubecart,Zendcart will be fair enough.. You will need to then configure the store with your store products ( RTFM ) :-)

    Most of the store application out there nowadays ( as listed above ) has built in modules to support payment processing such as 2checkout, worldpay, paypal..etc What you will need to do is to sign up an account with either on one of the payment vendor and enter your account details in the admin modules and voila.. you are ready to receive order.

    Well.. is not just only the above 3 is applicable out there, there are more available on the Internet such as Authorize.net , CCAvenue ..etc available. You will need to check out which one suits to your needs exactly.

    Security is not a one time job but is a you will need to maintain it all the whiles. Accepting payments via online will need a SSL in order for the data to be encrypted. Also, you need to make sure your application is patched whenever there's a patch released by the vendor. Keeping your application up-to-date is the most important and don't blame your host if one-day your site is hacked due to there is a flaw in the application due to you have not perform the upgrade.

  3. Join Date
    Jan 2007
    Location
    Petaling Jaya
    Posts
    866
    Rep Power
    63
    something to add on andy's reply, if u were planning to do this e-commerce urself totally (which is quite tough), then i assume u know little bit about web programming - php,html etc, if u do not know this..strongly advise u find a trusted friend who know this and work with him on your e-commerce. If not i will guarantee u will struggle a lot and wont go anywhere further...

  4. Join Date
    Oct 2006
    Location
    Butterworth
    Posts
    10
    Rep Power
    0
    Thanks Andy and Yipguseng

    Really a good advice and tips to me. Well, i got install OS commerce, but, seem like something missing or need to add-on others thing to run it.

    " Server Requirement Error: register_globals is disabled in your PHP configuration. This can be enabled in your php.ini configuration file or in the .htaccess file in your catalog directory. "

    Above is the message appear will open the page.

    What can i do?

  5. Join Date
    Feb 2004
    Location
    Malaysia
    Posts
    25
    Rep Power
    0
    it turns out that the register_global is disabled on your host PHP global. If you are in Linux, you will be able to overwrite this by adding

    php_flag register_globals on
    into your .htaccess file

    As a side note, I would recommend you to switch to other shopping cart, there's some exploit found in OsCommerce and the patch release by OsCommerce is slow. Change to ZendCart or Cubecart if this is an initial stage for you.

  6. Join Date
    May 2005
    Location
    Malaysia
    Posts
    23
    Rep Power
    0
    oscommerce shopping cart is free and there are a lot of modules there. However, you must turn on register global in order to use this open source code. You might consider some tweaking in order to secure the site

  7. Join Date
    Apr 2007
    Location
    Penang
    Posts
    504
    Rep Power
    52
    I use CPCommerce (opensource) .. no issues with the register_globals.

    By the way, you do not really need SSL on your own site for accepting payment (like Paypal and 2Checkout let you use their own secured payment sevices).

    If you do not like to edit PHP or ASP scripts on those free/opensource eCommerce packages then you can also purchase the local off-the-self type so you can get more support.


    __________________
    http://www.jobcity.com.my
    Last edited by yonghs; 09-04-2007 at 07:40 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. What is E-Commerce?
    By ahmedwali in forum E-Commerce
    Replies: 7
    Last Post: 22-05-2009, 02:25 PM
  2. E-Commerce
    By Charlie in forum E-Commerce
    Replies: 12
    Last Post: 20-12-2007, 12:55 PM
  3. E-commerce solutions.
    By therion in forum Advertise Your Services
    Replies: 0
    Last Post: 19-10-2007, 12:02 PM
  4. E-Commerce
    By haraf_03 in forum Other Webmaster-related Services and Promotion
    Replies: 3
    Last Post: 18-05-2007, 02:44 PM
  5. e-commerce
    By hocky in forum Other Webmaster-related Services and Promotion
    Replies: 7
    Last Post: 30-03-2007, 05:04 AM

Posting Permissions

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

SEO by vBSEO 3.5.0 RC1 PL1

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79