Search found 317 matches

by afm
Mon Jun 30, 2008 4:56 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Shipping Automation?
Replies: 44
Views: 77914

Re: Shipping Automation?

Hello Robbie (and anyone else that is interested). I just posted the first beta of Shipper 3.0. You can find out more and download the beta from here,

http://structured-solutions.net/Shipper3Beta1

Shipper 3.0 is a desktop application for high velocity shipment processing.
by afm
Mon Jun 16, 2008 6:37 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Shipping Automation?
Replies: 44
Views: 77914

Re: Shipping Automation?

Robbie, I'm working on a new version of Shipper that will work with AC7. It has a ton of new features compared to the version you have for BV. Most importantly, it can print labels directly instead of using WorldShip/GalaxyShip/etc. If you want to include postage on your USPS labels, you will still ...
by afm
Fri Jun 06, 2008 2:12 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Visual Studio Solution File
Replies: 14
Views: 10725

Re: Visual Studio Solution File

...In the case of what Judy did, is the C# code simply interpreted rather than compiled? ...If you have a simple "ASP.NET Web Site", versus an "ASP.NET Web Application" (these are the exact terminologies in Visual Studio 2005), can you add other projects to it, the way you can add other projects to...
by afm
Thu Jun 05, 2008 10:46 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Two Minute Sessions
Replies: 3
Views: 2448

Re: Two Minute Sessions

Sometimes it goes a bit longer apx. 15 minutes or so. I suppose it could be the machine, but I kind of doubt it: Duo Core Processor x86 Family 6 Model 14 Stepping 8 GenuineIntel ~1828 Mhz Packing 4Gb Ram. If we were talking about a "client" application like Word or Excel, then I would totally agree...
by afm
Thu May 29, 2008 1:58 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Two Minute Sessions
Replies: 3
Views: 2448

Re: Two Minute Sessions

At this point, there is no interest in what is making it happen only how to MAKE IT STOP. Unfortunately for you, there are about 101 reasons why you are being forced to login every 2 minutes. Each has a different way to "make it stop". Without knowing what is causing the behavior, I have no suggest...
by afm
Mon Apr 14, 2008 12:28 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Is OrderItem.Shippable used?
Replies: 3
Views: 2570

Re: Is OrderItem.Shippable used?

Joe, Did you check the ac_OrderItems table? In the ac_Products table, nearly all the sample products are assigned ShippableId 1 (shippable) or 2 (separate). But after the order is placed, all of the items in the ac_OrderItems table have Shippable Id 0 (nonshippable). I have build 9381. Is that what ...
by afm
Mon Apr 07, 2008 3:05 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Is OrderItem.Shippable used?
Replies: 3
Views: 2570

Is OrderItem.Shippable used?

New install of 9381. Placed an order using the sample data including the All-in-One Printer. Retrieved the order using OrderDataSource.Load(orderId). OrderItem.Shippable == Shippable.No. This is true for all the items in the order. Shouldn't OrderItem.Shippable match the catalog setting (Shippable.Y...
by afm
Sat Mar 08, 2008 3:36 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: XMLHTTP Request Header Authorization format
Replies: 3
Views: 2829

The Authorization header is described in RFC 2617 . I that is what the GetUserName and GetPassword methods are expecting. If the page you are requesting is in a directory that requires authorization (i.e. anonymous access is denied), then the webclient (browser, etc) will add the appropriate authori...
by afm
Sat Feb 09, 2008 2:14 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: My AC7 shop went live today!
Replies: 18
Views: 12221

Congratulations Angela, This is your best version yet...I really like the way each generation takes the best parts of the previous and refines them. The Ellaroo reviews all have the same date (probably the date of import). That gives them a slightly fake feeling. I wonder if you can find the origina...
by afm
Thu Jan 31, 2008 3:48 pm
Forum: Feature Requests
Topic: Add AddressId to OrderShipment
Replies: 0
Views: 3502

Add AddressId to OrderShipment

Many customers make simple typos when they enter their address. I'd like to be able to push the verified/corrected address back into the customer's address book.

Can you add the customer's AddressId into the OrderShipment? E.g. OrderShipment.ShipToUserAddressId.
by afm
Fri Nov 30, 2007 12:11 pm
Forum: Good Reference Posts
Topic: Updated 2/29: AbleCommerce 7.0 API Guide Revision 1
Replies: 10
Views: 30515

Try downloading the zip again, then right click on the zip file, select Properties, click on Unblock, and then OK.

Now unzip the file and see if you can open the CHM.
by afm
Mon Nov 12, 2007 11:07 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Significant digits in product price
Replies: 8
Views: 7332

Logan Rhodehamel wrote:...$Price.ToString("ulc")...
That is VERY cool!
by afm
Sat Nov 03, 2007 6:29 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: INSTALLATION webconfig fails
Replies: 8
Views: 6483

Just to be clear, System.Web.Extensions is part of MS Ajax, not part of Web Services Extensions.
by afm
Sat Nov 03, 2007 12:00 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: INSTALLATION webconfig fails
Replies: 8
Views: 6483

System.Web.Extensions is part of Microsoft Asp.Net Ajax v1.0, which you can download from here,

http://www.asp.net/ajax/
by afm
Sat Nov 03, 2007 10:44 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: AC7 developer needed
Replies: 10
Views: 8149

Joe, I think I would use a different approach. Instead of looking at the the *.aspx files, etc., use your browser's View Source feature to examine the HTML that is generated. You will find all of the input fields with strange ID's, but they should be consistent every time the product page loads. For...
by afm
Mon Oct 29, 2007 4:16 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: New payment gateway support?
Replies: 12
Views: 10891

I take it you need the source code to do this? No. If you have Visual Studio, just reference the CommerceBuilder assembly and then inherit CommerceBuilder.Payments.Providers.PaymentProviderBase. You can use any .NET language you want to create your PaymentProvider. For example, in C# is might look ...
by afm
Mon Oct 15, 2007 4:10 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Content page HTML editor font size
Replies: 24
Views: 22499

Yahoo! has some nice CSS base files that help create a consistent look across all browsers.

http://developer.yahoo.com/yui/base/