AspDotNetStorefront Releases Mobile Commerce Plug-In

The Mobile Commerce Plug-in for AspDotNetStorefront allows online store owners to provide a full-featured mobile version of their site without having to create a new, separate site.

Our integrated platform automatically detects when a mobile device is being used and makes it look its very best.

 

  • Full-featured - from Browse to Checkout
  • Subscription-based and Affordable - Only $25 per month!
  • Works on the most recent versions of ML8, ML, ML64 and Multi-Store

Learn How to Reach New Mobile Shoppers

AspDotNetStorefront 9.0.1.3 Admin Service Pack Released

By Craig at December 08, 2010 20:05
Filed Under: Customer Service, Customization & Modification, Support

Today, AspDotNetStorefront releases the 9.0.1.3 Admin Service Pack to enhance the functionality and integrity of the ML9 and Multi-Store e-commerce shopping carts admin sections.

This should be great news to those of you already using our Multi-Store platform. For those of you that haven't investigated Multi-Store, this is an opportunity for you think about how running multiple stores aimed at different segments of your target market can drastically improve the profitability of your business. Click here to learn more about AspDotNetStorefront's Multi-Store, the only reasonably priced multi-store cart on the market.

The earlier service pack (9.0.1.3 SP1) is NOT a pre-requisite for this release.

All of the following scenarios have been through our test lab and work well:

  • 9.0.1.3 with SP1
  • 9.0.1.3 with Admin Service Pack
  • 9.0.1.3 SP1 with Admin SP layered on top
  • 9.0.1.3 Admin Service Pack with 9.0.1.3 SP1 layered on top with 9.0.1.3 Admin SP re-installed (ie Admin must be applied alone, or second)


As before, we do not pretend we have found and fixed everything. Instead we focused on the highest impact problems and have diligently maximized improvements while minimizing the service pack's footprint.

We have highlighted the most significant changes in our release notes.

We have patches available for items we could not wrap into a service pack. These items were intrusive and do not affect the majority of people. If you still have problems after applying our service packs, do not hesitate to approach us via our support system at http://support.aspdotnetstorefront.com

Download 9.0.1.3 Admin Service Pack from your MyLicenses section.

AspDotNetStorefront ML9 Service Pack 1 Now Available for Download

By Craig at November 12, 2010 19:00
Filed Under: Customer Service, Customization & Modification

On 11/12/2010 at 6 PM PST, AspDotNetStorefront released Service Pack 1 to enhance the functionality and further the integrity of their ML9 and Multi-Store ecommerce shopping carts.

Service Pack 1 focuses on improving the shopping experience of ML9 and Multi-Store. With the holiday fast approaching, AspDotNetStorefront also wanted Service Pack 1 to be a thoughtful and considerate release.

"We have made a significant number of improvements, and yet done so in a way that doesn't require our merchants to reconfigure their storefronts to match the modifications we've made," said AspDotNetStorefront C.O.O., Jo Benson. "We're especially sensitive to such things during this crucial time of year."

Benson added, "We believe a smoother shopping experience is vital to our loyal client base and that's what this service pack delivers. We’ve tested our updates very well, and have tried to make the biggest difference and leave the smallest footprint."

Service Pack 1 is available for download in the MyLicenses section of AspDotNetStorefront.com. Additionally, each new purchase of ML9 will automatically include the most recent service packs and will not require a separate download and installation.

Detailed release notes for Service Pack 1 can be found alongside the download, and will be available to all ML9 and Multi-Store owners through their store's admin panel.

AspDotNetStorefront Product Roadmap - Latest News

By Craig at November 05, 2010 18:12
Filed Under: Customization & Modification, Support

Webinar We have lots of things to tell you about the next hours, next weeks, and next months at AspDotNetStorefront.

For users of ML 9 and Multi-Store, there are very specific and pertinent changes ahead, which will be introduced by AspDotNetStorefront President Dana Greaves.

However, a good portion of the webinar will be a message for our entire customer base.

Please join us to learn more about our product set and our plans.

Calling All Awesome AspDotNetStorefront Sites

By Craig at October 27, 2010 12:37
Filed Under: Customization & Modification, Skinning & Design

