Search found 38 matches

by derekz
Mon Apr 19, 2010 11:44 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: AbleCommerce and EDI
Replies: 5
Views: 4315

Re: AbleCommerce and EDI

Hi Mazhar, The EDI data is primarily typical order, order acknowledgement and purchase order data. Primarily things like bill to, ship to, skus, quantity, tax, totals, p.o. numbers, etc. Any ideas on how to best enter orders from larger customers who have special pricing? Do you see a better way tha...
by derekz
Fri Apr 16, 2010 4:00 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: AbleCommerce and EDI
Replies: 5
Views: 4315

AbleCommerce and EDI

My store may need to accept large orders from retailers and distributors utilizing special pricing, P.O.s and shipping from our factory vs. our distribution center. I’m trying to determine if this can be accomplished with current AC functionality. (I understand this is not what the software was deve...
by derekz
Thu Feb 11, 2010 12:38 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Shipping Integrated Carriers and Setting New Encryption Key
Replies: 0
Views: 1656

Shipping Integrated Carriers and Setting New Encryption Key

I noticed an odd behavior when I updated my encryption key. The system removed my account information for all my shipping carriers. I had to reset each carrier. I'm using build 7.0.2. Is this a bug or expected behavior?

Thanks,
Derek
by derekz
Thu Feb 11, 2010 12:33 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: PO Box and UPS
Replies: 3
Views: 4295

Re: PO Box and UPS

I managed to get this working with Regular Expressions and the Custom Validator OnePageCheckout.aspx <asp:TextBox ID="BillToAddress1" runat="server" EnableViewState="false" Width="200px" MaxLength="100" ValidationGroup="OPC"></asp:TextBox> <asp:RequiredFieldValidator ID="BillToAddress1Required" runa...
by derekz
Wed Feb 10, 2010 2:24 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: PO Box and UPS
Replies: 3
Views: 4295

PO Box and UPS

I'm trying to restrict my customers from shipping to a PO Box. I've set up a regular expression in a custom validator for my Address1 text box on my checkout page. Unfortunately, AbleCommerce is not validating it correctly. I have the same regular expression in custom C# code and it is working perfe...
by derekz
Tue Jan 12, 2010 2:51 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Encryption of AccountData
Replies: 2
Views: 11331

Encryption of AccountData

I'm curious how AccountData is stored in the ac_Payments table. It appears that it's in the EncryptedAccountData field, but it is stored as clear text. I've also noticed that orders that were placed months ago are now encrypted in the EncryptedAccountData field. When this happens I cannot get the in...
by derekz
Tue May 26, 2009 10:21 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: ShipRateQuoteDataSource.QuoteForShipment()
Replies: 6
Views: 3290

Re: ShipRateQuoteDataSource.QuoteForShipment()

I see what you're saying, and added Parcel Post as a shipping method. Works like a charm.

Now...why is USPS only sending back Parcel Post rates. What if I want First Class rates, or some other Shipping Method. Is that all configured in my account settings on the USPS side?
by derekz
Tue May 26, 2009 8:07 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: ShipRateQuoteDataSource.QuoteForShipment()
Replies: 6
Views: 3290

Re: ShipRateQuoteDataSource.QuoteForShipment()

Did that already, with no help.

We are using only 1 shipping method "USPS First-Class Mail"

For USPS, does other metadata within the product need to be set (outside of weight and dimensions)?
by derekz
Fri May 22, 2009 11:22 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: ShipRateQuoteDataSource.QuoteForShipment()
Replies: 6
Views: 3290

ShipRateQuoteDataSource.QuoteForShipment()

I'm trying to get USPS working in my store. For some reason, ShipRateQuoteDataSource.QuoteForShipment() is calling out to USPS, and the log indicates a sucessful pull: Send: API=RateV3&XML=<?xml version="1.0"?><RateV3Request USERID="Private"><Package ID="0"><Service>ALL</Service><ZipOrigination>xxxx...
by derekz
Thu May 21, 2009 10:35 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Performance Testing
Replies: 0
Views: 1928

Performance Testing

Anyone have any information on performance testing with AbleCommerce. We have a dedicated server for the store, a separate server for the database. We are trying to figure out at what point, our site will start to see slow down. In the past, we've use Visual Studio's Team Foundation Server to perfor...
by derekz
Tue Apr 28, 2009 1:59 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Inherit Theme - Product Accessories Page
Replies: 1
Views: 1913

Inherit Theme - Product Accessories Page

I have 3 themes set up in my store. First theme is the default for the entire store, and set in the Admin section. The other 2 themes are used to show differences between product in two different categories. In the Admin section for the two categories, I have their themes configured for their respec...
by derekz
Mon Apr 27, 2009 8:42 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: USPS integrated shipping not showing up
Replies: 2
Views: 1974

Re: USPS integrated shipping not showing up

I tried to change it to live mode and it still doesn't show up. Again, the debug log shows the data coming back from the USPS web service, but no estimates show up in the shipping estimator or at checkout.
by derekz
Fri Apr 24, 2009 12:11 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: USPS integrated shipping not showing up
Replies: 2
Views: 1974

USPS integrated shipping not showing up

I have UPS and USPS set up as integrated carriers. I have my warehouse set up with a valid address. I have weights on my products, some of which use variants and some don't. I am testing this with products that are not variants. I have all zones and all warehouses set for all ship methods. I'm in "t...
by derekz
Mon Apr 13, 2009 1:21 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Basket Checkout thru code
Replies: 6
Views: 3792

Re: Basket Checkout thru code

More updates... So it appears that the above code will work only if you add coupons to the basket. Then the checkout will succeed and the order is created. So why doesn't it work if you don't add any coupons...what is the coupons doing? I'm using the exact same coupon validation code that is in Plac...
by derekz
Mon Apr 13, 2009 10:07 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Shipping & Tax Amounts
Replies: 0
Views: 1902

Shipping & Tax Amounts

Is there a way to calculate the shipping and tax charges in code?

For instance, I have a product, and I want to determine what the shipping and tax amount will be. The shipping will be based off of an integrated carrier.
by derekz
Fri Apr 10, 2009 1:43 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Basket Checkout thru code
Replies: 6
Views: 3792

Re: Basket Checkout thru code

Thanks Scott...this is getting me closer. I've made some changes, the ship methods are working out, and my basket is getting populated correctly. Now the only other problem is during the checkout. Getting the message about something wrong, and I will not be charge. It's a pretty basic error message,...
by derekz
Fri Apr 10, 2009 10:34 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Basket Checkout thru code
Replies: 6
Views: 3792

Re: Basket Checkout thru code

Thanks for the tip Scott. I actually used your earlier post as a reference. I tried your tip, and it works only in certain situations. From the code I posted above, when I create a new anonymous user, I create an address and assign it as the User's Primary Address. If I use your tip with that Primar...
by derekz
Fri Apr 10, 2009 7:14 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Basket Checkout thru code
Replies: 6
Views: 3792

Re: Basket Checkout thru code

Update.... I've been playing around with this problem and identified a couple of items that might shed some light on the solution. In my code, if I remove basket.Package() and only call the Recalculate() method, I get an error on the basket.Checkout() method. The error message doesn't say anything e...
by derekz
Thu Apr 09, 2009 2:08 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Basket Checkout thru code
Replies: 6
Views: 3792

Basket Checkout thru code

I'm trying to create an Order object in code. I'm doing this by populating a Basket and running the Basket.Checkout() method. Populating the Basket with BasketItems and performing the Checkout method is working, but I'm having 1 problem. All my Totals (i.e., Item Sub Total, Discount Amounts, etc..) ...
by derekz
Mon Mar 23, 2009 10:10 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Cannot log into Admin Section
Replies: 1
Views: 1891

Cannot log into Admin Section

I have 1 machine in my office, that has a hard time connecting to the admin section. While trying to connect, the browser just spins and will not make a connection. Other people in my office are not having any problems. First questions, is there a user limit on the admin section? Anyone else having ...
by derekz
Mon Mar 23, 2009 10:07 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Hit Enter fields in One Page Checkout - sent to Search page
Replies: 12
Views: 10499

Re: Hit Enter fields in One Page Checkout - sent to Search page

I implemented mazhar's response, and it worked perfectly.
by derekz
Fri Mar 20, 2009 12:13 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Another 7.0.2 Checkout Change - State/Province Textbox/List
Replies: 12
Views: 7457

Another 7.0.2 Checkout Change - State/Province Textbox/List

I noticed that 7.0.2 defaults to a Textbox for the State/Province in the OnePageCheckout. It only shows the drop down if you have a problem with the state. Is there anyway to only show the dropdown.
by derekz
Fri Mar 20, 2009 11:10 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Hit Enter fields in One Page Checkout - sent to Search page
Replies: 12
Views: 10499

Hit Enter fields in One Page Checkout - sent to Search page

Is there a bug in the latest version of AbleCommerce (7.0.2) where if you hit the enter key while filling out information on the One Page Checkout, it sends you to the search results page?

Try it in the billing section...Company field (won't perform validation)
by derekz
Tue Feb 17, 2009 12:07 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Saving order items with shipping record
Replies: 1
Views: 1618

Saving order items with shipping record

I am building an AC order object manually by translating another data object into an AC object. When building the order children, I was looping through my items and doing an Order.Items.Add to get the items on the order. Then for the shipping child object it also wants the items, so I looped through...
by derekz
Wed Dec 17, 2008 4:38 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Using AbleCommerce 7.x with ASP.NET & AJAX 3.5
Replies: 0
Views: 2106

Using AbleCommerce 7.x with ASP.NET & AJAX 3.5

Anyone have any luck with AbleCommerce to work with ASP.NET & AJAX 3.5

I know the installation guide says that this is not tested, but it doesn't indicate that it completely will not work.

Thanks,
Derek