Search found 6 matches

by AussieInSeattle
Thu Dec 23, 2010 1:13 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: What is this error?
Replies: 4
Views: 4778

Re: What is this error?

Anyone have a resolution to this? We are seeing this in our error logs too.
by AussieInSeattle
Wed Dec 22, 2010 4:31 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: GoogleBase Feed URL Access
Replies: 5
Views: 7527

Re: GoogleBase Feed URL Access

I just ran into this issue - not sure if you managed to fix it or not, but I "simply" created a virtual directory in IIS at the root of my AC site that points to App_data/feeds - I'm assuming there are no security ramifications with this approach, but now the feed is accessible from /feeds/GoogleBas...
by AussieInSeattle
Tue Nov 02, 2010 3:22 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Order Coupon Showing up Inconsistently
Replies: 13
Views: 6245

Re: Order Coupon Showing up Inconsistently

I should also mention that all the above code is untested at this point - I'll post back with any fixes if I run into issues.
by AussieInSeattle
Tue Nov 02, 2010 3:06 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Order Coupon Showing up Inconsistently
Replies: 13
Views: 6245

Re: Order Coupon Showing up Inconsistently

Had to make a similar edit so that the emails that are sent out aren't split like you see in the UI. Changes made to OrderItemCollection.cs (you'll need source code for this change). All of these changes rely on you having coupons uniquely named - its all somewhat of a hack for what I see as a bug. ...
by AussieInSeattle
Tue Nov 02, 2010 2:25 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Order Coupon Showing up Inconsistently
Replies: 13
Views: 6245

Re: Order Coupon Showing up Inconsistently

I just ran into this issue ($25 off any order as an order coupon) and I fixed in teh following way:
In Basket.ascx.cs around line 79 (AC7.0.5) in the GetBasketItems method I added this to the existing if/else statement:

code removed due to issues in testing
by AussieInSeattle
Wed Sep 15, 2010 11:09 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Integration with ERP
Replies: 0
Views: 1642

Integration with ERP

Hi All, Just evaluating AbleCommerce along with a few other packages and was directed here to ask about integration with other products. Any idea on how easy it is to hook AbleCommerce into a backend ERP system for processing of orders, order status and inventory synching? Appreciate your responses....