Search found 44 matches

by bha
Thu Jun 18, 2009 11:47 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: New Email Triggers
Replies: 5
Views: 8038

Re: New Email Triggers

Excellent! Worked Perfectly. Thanks.
by bha
Thu Jun 18, 2009 3:40 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: New Email Triggers
Replies: 5
Views: 8038

Login Redirect

How do I control where FormsAuthentication.RedirectFromLoginPage(UserName.Text, false); is redirected? A common confusion is when a customer has logged in, they don't realize it because the logged in page is so similar. I would like to redirect to their member account page for example or a welcome s...
by bha
Mon Jun 08, 2009 6:08 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Set a value for Customer Template Field
Replies: 4
Views: 3982

Re: Set a value for Customer Template Field

All good stuff here for customer template fields. Put'em to good use. Question: For a customer that needs to enter multiple orderitems with the same customer field (orderiteminput) values, what is the best way to copy all the customer input values from the previous basket item into the new product h...
by bha
Wed Mar 18, 2009 7:27 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Paging for MyOrderHistory.aspx
Replies: 2
Views: 4261

Re: Paging for MyOrderHistory.aspx

This works beautifully and thanks for the quick response!!!

My only add was to make SkinID="PagedList" in the GridView section to get the nicely formatted page clicks.

Cheers!
by bha
Wed Mar 18, 2009 2:00 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Paging for MyOrderHistory.aspx
Replies: 2
Views: 4261

Paging for MyOrderHistory.aspx

I have a client that has a huge order history. Their complaint that when they click on See All>>, it takes too long to load up their entire history. A natural solution would be to add paging to this query. I may be wrong, but MyOrderHistoryPage.ascx is not set up to handle paging. I added AllowPagin...
by bha
Mon Jan 12, 2009 3:10 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Sort order for products
Replies: 31
Views: 65850

Re: Sort order for products

Resorted to code:

Code: Select all

protected void Page_Load(object sender, EventArgs e)
{
	grd_OrderItems.PagerSettings.Mode = PagerButtons.NumericFirstLast;
}
by bha
Mon Jan 12, 2009 8:04 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Sort order for products
Replies: 31
Views: 65850

Re: Sort order for products

Did not work.

</EmptyDataTemplate>
<PagerSettings Mode="NumericFirstLast" />
</cb:SortedGridView>

Perhaps custom gridview in Dll might be overiding this paging function?

-Bruce
by bha
Sun Jan 11, 2009 8:01 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Sort order for products
Replies: 31
Views: 65850

Re: Sort order for products

Thanks Judy, By putting in multiple fields in the the DefaultSortExpression accompanied by either ASC (ascending) or DESC (descending) for each field, I was able to sort on multiple columns (a sub-sort within a main sort) under SortedGridView: eg. DefaultSortExpression="Date DESC, Customer ASC" By t...
by bha
Sun Jan 11, 2009 12:10 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Sort order for products
Replies: 31
Views: 65850

Re: Sort order for products

Does anyone know where I could find documentation for SortedGridView which seems to be the extended version of GridView. Specifically, I'd like to sort on multiple columns.

If there is a nice simple way that has already been coded, I would greatly appreciate the help!

-Bruce.
by bha
Wed Jul 16, 2008 9:49 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Inventory questions
Replies: 6
Views: 6547

Re: Inventory questions

I'm looking to trigger inventory deduction on "add to basket" and if an order does not take place the inventory is replenished.

Does anyone know where the inventory update routine takes place?

Thanks,
Bruce.
by bha
Fri Apr 25, 2008 3:34 pm
Forum: Feature Requests
Topic: Making all product options + add to cart visible by default
Replies: 44
Views: 69401

Re: Making all product options + add to cart visible by default

Hi Judy or Logan. What is the empty option for? Is it used to force an update (such as inventory display) when an option is chosen other than blank?

Thanks,
Bruce.
by bha
Tue Apr 15, 2008 10:04 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Some new tweaks to my Tabbed Product Description control
Replies: 11
Views: 8693

Re: Some new tweaks to my Tabbed Product Description control

That's REALLY cool!!! It "otta" be just standard with the Able package! Now that would be a fantastic value.
by bha
Sun Apr 13, 2008 1:11 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Can I use LineMessage as Comment field for OrderItem?
Replies: 1
Views: 3190

Can I use LineMessage as Comment field for OrderItem?

I would like to add a quick note to a line item without having to go through the custom template inputs. There is LineMessage field available under OrderItem members. Is this used currently being used for something? Joe from Solunar created a great posting to add a Comment field to User at http://fo...
by bha
Sat Apr 12, 2008 6:29 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Admin Session timeout
Replies: 17
Views: 14382

