Shopping cart that allows for custom productID in URL to Buy it Now

Ask a Question related to Macromedia Dreamweaver, Design and Development.

  1. #1

    Default Shopping cart that allows for custom productID in URL to Buy it Now

    I'm now looking into the option of using a shopping cart into an
    existing static built e-commerce site. I have a script that will
    create the html pages from a database as opposed to database driven
    server-side. This is what leads to my request for the shopping cart:

    When an item is added, say based on the model/sku #.. The URL for
    "Add to Cart" must contain the model/sku somewhere in that. This way
    I can use my script and add the appropriate buy it now link based on
    the model # from my database. ex:
    [url]http://www.test12345.com/cgi-bin/shopcart.asp?productid=model#[/url]

    The 'view cart' links I assume can be the same on all pages but what I
    don't want is a random cart generated product ID for each item.

    Another few requests, first one more important to me:

    ** A cart that will allow the import of model #/Price/shipping price &
    perhaps description from Excel spreadsheet.
    * I still want orders & order info e-mailed as opposed to the need for
    checking a remote site

    Anyone know of a basic cart (without the site creation and management
    tools) that will do the above? I really only want to use the cart for
    customer convenience. I will handle the links from existing webpage.
    Will be willing to go to Unix or NT hosting account. In fact if
    anyone has a cart that will do these things and offers hosting, will
    go that route.

    Thanks in advance!

    --
    PLEASE NOTE: comp.infosystems.[url]www.authoring.cgi[/url] is a
    SELF-MODERATED newsgroup. aa.net and boutell.com are
    NOT the originators of the articles and are NOT responsible
    for their content.

    HOW TO POST to comp.infosystems.[url]www.authoring.cgi:[/url]
    [url]http://www.thinkspot.net/ciwac/howtopost.html[/url]
    Humvee Guest

  2. Similar Questions and Discussions

    1. Like a Shopping Cart but -NOT- a Shopping Cart
      Have you ever seen www.apple.com/store? And if you noticed when you choose G5 for example... you select the kind of MAC and then you can customize...
    2. ASP.NET - shopping cart (custom)
      This may seem simple to others, but I'm newer to ASP.NET, plus I have something going against me- my programmers have the actual VB project files...
    3. Shopping cart help
      Hi, I need to create a shopping cart style website. Are there any good tutorials or 'shareware' stuff out there that I can look at? I want to do...
    4. ASP Shopping Cart
      I recently reviewed a shopping cart called Product cart made by a company called Early Impact. http://www.earlyimpact.com I was curious to find...
    5. shopping cart shopping
      Im looking to buy some ecommerce software to hook up to an HTML site. The company will have around 350 products or so to start out, and will be...
  3. #2

    Default Re: Shopping cart that allows for custom productID in URL to Buy it Now

    On 22 Jul 2003 12:57:29 -0700, [email]azhummer@hotmail.com[/email] (Humvee) wrote:
    >I'm now looking into the option of using a shopping cart into an
    >existing static built e-commerce site. I have a script that will
    >create the html pages from a database as opposed to database driven
    >server-side. This is what leads to my request for the shopping cart:
    >
    >When an item is added, say based on the model/sku #.. The URL for
    >"Add to Cart" must contain the model/sku somewhere in that. This way
    >I can use my script and add the appropriate buy it now link based on
    >the model # from my database. ex:
    >[url]http://www.test12345.com/cgi-bin/shopcart.asp?productid=model#[/url]
    >
    >The 'view cart' links I assume can be the same on all pages but what I
    >don't want is a random cart generated product ID for each item.
    >
    >Another few requests, first one more important to me:
    >
    >** A cart that will allow the import of model #/Price/shipping price &
    >perhaps description from Excel spreadsheet.
    >* I still want orders & order info e-mailed as opposed to the need for
    >checking a remote site
    >
    >Anyone know of a basic cart (without the site creation and management
    >tools) that will do the above? I really only want to use the cart for
    >customer convenience. I will handle the links from existing webpage.
    >Will be willing to go to Unix or NT hosting account. In fact if
    >anyone has a cart that will do these things and offers hosting, will
    >go that route.
    >
    >Thanks in advance!
    What server-side script are you using? If you are using ASP
    (VBScript), you can't do better than CharonCart, from
    [url]www.charon.co.uk[/url]. Despite the fact they irritated me on this ng
    recently, I still think webassists php-type cart is a good one
    ([url]www.webassist.com[/url]).


    Paul Taylor
    Paul Taylor Guest

Posting Permissions

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

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 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139