Hey folks, we're putting together a new portfolio section of AspDotNetStorefront.com and would love to get some new sites up there.

If you have any recently-launched sites you want to show off, post links in the comments.

Also, if you're particularly proud of any sites launched a while ago that aren't currently in our portfolio, you can post those links here too.

Always helpful if you mention the version the site is running on.

Using .NET AddIns to Modify AspDotNetStorefront

By Greg at October 01, 2010 17:06
Filed Under: Customization & Modification, Skinning & Design

AddIns are one of the more interesting additions to the .Net Framework. AddIns are bundles of code to extend an applications functionality, or behavior.

Based on a streamlined contract/interface design idiom, developers can create application “hooks” to “attach” to functions, constructors, or methods and extend their functionality.  AddIns let the currently running event, or trigger, make a modified logical computation, depending on which interface the contract allows for implementation.

This sounds tricky, but a great example can be found in the current Accelerated C# 2010 series by C# guru, Trey Nash.

Trey uses the metaphor of a virtual zoo.  The type ZooKeeper needs to be able to communicate with the animals in the zoo, respectively called ZooAnimals.

In order to move these animals from one location to another, we’ll have to use some act of movement, or in essence, the public interface IMovement, which contains both Flying{animal ZooAnimal}, and Walking(animal ZooAnimal). 

Now, not all animals can fly so some types within ZooAnimals will not be able to implement this contract. However, at the very least, they could support the Walking contract as a base implementation.

AddIns separate the abilities of one type versus another, facilitating robust and exception neutral programming.

As an AspDotNetStorefront developer, AddIns mean you can manipulate your application, without disturbing any of the source code that is already there. 

Our platform for building these modules give developers a wide range of capabilities in designing store-specific AddIn’s that operate when triggered by in-store events.

For example, an AddIn could be used to change the appearance of your store by a user initialized click event called btnChangeAppearance_Click(object sender, System.EventArgs e) that returns a specific XmlPackage object.

The AddIn would “hook” into this process and return the graphical elements of the most preferred skin that users on your site choose. This is just like the events that happen during runtime, they all contain a measurable amount of work that can be modified using an AddIn.

This contract/interface based programming creates a high level of flexibility in your Storefront application, which is never a negative in the online production environment.

Reviving the AspDotNetStorefront Blog

We're proud to announce the official return of Blogs.AspDotNetStorefront.Com!

Focusing on the community, platform and success of AspDotNetStorefront users, this blog will:

  • Be the focal point for product announcements, new features, and company news
  • Help users and prospective users get involved with AspDotNetStorefront by spotlighting important forum posts, sharing solutions to common problems, and helping users pass along AspDotNetStorefront tips and tricks

Each week, we'll provide:

  • A featured article highlighting how to get the most out of AspDotnetStorefront.  Whether it's inventory management, SEO, or design tips and suggestions.
  • Product news highlighting changes and updates the platform, or the product roadmap
  • FAQs, quick tips, DevNet partner profiles, and/or common support issues
  • E-commerce news from around the Web that's important to AspDotNetStorefront users and other online retailers

If there's something you want to see, have an idea for a regular column, or a tip you want to share, leave a comment and let us know!

Adding search keywords to product pages

By scott.salyers at April 21, 2010 12:33
Filed Under: Customization & Modification

Everyone knows how important searching is on the 'Net these days.  Google rules all - if you don't show up in search, you're not even in the game!  We've got tons of information on getting your site indexed, but what about searching within your site?  If customers make it to your site but can't find what they're after, you're still going to be hurting.

By default, the basic search looks at products' name, SKU, and manufacturer part number fields.  You can also use the advanced search feature to let customers search your products' descriptions.  Sometimes that's not enough though - if you're selling soda and the customer looks for 'pop' and doesn't find anything...off they go.  Frown

So, what to do?  Here's an easy trick that lets you add hidden keywords to product descriptions that the advanced search will pick up.  In the RAD editor used to set the product description, switch to HTML view and enter something like this:

     <asp:literal text="keyword1, keyword2" visible="false" runat="server" id="keywordholder"></asp:literal>

This will place a hidden field on the page that customers can't see, but that the search can.  Whatever you enter in the 'text' attribute will work as keywords, making your products easier to find on your site!