Search found 186 matches

by William_firefold
Tue Mar 02, 2010 10:11 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Whats wrong with UserDataSource.LoadForCriteria?
Replies: 2
Views: 2301

Re: Whats wrong with UserDataSource.LoadForCriteria?

thanks mazhar. I found out that the problem i was having is that apparently, the users database keeps record of users who arent registered too(or something). once I filtered down to those who have a non-null email, it went much faster. Any idea why the users table is getting a new entry ~every 5 sec...
by William_firefold
Mon Mar 01, 2010 3:37 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Whats wrong with UserDataSource.LoadForCriteria?
Replies: 2
Views: 2301

Whats wrong with UserDataSource.LoadForCriteria?

Im trying to make a report that lists all users that registered in a given time period. When I use the UserDataSource.LoadForCriteria method to get the users, it just takes forever and then times out. Im trying it like this: UserCollection users=UserDataSource.LoadForCriteria("CreateDate > ' "+fromD...
by William_firefold
Mon Feb 15, 2010 8:55 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Google checkout payment gateway not available
Replies: 2
Views: 2303

Re: Google checkout payment gateway not available

That link doesnt work for me.
I got andy to help me out. The 8142 patch worked for this problem.
http://help.ablecommerce.com/upgrades/a ... _7.0.3.htm
by William_firefold
Fri Feb 12, 2010 11:12 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Product batch editor, no paging. Bug?
Replies: 1
Views: 1744

Product batch editor, no paging. Bug?

Im not sure if anyone else has this problem or has noticed this, but the product batch editor doesnt do multiple pages on any of our 4 installs. if there is more than 100 things in a category, we cant get to them in the batch. I patched it for now like so: <asp:DropDownList ID="MaximumRows" runat="s...
by William_firefold
Thu Feb 11, 2010 12:42 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Google checkout payment gateway not available
Replies: 2
Views: 2303

Google checkout payment gateway not available

On the gateway adding page, /Admin/Payment/AddGateway.aspx There is no button to add google checkout. Somehow on our main site, we have google checkout active, but the button to add it is no longer there. It is not there for our other ablecommerce sites either.
Anyone know how to get it back?
by William_firefold
Thu Feb 11, 2010 12:36 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Why is there not a productdatasource.loadforcategory() ?
Replies: 2
Views: 2261

Re: Why is there not a productdatasource.loadforcategory() ?

Many thanks, it works as I had hoped.

I still think there should be loadforcategory() though :)
by William_firefold
Wed Feb 10, 2010 3:47 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Why is there not a productdatasource.loadforcategory() ?
Replies: 2
Views: 2261

Why is there not a productdatasource.loadforcategory() ?

I need a method that equates to productdatasource.loadforcategory(). All I can find is narrowsearch() but I dont have any of the other information for the method, just the category.
Is there anything that does this?
by William_firefold
Wed Jan 20, 2010 8:07 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Product Performance Mod
Replies: 2
Views: 3194

Re: Product Performance Mod

My code broke after the new year because it is trying to look at month -1,-2,-3, but it didnt circle back around to 12. I have that problem fixed now, but I havent done extensive testing with this code. Let me know if the figures are off. <%@ Control Language="C#" ClassName="productPerformance" %> <...
by William_firefold
Wed Jan 13, 2010 8:56 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Add to cart( buyproductdialog ), not postbacking
Replies: 6
Views: 3614

Add to cart( buyproductdialog ), not postbacking

On our product page, we changed something, somewhere which prevents postbacks from working. If we add something to the cart, it doesnt pop up in the minibasket. if you refresh the page, it is there as normal. This leads me to believe the code is still working ok, but something is obstructing the jav...
by William_firefold
Tue Jan 05, 2010 2:36 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Business and Residential flags
Replies: 30
Views: 20511

Re: Business and Residential flags

When we had to upgrade to 703 i decided to simplify this problem. Here was my solution for onepagecheckout. <asp:DropDownList ID="ShipToAddressType" runat="server" EnableViewState="false"> <asp:ListItem Text="This is a residence" Value="1" Selected="true"></asp:ListItem> <asp:ListItem Text="This is ...
by William_firefold
Mon Dec 21, 2009 11:34 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 703,704. Default install. Broken Multi Destinations
Replies: 2
Views: 2139

703,704. Default install. Broken Multi Destinations

I was in the process of making a cleaner version of our 703 site when i tested the multiple destinations feature. Multiple items in the basket, 2 legitimate addresses, PO for payment. The order completes, but the admin order information only shows the order having 1 shipment. I thought I had broken ...
by William_firefold
Fri Dec 18, 2009 8:35 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: DB changes broke stock-notification mod
Replies: 2
Views: 2728

DB changes broke stock-notification mod

