I found the problem.
I had some customizations in BuildProductChoices() where I was searching for a control and then setting the visibility. However I wasn't checking for null before setting the visibility. Once I added a check the error went away.
Search found 21 matches
- Wed May 27, 2009 9:52 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Problem in BuyProductDialog
- Replies: 3
- Views: 2439
- Wed May 27, 2009 8:33 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Problem in BuyProductDialog
- Replies: 3
- Views: 2439
Problem in BuyProductDialog
Hello When I'm viewing a product I'm noticing the following text right below the "Add to Wishlist" and "Add to Cart" button. [[ConLib:BuyProductDialog]] Object reference not set to an instance of an object. I haven't been able to figure out what's causing this to show up. Anybody have any ideas on w...
- Thu May 21, 2009 12:51 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Programatically add products to basket
- Replies: 2
- Views: 2353
Re: Programatically add products to basket
Excellent!!!
That works perfectly! Thanks!
That works perfectly! Thanks!
- Thu May 21, 2009 10:46 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Programatically add products to basket
- Replies: 2
- Views: 2353
Programatically add products to basket
Hello, I'm looking for some guidance on how to pragmatically add a product to the basket. For example I have some products that depend on other products. So if... ProductA is ordered, products ProductB, ProductC and ProductD must also be ordered. I already have a mapping of dependent products to pro...
- Tue Apr 07, 2009 8:11 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Apply multiple templates to a product
- Replies: 2
- Views: 2442
Apply multiple templates to a product
Hello
Is it possible to apply multiple templates to a product? If it's not in there by default, can you point me what source files need changing?
Thanks!
Is it possible to apply multiple templates to a product? If it's not in there by default, can you point me what source files need changing?
Thanks!
- Mon Apr 06, 2009 9:24 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Jump to product page
- Replies: 3
- Views: 2572
Re: Jump to product page
Getting closer. So that will help me get the product that matches that SKU. But how do I jump to that product page? If I have a product called something like "Super Mobile Phone", the URL for the product page looks something like ".../Super-Mobile-Phone-P60.aspx". Is there a way to know what the URL...
- Mon Apr 06, 2009 8:35 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Jump to product page
- Replies: 3
- Views: 2572
Jump to product page
Hello
I'm trying to figure out how to jump to a product page when an SKU is passed in. Something like this...
http://www.myshop.com/Default.aspx?SKU=ASDF-ASDF
Any pointers on how to go directly to the product with the matching SKU?
Thanks!
I'm trying to figure out how to jump to a product page when an SKU is passed in. Something like this...
http://www.myshop.com/Default.aspx?SKU=ASDF-ASDF
Any pointers on how to go directly to the product with the matching SKU?
Thanks!
- Fri Apr 03, 2009 7:45 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: textbox control ID
- Replies: 1
- Views: 1802
textbox control ID
Hello I have a product page that is created from a product template. The template has a number of text boxes on it. I know what the InputFieldIds associated with those text boxes are. Is the a way to find the control.ID of a text box when all I have is a InputFieldId? For example I know the InputFie...
- Thu Apr 02, 2009 7:40 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Hiding a template item
- Replies: 2
- Views: 2158
Re: Hiding a template item
Thanks! That's getting me closer. How can I find the control when all I have is the InputFieldId? I don't have the controlId to search on. What I really have is a RadioButtonList. Depending on what radio item is selected, text boxes need to be hidden or made visible. I have the InputFieldIds, I just...
- Thu Apr 02, 2009 7:23 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Hiding a template item
- Replies: 2
- Views: 2158
Hiding a template item
Hello I'm trying to figure out how to hide a text box from a product template. Here's where I'm at so far... In BuildProductChoices I monitor the controls being added until I see the RadioButtonList I'm interested in. I then add an event handler like this ((RadioButtonList)o).AutoPostBack = true; ((...
- Wed Apr 01, 2009 6:25 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Dynamic Product Templates
- Replies: 3
- Views: 3178
Re: Dynamic Product Templates
Does anybody know how to do this? If this isn't possible I could try having another page that has the text boxes. That would make the flow of adding an item to the cart not as nice though.
- Tue Mar 31, 2009 10:38 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Dynamic Product Templates
- Replies: 3
- Views: 3178
Re: Dynamic Product Templates
Thanks! I think modifying BuildProductChoices is what I need. After looking at the source, it's not obvious to me what I need to do to get the text boxes to toggle between being visible and hidden based on the radio option selected. Do you have any code snippets that demonstrates how to do this? Tha...
- Tue Mar 31, 2009 10:05 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Dynamic Product Templates
- Replies: 3
- Views: 3178
Dynamic Product Templates
Hello Is it possible to make Product Templates dynamic? Here's what I'm trying to do... I have a template that has 3 radio options and 5 text boxes. Depending on what radio option is selected, some of the text boxes will be visible and some will be hidden. Example: Selected Visible Radio1 Text1, Tex...
- Tue Mar 24, 2009 1:57 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Dynamic Kit
- Replies: 3
- Views: 2774
Re: Dynamic Kit
How about product templates? The reason I'm looking at product templates is because they provide a way to have text boxes to get input from a user. So right now I have a template that has 3 radio options and 5 text boxes. Is it possible to have the text boxes made visible/invisible depending on what...
- Mon Mar 23, 2009 2:44 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Item selected event
- Replies: 1
- Views: 1947
Item selected event
Is it possible to detect when an item (i.e. checkbox or radio button) is selected on the product detail page? If it is, can anyone point to where I can trap this event?
Thanks!
Thanks!
- Fri Mar 20, 2009 9:19 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Filter Products
- Replies: 6
- Views: 4168
Re: Filter Products
YES!!! That's what I was looking for.
Thanks!
Thanks!
- Fri Mar 20, 2009 8:39 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Filter Products
- Replies: 6
- Views: 4168
Re: Filter Products
"... The other solution is to write you custom code to filter products and then update Category pages to use that code. ..." Yes, that's what I'd like to try. I browsed through some Category pages and I'm not seeing how Products are getting loaded. Am I just not seeing it? Can you point me to a spec...
- Fri Mar 20, 2009 8:06 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Filter Products
- Replies: 6
- Views: 4168
Re: Filter Products
Yes, I've looked at those. I'm using the DAL for the admin side of things. I've already made the changes that will allow an admin to specify the products that are visible for a particular group. Now I just need to do the actual filtering. What I'm trying to find is what AbleCommerce file(s) need to ...
- Thu Mar 19, 2009 5:27 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Filter Products
- Replies: 6
- Views: 4168
Filter Products
First I must say how impressed I am with the responsiveness of this forum. I've never seen a forum where questions get answered so quickly. :D Now for my question: I'm looking how to filter products based on group. I've already made the changes on the admin side for keeping track of what products ar...
- Wed Mar 18, 2009 5:49 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Dynamic Kit
- Replies: 3
- Views: 2774
Dynamic Kit
Hello I'm looking for a way to make kits dynamic. Based on what's selected in a kit's component (Radio Buttons) I need to have components be added or removed. For example, ComponentA has 3 radio buttons (Option1, Option2, Option3). If Option1 is selected I need ComponentB and ComponentC visible. If ...
- Tue Mar 03, 2009 10:57 am
- Forum: 7.0 Store UI: Layout, Design, Look and Feel
- Topic: Free Trial limitations
- Replies: 2
- Views: 2349
Free Trial limitations
Hello I'm currently evaluating AbleCommerce. I've installed AbleCommerce 7.0 and I'm starting to poke around and get a feel for it. There are some customizations I would need to make to get the behavior I need (i.e. new tables/columns/etc). I have an idea what needs to be done on the database side, ...