Search found 4 matches
- Wed Sep 24, 2008 11:17 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Modifying CommerceBuilder classes (and DB logic question)
- Replies: 11
- Views: 11141
Re: Modifying CommerceBuilder classes (and DB logic question)
That's helpful, thank you, but where does information like SalesSummary.TaxTotal come from? Is it calculated on the fly using the ac_OrderItems.TaxCodeId to do a lookup, for example? What about the .CouponTotal, .ShippingTotal, .DiscountTotal (again, for example) fields on both SalesSummary and Orde...
- Fri Sep 12, 2008 5:20 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Modifying CommerceBuilder classes (and DB logic question)
- Replies: 11
- Views: 11141
Re: Modifying CommerceBuilder classes (and DB logic question)
And that's the second part of my query: I need to know 1)where the data is stored and 2)what that business logic is. This is not information that's AC-proprietary, in the sense that it would give away a competetive advantage, it's just understanding the database fields and logic that's used so that ...
- Fri Sep 12, 2008 1:13 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Modifying CommerceBuilder classes (and DB logic question)
- Replies: 11
- Views: 11141
Re: Modifying CommerceBuilder classes (and DB logic question)
Thank you for the reply, but I'm looking for the data for an order as stored in the database, not the logic used in the code to calculate totals for a particular order. It looks like, for example, I'll need to do joins between (at least) ac_OrderItems, ac_TaxRuleTaxCodes, and ac_TaxRules. Is that th...
- Thu Sep 11, 2008 4:34 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Modifying CommerceBuilder classes (and DB logic question)
- Replies: 11
- Views: 11141
Modifying CommerceBuilder classes (and DB logic question)
I've taken several passes through the board looking for a subject similar to mine but haven't found anything. Apologies if it's there and I just didn't see it. Anyway, I'm adding the ability to support royalty payments on certain types of products and I've run into a situation where I need to add an...