Re: Admin Session timeout

Has the suggestion of refreshing for admin to prevent timing out been implemented in any form?

Since I am using a hosted solution with Able, I don't want to cause potential memory problems on the server by extending the IIS timeout value.

Thanks,
Bruce.
by bha
Sat Apr 12, 2008 4:38 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Check out my first customized categorygrid page
Replies: 8
Views: 8101

Re: Check out my first customized categorygrid page

Very nice Joe! Very intuitive shopping experience. This coding probably increased Pepsi stock by a few points. :)
by bha
Sat Apr 12, 2008 4:16 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Checkout Terms & Conditions
Replies: 11
Views: 9040

Re: Checkout Terms & Conditions

Thanks for the clarification Logan.

I'm using an Able hosted solution and was not informed that the limitation was technology based.
by bha
Sat Apr 12, 2008 9:52 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Custom Fields on Order
Replies: 3
Views: 5133

Re: Custom Fields on Order

Hello gturner. Have you or anyone else found a good method to do this? I am looking for the same feature: to be able to get more control over the custom fields. In fact I would like to pull up a grid populated with all records matching a particular custom field and sort by another custom field and b...
by bha
Sat Apr 12, 2008 9:12 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Using a % difference under options
Replies: 6
Views: 5638

Re: Using a % difference under options

This would be a GREAT feature!

I too use the FedEx model but since my product line is much smaller and with the benefit of a fresh start, I created a different SKU for each day turn around and have all the variants around that SKU. Not a good idea for thousands of products. Ouch.
by bha
Sat Apr 12, 2008 9:06 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Checkout Terms & Conditions
Replies: 11
Views: 9040

Re: Checkout Terms & Conditions

Just a note on T&C. In the site and check out T&C, there is a character limitation of 4,000 (per Able). These fields will allow more than 4,000 characters to be typed in. If you do this, an exception error will be thrown and all inputs will be lost. Using the method mentioned by Logan sounds good be...
by bha
Sun Apr 06, 2008 4:02 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Admin account keeps saying: "This account has been lock
Replies: 14
Views: 13074

Re: Admin account keeps saying: "This account has been lock

This method has not been rigorously tried by any means and I have not tried to track down the root cause but... Try going to the http://www.yourwebsite.com/Admin and log in after 10 minutes. I don't know why this works but it does. I just purposely logged myself out, cleared all the cache and sure e...
by bha
Sun Apr 06, 2008 9:13 am
Forum: Good Reference Posts
Topic: Updated 2/29: AbleCommerce 7.0 API Guide Revision 1
Replies: 10
Views: 27917

Re: Can't see help files

I unzipped to c:\temp and was able to open the help file. However, the content is not showing up. It displays "The address is not valid" when clicking through the navigation. One one example upon jumping to URL, it displays the current URL to be - mk:@MSITStore:C:\Temp\CommerceBuilder.chm::/html/50...
by bha
Sat Apr 05, 2008 6:59 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Adding Payment Reference on Packing Slip and Invoice
Replies: 3
Views: 5647

Re: Adding Payment Reference on Packing Slip and Invoice

Well, it has been brought to my attention that there are two places for printing packing slips and invoices. The code mods were for the PackingList.aspx page under /Orders/Shipments. The code mods above would not work for printing of the PackSlips.aspx and Invoices.aspx under /Orders/Printing. Since...
by bha
Thu Apr 03, 2008 8:12 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Adding Payment Reference on Packing Slip and Invoice
Replies: 3
Views: 5647

Re: Adding Payment Reference on Packing Slip and Invoice

OK I found a way to do it and thought I would share to whom it may concern. I am using a hosted solution so I do not have direct access to the datasource. I have to study to output code and modify that to do what I need, make the change locally, post it back on the server and then test it. Not exact...
by bha
Wed Apr 02, 2008 10:09 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Adding Payment Reference on Packing Slip and Invoice
Replies: 3
Views: 5647

Adding Payment Reference on Packing Slip and Invoice

I've searched the forum and having no luck on finding information on how to add a payment reference (such as Purchase Order) on the packing slip and the invoice. I looked at an example in vieworder.aspx and myorder.aspx but not quite sure how to use it in the packinglist.aspx. The P.O. reference is ...
by bha
Sun Mar 30, 2008 6:19 am
Forum: 7.0 DataPort
Topic: 12/1 - AbleCommerce Data Client Utility 7.0
Replies: 361
Views: 402579

Using the DataPort 1.0.0.11 and and corresponding api I get this error during the download of complete store and then it freezes.

Image

Thanks,
Bruce.