Need a HTML based shopping cart

Discussion in 'eCommerce' started by phil8340, Apr 25, 2010.

  1. #1
    Hi
    All advice welcome
    I have a ecommerce site based in the UK (zencart) which works very well, easy to use and user friendly. But I am looking to have a US based on sell the same stuff, but I have noticed that HTML sites are indexed better than PHP.
    So I am looking for a free or low cost HTML based website.
    Any ideal??????
    Cheers DPers
     
    phil8340, Apr 25, 2010 IP
  2. raid

    raid Peon

    Messages:
    63
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    PayPal has an "Add to Cart" button in html.
     
    raid, Apr 25, 2010 IP
  3. 50plus

    50plus Guest

    Messages:
    234
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If I understand you correctly then you are looking at shopping site URLs with mode rewrite.
    Example : htt:// example.com/shop/1234.html could originate from
    htt:// example.com/shop/item.php?id=1234 or
    htt:// example.com/shop/item.asp?id=1234

    using either .httaccess or Isapi.rewrite these URLs are converted to their html form.

    In order to pull page content from the database you will always need a script language, html cannot do that.
     
    50plus, Apr 25, 2010 IP
  4. emailm

    emailm Peon

    Messages:
    438
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    If you need html page, then try ZScart (SAAS) site for your online store. It will cached by google very soon.
     
    emailm, Apr 27, 2010 IP
  5. theseller

    theseller Peon

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Don't need to be HTML, it can be PHP, but you can fake it to be HTML, still dynamic and you have the HTML extension. Google don't index it by HTML or PHP. Just how you rewrite the URL to contain the full information and do not repeat the URL on different pages. This is where SEO comes in
     
    theseller, Apr 28, 2010 IP
  6. ics

    ics Guest

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    ics, May 6, 2010 IP