We have a mod to buyproductdialog which allows users to enter their email if a product is out of stock and be notified when it comes back. Something about the database changes in 704 broke it. We have a method in producthelper which adds people to the notification list, here is the code: using Micro...
by William_firefold
Fri Dec 18, 2009 8:25 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Files changes for 7.0.4
Replies: 3
Views: 2450

Re: Files changes for 7.0.4

Notepad++ also has a compare feature and is free. Its under the plugins->compare menu.
Not as good as beyondcompare, but it works
by William_firefold
Tue Dec 01, 2009 12:16 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Changing Text in a seperate control.
Replies: 6
Views: 3698

Re: Changing Text in a seperate control.

ozlighting wrote:Hi,

How about wrapping it in an ajax panel? I picked this up from another thread and it works for us (currently only on our test server though)


Cheers,

Lance
It works! Thanks very much, people kept complaining about it. Its strange, the types of trivial things customers get upset about.
by William_firefold
Tue Nov 17, 2009 7:53 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Pricing Rules fail with Options and Variants?
Replies: 1
Views: 1785

Pricing Rules fail with Options and Variants?

We are trying to consolidate our patch cables section of our site into just a few products instead of several hundred. The product lines go like this: Say we have 6 different types of cable, Cat5E, Cat5ENBS, Cat5EMB, Cat6, Cat6NBS, Cat6MB. Each of these types comes in 5 colors, Black, Blue, Green, R...
by William_firefold
Fri Nov 13, 2009 8:26 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Changing Text in a seperate control.
Replies: 6
Views: 3698

Re: Changing Text in a seperate control.

doh! i knew it must be a security something
by William_firefold
Fri Nov 13, 2009 7:48 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Changing Text in a seperate control.
Replies: 6
Views: 3698

Re: Changing Text in a seperate control.

I messed with it a bit, but it looks like the category search sidebar has to implement an interface to be reachable by the search page. Does pagehelper have any way to directly access a seperate control?
Seems like there could be a simpler way that what the search page does.
by William_firefold
Fri Nov 13, 2009 6:37 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Changing Text in a seperate control.
Replies: 6
Views: 3698

Changing Text in a seperate control.

We have a control in the header which will show the number of items in the cart and the total price of the cart. It looks like this: <asp:HyperLink NavigateUrl="~/Basket.aspx" runat="server"><span class="menubartotaltext">Cart:</span> <asp:Label ID="MessageLabel" runat="server" Text="{0} item{1...
by William_firefold
Thu Nov 12, 2009 1:05 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Jquery problem AddToBasketButton_Click
Replies: 0
Views: 1707

Jquery problem AddToBasketButton_Click

I am trying to remove the right sidebar altogether and make a jquery drop down box containing the stuff from the minicart and shipping estimator. The problem is that I want the minicart to pop down whenever the Add To Cart button is pressed, and im not sure I know how to do it right. My new minicart...
by William_firefold
Mon Oct 26, 2009 10:34 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Google Checkout OrderID/OrderNumber
Replies: 8
Views: 5220

Re: Google Checkout OrderID/OrderNumber

While this issue is being worked on, I may have found a related problem. When customers use coupon codes(I assume they go to checkout page first, type in the coupon code, and go back to our cart page to get to google checkout button), the coupon is not being applied to the amount being sent to googl...
by William_firefold
Fri Oct 23, 2009 7:36 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Checkout Failed 100 times
Replies: 15
Views: 15137

Re: Checkout Failed 100 times

I just saw this error in our log as well. We are not under heavy load at the time of the error. 10/23/2009 10:06:00 AM Error An error occurred during the checkout process. The checkout has failed 100 times and will NOT BE attempted again. UserId: 25XX421 / xxxxxx@comcast.net Customer: john xxxxxx/ x...
by William_firefold
Fri Oct 23, 2009 6:29 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Google Checkout OrderID/OrderNumber
Replies: 8
Views: 5220

Re: Google Checkout OrderID/OrderNumber

I saw progress on the bugzilla page for this. Any chance there will be a hotfix for this, or will we have to wait for 7.0.4?
by William_firefold
Fri Oct 23, 2009 6:28 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 6000 errors in log. Mostly 404
Replies: 6
Views: 3535

Re: 6000 errors in log. Mostly 404

you can do that, and it would work as a global 301, but it cant address each page individually. We had a program which was a rewrite mod for IIS which acted like an htaccess file, and allowed us to have thousands of individual 301 redirects, specific to each product. We assumed that after 6 months o...
by William_firefold
Thu Oct 22, 2009 5:33 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: List IP address in ErrorLog?
Replies: 1
Views: 1494

List IP address in ErrorLog?

We need to be able to see where our errors are coming from.
For example, with a 404 error, we need some way to append IP address of the user who cause it to the error log message. This could be either a new column on the errorlog, or a string tacked on to the error message.
Is this possible?