.
avatar

Cart Abandonment

| September 21st, 2012
in eCommerce / ASPDNSF, Web Development



Just read a great article from our friends over at AspDotNetStorefront and wanted to share- “7 Tips for Boosting Conversion at Checkout“.  The most stunning stat that the article notes is that “according to 15 highly reputable studies of shopping cart abandonment (including studies by Listrak, MarketingSherpa, Forrester Research, and Coremetrics), the average shopping cart abandonment rate is almost 66%.”

Wow!  That’s a startling number, especially with the holiday season coming up in a poor economy.  What can you do about it?  Jon makes several terrific points that match up with our experience at Beacon as well, including:

The basic principle to keep in mind is simple: Reduce friction. Anything that adds complexity, risk, unanswered questions, or extra steps to the process is going to slow it down and drive some people away.

The article includes several specific examples for improving your checkout process without much time or effort.  With these suggestions, hopefully you’ll be able to reduce that cart abandonment rate to something much more palatable!  And of course, please contact us if we can be of assistance in your efforts!

 



Tags: , , ,
Posted in eCommerce / ASPDNSF, Web Development | No Comments »
avatar

Displaying the Cart Total in the Page Header on a ASPDotNetStorefront site.

| August 6th, 2012
in eCommerce / ASPDNSF, Web Development



Recently a client wanted the customer’s cart total to display in the page header. Not having done this before, I scratched my head and came up with this solution. (This is for a version 9.2 site)

First I created a package , “cart.total.xml.config “, that displays the cart total.

It looks like this.

<?xml version=”1.0″ standalone=”yes” ?>

<package version=”2.1″ displayname=”Mini Cart” debug=”false” includeentityhelper=”false” allowengine=”true”>

<PackageTransform>

<xsl:stylesheet version=”1.0″ xmlns:xsl=”http://www.w3.org/1999/XSL/Transform”

xmlns:aspdnsf=”urn:aspdnsf” exclude-result-prefixes=”aspdnsf”>

<xsl:output method=”html” omit-xml-declaration=”yes” />

 

<xsl:template match=”/”>

<xsl:value-of select=”aspdnsf:StrReplace(aspdnsf:CartSubTotal(),’Sub Total:’, ”)” disable-output-escaping=”yes” />

</xsl:template>

 

</xsl:stylesheet>

</PackageTransform>

</package>

 

Then I called the package from the master file template like this.

<a href=”shoppingcart.aspx”>

Shopping Cart (<asp:Literal runat=”server” Text=’<%$ Tokens:Num_Cart_Items %>’ />)<asp:Literal ID=”litCartTotal” runat=”server” Text=’<%$ Tokens: XmlPackage, cart.total.xml.config %>’ /></a>

 

This displays the cart total in the page header with a tag that contains,

<a href=”shoppingcart.aspx”>Shopping Cart (10) $180.00</a>



Posted in eCommerce / ASPDNSF, Web Development | No Comments »
avatar

The iPad arrives

| May 16th, 2012
in eCommerce / ASPDNSF, Other, Web Development



Annette's new toy Recently I won my very first iPad by providing the winning suggestion in a product detail page review for AspDotNetStorefront and it arrived today!  The contest involved reviewing a product detail page for a current AspDotNetStorefront customer and my suggestion involved modifying the color drop down box to display different images, based on the color selected (manual instructions here).  The customer explained that they “chose your comments over all others because you were brief, to the point and pointed us to a feature of ASPDNSF that we were not utilizing. We appreciate the time you took to share your comments with us.”

Thanks to the folks at http://www.safetylightsandsignals.com for selecting me and my buddies at Vortx for sponsoring the contest!

What should I do first??



Tags: , ,
Posted in eCommerce / ASPDNSF, Other, Web Development | No Comments »
avatar

Credit Card Processing Diagram

| April 18th, 2012
in eCommerce / ASPDNSF, Web Development



The process of accepting credit cards on an online store is fairly complex– involving gateways, processors, banks, merchants and more. Authorize.net (one of our preferred gateways for Aspdotnetstorefront because of the ease of set up and range of options for the merchant) provides this multi-step diagram that I think does a great job of explaining the process: Credit Card Processing Diagram.  Hope it helps!



Tags: , , ,
Posted in eCommerce / ASPDNSF, Web Development | 3 Comments »
avatar

ASPDNSF’s 2012 eCommerce Conference

