Search found 9 matches

by wprevett
Mon Nov 25, 2013 4:20 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Combining Users Id's
Replies: 2
Views: 4429

Re: Combining Users Id's

I don't believe that's possible without directly changing the database info. If that's the case though, I wouldn't recommend trying to do that. You could create a mapping table grouping various user IDs under a single one and change how you're loading history based on that, but directly changing IDs...
by wprevett
Mon Nov 25, 2013 4:11 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Getting the OptionChoiceID of a BasketItem
Replies: 0
Views: 4181

Getting the OptionChoiceID of a BasketItem

Hello,

Can someone help me get the ID of the option choice on a basketitem object?

I might be blind but I don't see it in any of the properties.

Any help would be appreciated!


EDIT *** for my purposes, I found I'm able to parse the ID from the OptionList property. Crisis averted.
by wprevett
Tue Mar 13, 2012 6:31 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Programmatically change the loaded theme, based on JS result
Replies: 1
Views: 2873

Re: Programmatically change the loaded theme, based on JS result

I found a way to do this without javascript, please disregard :P
by wprevett
Tue Mar 13, 2012 2:19 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Programmatically change the loaded theme, based on JS result
Replies: 1
Views: 2873

Programmatically change the loaded theme, based on JS result

Hello Fellow Devs,

As the title suggests, I'm looking for a way to change which App_Theme is used to render the page based on some javascript running on first load.

For example, if the user is running a mobile browser, load content A, if on a desktop machine, load content B

Thanks!
by wprevett
Tue Sep 20, 2011 4:50 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.01 to 7.06 commercebuilder basket.recalc & custom prices
Replies: 3
Views: 2817

7.01 to 7.06 commercebuilder basket.recalc & custom prices

Hello! I'm having some difficulty with some custom functionality we had made for our Ablecommerce implementation. We have a back-end order entry application, with which we can enter custom prices. There are a few product SKUS without a price for this particular case. With the new Commercebuilder ver...
by wprevett
Tue Aug 09, 2011 12:15 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Discount miscalculations
Replies: 3
Views: 2835

Re: Discount miscalculations

thank you for your reply! here is our setup for volume discount http://i.imgur.com/QjfrP.png The discount for item X is scoped as 0 categories 2 Products, the volume discount is global. the products X and Y would belong to different catalog categories Thanks for any help *Edit discount mode in store...
by wprevett
Mon Jun 27, 2011 11:31 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Discount miscalculations
Replies: 3
Views: 2835

Discount miscalculations

Hello! I have an issue with discounts which is a little strange. It's probably best to explain it with some examples. Item X is a product that has a discount applied by line item quantity (minimum 1, no maximum) such that a customer always get's a discount on each instance of item X they buy. Item X...
by wprevett
Tue Jun 14, 2011 2:59 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Fresh install - App_global.asax !ASP.AcApp.Application_Error
Replies: 1
Views: 1825

Re: Fresh install - App_global.asax !ASP.AcApp.Application_Error

I found it, looks like it was a database connection string issue. If you have this same problem, check your App_Data/database.config file.

Thanks
by wprevett
Tue Jun 14, 2011 2:05 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Fresh install - App_global.asax !ASP.AcApp.Application_Error
Replies: 1
Views: 1825

Fresh install - App_global.asax !ASP.AcApp.Application_Error

Hello, I've copied over the files for 7.07 to a new web page project and applied the patch for .NET 3.5+. The web page project compiles successfully, and my license update was requested. Now any page gives me this error We are sorry, but the page you are trying to access has experienced an error. Pl...