Search found 5 matches

by trice
Wed Jun 03, 2009 1:16 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: where are scriptlet assignments stored?
Replies: 1
Views: 1684

where are scriptlet assignments stored?

When I edit a page and modify scriptlet assignments, where are these assignments saved? Is there a recommended way to keep the assignments intact when migrating new pages across environments (dev, staging, production)?
by trice
Wed May 20, 2009 7:45 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: volume Discounts, implementing start and end dates
Replies: 2
Views: 2608

Re: volume Discounts, implementing start and end dates

What about trying this... Thanks, that helped a lot. I created a static method in a helper class that runs through the logic and performs the validation checks. There were a few different controls that were making calls to Basket.Recalculate(). I had to make sure to call this new discount validatio...
by trice
Thu May 14, 2009 2:10 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: volume Discounts, implementing start and end dates
Replies: 2
Views: 2608

volume Discounts, implementing start and end dates

I'm working on a site that is using volume discounts rather heavily. A new requirement I have is to add start/end dates to the discounts. Unless I'm mistaken, AC doesn't have support for this. I've added a custom table to the data model to store a date range linked to a VolumeDiscountId. As far as d...
by trice
Wed May 13, 2009 12:18 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: AC 7.0.2, taxes showing as child items
Replies: 3
Views: 2539

Re: AC 7.0.2, taxes showing as child items

Thanks for the help guys. The admin settings got me part of the way there (fixed the basket summary), but I still had to make some code changes for the detailed item-level listings. In the end, I collapsed the tax entries down in the code-behind to create temporary tax summary records for display on...
by trice
Fri May 01, 2009 1:21 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: AC 7.0.2, taxes showing as child items
Replies: 3
Views: 2539

AC 7.0.2, taxes showing as child items

Hi, I recently upgraded a site from 7.0.0 to 7.0.2. Sales tax formerly showed on the order items table as a single parent item, but now it's showing up multiple times as child items of taxable products. Is there a setting I'm missing to get tax to show up in 7.0.2 as a summary parent record in the d...