| April 3rd, 2012
in Beacon News, eCommerce / ASPDNSF



Beacon returned from ASPDotNetStorefront‘s user conference with a ton of great takeaways, new friendships, stregnthened partnerships and awesome experiences.  Ashland, Oregon’s amazing scenery, great restaurants, friendly people and downtown park rival the eTail West conference in Palm Dessert for the best eCommerce conference destination.

The conference kicked off with a welcome reception and continued full steam ahead through two full days of sessions.  Between Mike Wood (Sr. Engineer), Tracy Dirks (Dir. of Software Development) and I, Beacon had all tracks and the exhibit hall covered.  It was a great conference, we had the opportunity to get the inside scoop on the product roadmap, hear first hand insights from the consumer panel, pick the brains of APDNSF’s talented developers, discuss innovative uses of the platform with merchants and fellow partners.  It was action packed and a whole lot of fun.  Between the full days and long travels, I think I am just now recovered.

As an aside, I stayed an extra day to check out the awesome sites of southern Oregon and was lucky enough to catch Crater Lake on such a picture perfect afternoon.

Crater Lake

 

Keep an eye out for Beacon as we prepare for two conferences during the month of April: The Bronto Summit and NCTA’s State of Technology.



Posted in Beacon News, eCommerce / ASPDNSF | No Comments »
avatar

See you in Oregon!

| March 1st, 2012
in Beacon News, Creative Design, eCommerce / ASPDNSF, Hosting Services, Web Marketing



Beacon kicks off its 2012 conference series with ASPDotNetStoreFront’s user conference in Ashland, Oregon on March 20th.  Members of our Development Team have been participating in the conference for several years, but this year Beacon wanted to exhibit the great things we have been doing with the platform in regards to design, development, marketing and hosting. So we’ll not only be soaking up knowledge in the sessions, we’ll also be sharing some on the exhibit floor.

Myself, Tracy Dirks (Dir. of Development) and Mike Wood (Sr. Engineer) will be manning the booth throughout the conference.  I’ll be holding down the fort a good bit of the time while Tracy and Mike are in the sessions, so I’m a little bummed to miss out on the interesting topics like: personalization, multi-store, mobile, social media and integration.  So if you are at the show, come by table #6 and say ‘hello.’  It would be great to hear about your business, cool things you are doing with the product, ‘take aways’ from the sessions, your journey to Ashland (14 hours and 3 flights from North Carolina), etc.

Also, If you are interested, I’m happy to talk about some of the awesome things Beacon has done for clients like Business-Supply, Robert Ham, BMI and dozens of others.  Our team has been turning out amazing sites featuring custom design and development work as well as really powerful solutions we’ve put together in conjunction with our partners, like: Bronto, Nextopia and Windsor Circle.

As always, please help keep those less fortunate (like the exhibitors, my fellow teammates back at Beacon and the others who couldn’t make it) in the loop via #ASPDNSFconf on Twitter – we’d really appreciate it!

Have a safe trip and see you in Ashland!



Tags: ,
Posted in Beacon News, Creative Design, eCommerce / ASPDNSF, Hosting Services, Web Marketing | No Comments »
avatar

Super quick Aspdotnetstorefront site setup

| February 13th, 2012
in eCommerce / ASPDNSF, Web Development



