Search found 13 matches

by lbrewerandassoc
Wed Jan 13, 2010 7:06 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Change sort order of Shipping Method
Replies: 4
Views: 3280

Re: Change sort order of Shipping Method

Thanks for your response! I still have a question about the GetCheckoutUrl(false).... Would it be "more correct" to just change the App_Code/NavigationHelper.cs code (circa line 186) & comment out all the code regarding the redirect to EditBillAddress.aspx? (see below). I'm also still confused why t...
by lbrewerandassoc
Tue Jan 12, 2010 2:34 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Change sort order of Shipping Method
Replies: 4
Views: 3280

Change sort order of Shipping Method

I need to have the Shipping Method Dropdownlist (ID= ShipMethodList) in the OnePagecheckout sorted by Rate amount (sorted by least expensive shipping option to most expensive.) I assume you can do this, but I can't see how. Also (question 2) -- I saved the OnePageCheckout.ascx & .ascx.cs to ConLib/C...
by lbrewerandassoc
Fri Dec 11, 2009 2:29 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: CreateOrder4
Replies: 5
Views: 4483

CreateOrder4

I can't compile my site. Did I miss something w/ 7.0.3 upgrade? I have 36 errors all on admin/orders/createorder4.aspx.cs. Most errors are related to: Error 1 The type or namespace name 'admin_orders_create_creditcardpaymentform_ascx' does not exist in the namespace 'ASP' (are you missing an assembl...
by lbrewerandassoc
Fri Dec 11, 2009 6:31 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Order Notes
Replies: 5
Views: 3388

Re: Order Notes

Great. Thank you.

Where is this information found?

Do you have same for ac_OrderItems.OrderItemTypeId?
by lbrewerandassoc
Thu Dec 10, 2009 5:13 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Order Notes
Replies: 5
Views: 3388

Re: Order Notes

Thank you. But I'm writing code to pull data directly from the database & I was trying to find documentation that assures me what NoteTypeId & OrderItemTypeID represent. Does documentation exist somewhere that states ac_OrderNotes..NoteTypeId value = 0 is Public value = 1 is private etc. ac_OrderIte...
by lbrewerandassoc
Wed Dec 09, 2009 8:28 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Order Notes
Replies: 5
Views: 3388

Order Notes

If I want to only pull out comments entered by the Customer, then how can I do this? What does the ac_OrderNotes..NoteTypeId column represent? It seems as though customer comments have NoteTypeId=0 versus private system comments which have NoteTypeId=3. What does the 1 & 3 represent?
by lbrewerandassoc
Sat Aug 22, 2009 6:56 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: No definition for BasketItemKitProducts
Replies: 3
Views: 3419

Re: No definition for BasketItemKitProducts

Thank you jmestep. You are correct - I need to delete some old 7.0.2 files left over. That solved my first issue. My 2nd issue (last post) was caused because I'm trying to make too many changes at once! I have moved my development platform to a new PC & the SQLEXPRESS db was not set up for mixed mod...
by lbrewerandassoc
Sat Aug 22, 2009 7:57 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: No definition for BasketItemKitProducts
Replies: 3
Views: 3419

Re: No definition for BasketItemKitProducts

If I continue my Build (w/ errors), then my error is: Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the ...
by lbrewerandassoc
Sat Aug 22, 2009 7:28 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: No definition for BasketItemKitProducts
Replies: 3
Views: 3419

No definition for BasketItemKitProducts

I just upgraded from 7.0.2 to 7.0.3 & getting these Build Errors. I also downloaded the latest commercebuilder.dll from 7/22 ( CommerceBuilder.DLL for 7.0.3 build 12624) What am I missing? Even if I comment these areas out, I continue to receive CommerceBuilder.Orders & .Products errors. 'CommerceBu...
by lbrewerandassoc
Sat May 30, 2009 7:47 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Ability to submit multiple reviews per product same user
Replies: 3
Views: 2482

Re: Ability to submit multiple reviews per product same user

Thanks.

I found a 3rd instance of the ProductReviewDataSource.LoadForProductAndReviewerProfile call w/in the ProductReviewForm.ascx.cs page (line 225) and commented it out also.

It seems to be working great. thanks.
by lbrewerandassoc
Sat May 30, 2009 6:07 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: one page checkout is 2 pages
Replies: 4
Views: 2968

Re: one page checkout is 2 pages

Thank you for your reply.

Is there a good reason that the panels are viewed separately? Why not have them both visible on the customer's initial page load? I'm asking because before I spend time making these changes - I don't want to cause issues in another area.
by lbrewerandassoc
Sat May 30, 2009 5:36 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: one page checkout is 2 pages
Replies: 4
Views: 2968

one page checkout is 2 pages

Is there an easy way to configure the OnePageCheckout control to actually be ONE page? I was surprised to find that the "one page checkout" per AC is really 2 pages -- 1) Billing Address, Order Contents and 2) Ship & Payment Methods. Is there a good reason not to show ALL sections on ONE page? Why d...
by lbrewerandassoc
Sat May 30, 2009 5:35 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Ability to submit multiple reviews per product same user
Replies: 3
Views: 2482

Ability to submit multiple reviews per product same user

If are logged in as a Registered User and attempt to submit a Review on a product for which you have already submitted a review, the ProductReviewsPanel is written so that the user's former review is selected for updating. I want to allow registered customers to submit multiple (new) reviews for the...