Site Search:
Sign in | Join | Help

This Blog

Syndication

Tags

No tags have been created or used yet.

Archives

Corey McClelland

Personal note from Ace Developer - Corey McClelland

February 2007 - Posts

  • ASPDotNetStorefront Download Products

    ASPDotNetStorefront version 6.x has basic support for download products, but they are not easy to set up.  To set one up:

    1. Create the product as a variant type.
    2. Edit the variant and set the download radio button.
    3. Set the download location to:  t-<product-name>-<random string>.aspx
    4. Create a new topic for the download page.  This is the page that the download instructions link to.  The name of the page needs to be <product-name>-<random string>, the same as the download location but without the "t-" and ".aspx." 
    5. Put in a link on the topic to the file on the site.  This is typically http://www.yoursite.com/download
    6. Copy the file to the download directory of the site.
  • ASP.NET Storefront Skinning

    To skin the aspdotnetstorefront vertical menu, you need update the css file in skins/skin_1/style.css.

    Change the background-color for:

    #vertmenustyle1
    #vertmenustyle1 ul
    #vertmenustyle1 li a
    #vertmenustyle1 li a:hover

    To skin the vertical menu, update:

    .TopMenuItemHover
    .MenuItemHover
    .MenuItemHover td

  • Linkpoint Credit Card Processing

    The API for the Linkpoint credit card processing gateway contains many errors and is hard to figure out exactly what each transaction type needs.  Instead of using the API, I suggest checking out the following blog entry:

    http://west-wind.com/WebLog/posts/1317.aspx 

    It provides sample code for using the Linkpoint gateway with asp.net.

More Posts Next page »