There are literally thousands of settings that you can configure for a new AspDotNetStorefront site, but here is a set of instructions that we use to quickly set up a very basic non-eCommerce (catalog only) site in Version 8 of AspDotNetStorefront:

  1. Follow manual instructions to do a base install: Installation Guide
  2. Skin/Template set-up
    • Review the available default skins or purchase a skin template
    • Navigate to the docs/skins folder of your new AspDotNetStorefront site and rename the  Skin_1 folder to Skin_old
    • Copy the new skin to docs/skins and rename “Skin_1″
    • Resize the company logo to the height of the logo.jpg file included in the skins/skin_1/images/ and save as logo.jpg in this folder (if not a jpg file, see #3 below)
  3. Template.ascx Set-up– Open /docs/skins/skin_1/template.ascx in an HTML editor and make the following updates to the HTML code.
    • If the company logo is not a jpg file (png, for example), change logo.jpg in template file to correct logo name
    • Remove shopping cart and wishlist links from utility nav in template.ascx
    • Remove all links and content from top and bottom nav that do not apply
    • Update copyright line/year in footer
    • Remove departments/sections from left nav (if not in use on site)
  4. Style.css Set-up– Update colors and styles in docs/skins/Skin_1/styles.css as needed to match corporate colors
  5. Admin Set-up
    • Log into Admin with default id/password and create super users under Customers/Add New Customer and then Customers/View-Edit Customers/Super User button.  Notify new admins of id/password/Admin URL.  Log in with one of the new super-user accounts and delete default admin user. 
    • Update store details under Configuration/Site Configuration Wizard including Store Name, Store email address, etc.
    • Go to Configuration/Email and set email server information
    • Appconfig updates– Make the following updates in Configuration/Advanced/Appconfig Parameters
      • Search for “meta” in the Appconfigs section and complete all relevant fields with search engine data/keywords
      • Remove buy and wish list buttons by setting ShowBuyButtons and ShowWishButtons to “false”
      • Remove items from site map that should not be displayed by searching appconfigs for “sitemap.” and setting areas that should not be in site map to “false”
    • Hit reset cache to force updates to appear on public site
  6. Topics– Update the following under Content, Manage Topics in the Admin area
    1. Add content to all topic pages that are relevant to this company (about, service, security, hometopintro, etc.)
    2. Hyperlink any new topic pages to Help & Info box so they show in the left navigation
    3. Review each existing topic page and do the following:
      • Remove topics that will definitely not be used using “Delete Topic” button
      • Set topics that should not show in sitemap to “no” with “Publish in Site Map” field
      • Update text on all topics that start with “Empty” and “Productnotfound” topic
      • Update hometopintro with homepage content
      • Update pagenotfound text
  7. Products/Categories– Add Categories and Products using either a product import (our preference) or manually in Admin
  8. Complete “Go Live” checklist
  9. Carefully review and test the site, make revisions as needed
  10. LAUNCH THE SITE!


Tags: ,
Posted in eCommerce / ASPDNSF, Web Development | 1 Comment »
avatar

Texwipe Site Launch

| January 10th, 2012
in Beacon News, Cascade Server, Creative Design, eCommerce / ASPDNSF, Web Development



We launched another great site for ITW Texwipe at http://www.texwipe.com! This site seamlessly blends the functionality of Hannon Hill’s CMS (the Products, Industries and Technical Data menus) with a full-featured ecommerce store (the Buy Texwipe menu), with shared navigation and design. This is the first project that integrated both products at the same time and, thanks to hard work by pretty much everyone on the software dev team at one point or another. 

BEFORE

AFTER

Other interesting features of the site:

  • Ability to “hide” pages from different geographical regions, based on the “region” selection of the visitor in the footer.
  • Transition of transactional applications from old system to new
  • Email verification required to place order

 

 



Tags: , , , ,
Posted in Beacon News, Cascade Server, Creative Design, eCommerce / ASPDNSF, Web Development | No Comments »
avatar

AspDotNetStorefront Features, Tips and Resources

| December 6th, 2011
in eCommerce / ASPDNSF, Web Development



Beacon is a development partner for the eCommerce platform ASPDotNetStorefront and has been developing successful eCommerce websites with them since 2007.  Here are some features and functionality that we love about the software as well as a few “tips and tricks” that hopefully you will find helpful!  Please be sure to chime in with your own thoughts and suggestions…

Public Site Features

These are some features about AspDotNetstorefront that we really like and promote to our clients, along with a few links to where we have put some of these features to use.  Note that a few of these items require a purchased add-on for full functionality, but they are generally inexpensive, easy to install and don’t require source code.

  • Site-Wide Features
    • –Dynamic top/left navigation in standard site skins
    • Support of different design skins in one site
    • –Newsletter sign-up
  • Home page
    • Editable topic page that can be maintained by client in Admin site
    • –Featured Products and/or Store News can be displayed on home page
    • Animated banner image (with purchased Vibe add-on)
  • Product Landing Pages
  • Product Detail Pages
  • Cart
    • –Mini cart (Vortx add-on)
    • –You May Also Need
    • –One page / Multipage checkout
  • Topic Pages
    • –Editable footer (for SEO)
    • –Editable 404 Page Not Found
    • –Store News
    • –Help & Info box
  • Other
    • –SEO friendly URLs
    • –Customers reviews/ratings
    • –Customer Levels– can show different pricing and/or products to different customers
    • –Phone order entry
    • –One click re-order
    • –Best seller products page
    • –Catalog only site
    • –Wish list

Admin Site Features

  • String Resources– Much of the text on the site can be edited via Admin
    • Change a string
    • Show Modified Strings
  • Appconfigs– Editable functionality of site
    • AddtoCart (button/use image)
    • Show Wish list
    • Default quantity
  • Image resize– many ways to configure in Appconfigs
  • WYSIWYG editor- Description and Summary tabs have RAD editor and HTML is accepted in other fields as well
  • Image map editor
  • Multiple category mappings
  • Summary, Misc Text, Extension Data fields
  • Attributes (color, size)—can be renamed
  • One page/multipage checkout
  • SEO site and product options
    • Site meta tag settings
    • Title, Keyword, Description overrides
New in Version 9.x
  • Support for .NET master pages
  • AJAX powered features– Kits are much improved
  • Multistore– Host multiple ecommerce websites with different products, pricing, design, SEO settings and content from a single installation of AspDotNetStorefront
  • Mobile site support
  • SEO Tools
    • Ability to format store URLs
    • Central location to configure settings
  • Related products helper in Admin
  • Cross linking topic pages

Tips & Tricks

  • Admin security settings to be aware of:
    • Passwords expire every 30 days
    • After three failed login attempts user accounts are temporarily locked out. The length of time of the lockout (30 minutes by default) can be adjusted.
    • Customers are not required to use complex passwords with special characters like admin users are.
    • Admin passwords must be at least 8 characters long and include at least one upper case character, one lower case character, one number, and one of these characters ~`!@#$%^&*()_+=[]{}|\’;\”:|/?
    • Old admin passwords are stored to prevent admins from reusing the same password when a change is required (default is four).
    • Admin users are forced to log in again after 15 minutes of sitting idle in the admin site.
    • NOTE:  Virtually all these settings can be changed with appconfigs, but shouldn’t be to maintain PCI compliance.
  • Site Map– Two site maps come “out of the box” (sitemap.aspx, sitemap2.aspx)
    • To turn off certain sections of the site map:
      • –Go to Configuration, Advance, App config parameters
      • –Search for “Sitemap.Show”
      • –Read each description and decide which items to change and then click on the hyperlinked “Name” field
      • –Change to “false” any section that you don’t want to appear in the site map
      • –Hit “Save”
      • –If the updates don’t show immediately on the site, hit “Refresh Cache” in admin (top nav bar)
    • To not display certain topic pages on the site map:
      • –Go to Content, Manage Topics
      • –Locate and click on the topic page in the left navigation that you want
      • –Change the “Publish in Site Map” radio button to “no”
      • –Hit “Update Topic”
      • –If the updates don’t show immediately on the site, hit “Refresh Cache” in admin (top nav bar)

Helpful AspDotNetStorefront Resources

 



Tags: , , ,
Posted in eCommerce / ASPDNSF, Web Development | 3 Comments »
avatar

Famous Tate Appliance & Bedding Site Launch

| July 12th, 2011
in eCommerce / ASPDNSF, Web Development



We successfully launched another AspDotNetStorefront site today, in partnership with G-Force Marketing, at http://www.famoustatemattress.com. This is another in the series of Sealy mattress vendors (including http://www.nobodybeatstheking.com and http://www.mattressking.net) that we have worked with in the past year.

The site features the following:

  • Rotating banner image on home page, able to be updated by client via Admin site
  • Dynamic filtering on category landing page (by price, size, comfort level, etc.)
  • Multiple static content (topic) pages that can be updated by the client via Admin site
  • Social media icons site-wide
  • Customized warranty form (http://www.famoustatemattress.com/warrantyrequest.aspx) through which customers can submit warranty claims via the web site, which the client thinks will shave several weeks off of the process
  • Tabbed product detail page, for Accessories and Recently Viewed items
  • Opt-in mailing list that can be downloaded by client via Admin
  • Interactive store locations page– http://www.famoustatemattress.com/t-storelocations.aspx

Thanks to John Wallwork and Thomas Brinegar who did the primary development on the site and to Wayne Van Zandt and William Nichols for assisting with launch today.  Also thanks to John Scaramuzzo for client support!



Tags: , ,
Posted in eCommerce / ASPDNSF, Web Development | No Comments »
RSS

  • Bookmarks



  • Enter your email address to receive Beacon Blog updates:



  • Archives