Search found 186 matches

by William_firefold
Thu Sep 03, 2009 5:41 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Manual Order Placement option needed
Replies: 8
Views: 4097

Re: Manual Order Placement option needed

That method solves the problem of having to make a product back in stock to add it(which alerts anyone on the alert list that it is back in stock). A problem that it doesnt solve is the order confirmation email which the customer receives after an order is placed. When our sales guy places an order ...
by William_firefold
Wed Sep 02, 2009 7:20 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Add to Cart Not Working!
Replies: 9
Views: 4523

Re: Add to Cart Not Working!

the next thing i would do is try a stock version of the product page to see if the problem is just on the page or if it is somewhere else. then I would remove all custom javascript from the product page, including the functions and any links with javascript in them. If that works, you can add them b...
by William_firefold
Wed Sep 02, 2009 7:09 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Add to Cart Not Working!
Replies: 9
Views: 4523

Re: Add to Cart Not Working!

my first thought is that the problem is in this section <td align="left" valign="top"><a href="javascript:;" onclick=" show_news_events_articles('events_details', '100');"> <img id="events_link" style="display: none;" src="App_Themes/Strida Theme/images/news_tab_r1_c1.jpg" alt="News and Events" bord...
by William_firefold
Wed Sep 02, 2009 6:56 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Add to Cart Not Working!
Replies: 9
Views: 4523

Re: Add to Cart Not Working!

Ive done some layout modification with my product description page! The addtocart control uses javascript to function, so if you have added or changed javascript on the page or possibly even if you left some open or broken tags, this could affect the button. really it could be one of a million thin...
by William_firefold
Wed Sep 02, 2009 6:32 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Disable automatic go-to basket page
Replies: 5
Views: 2756

Re: Disable automatic go-to basket page

In our store, I made 2 conlib files for addtocartlink
1 which redirects, and 1 that doesnt. this makes it a little easier to control the behaviour in different places. Use mazhar's post for the one that does not redirect.
by William_firefold
Wed Sep 02, 2009 6:26 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Add to Cart Not Working!
Replies: 9
Views: 4523

Re: Add to Cart Not Working!

post the code you modified plz
by William_firefold
Tue Sep 01, 2009 2:07 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Manual Order Placement option needed
Replies: 8
Views: 4097

Manual Order Placement option needed

We have noticed a major hole in the functionality of the Able system. As far as I know, there is no way to manually create an order without regard for system information. Sometimes we need to be able to insert an order into our system which may have items that are listed as out of stock, or where in...
by William_firefold
Fri Aug 28, 2009 7:28 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Preventing Fraud: block orders by ship-to address?
Replies: 4
Views: 2459

Re: Preventing Fraud: block orders by ship-to address?

Unfortunately in our situation, this is even more difficult. For some reason the scammers are shipping to a US address. We dont know why, or what they would have to gain by doing this. I contacted the person at the ship to address and they said they have been receiving several boxes a day from UPS a...
by William_firefold
Thu Aug 27, 2009 6:42 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Preventing Fraud: block orders by ship-to address?
Replies: 4
Views: 2459

Preventing Fraud: block orders by ship-to address?

We have been getting a number of orders coming in that were determined to be fraud. We have found that they are coming from places in Africa, and are being placed using real credit card numbers but with mismatched billing addresses. The system catches them and declines the orders, but should we ever...
by William_firefold
Mon Aug 24, 2009 8:07 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.3 documentation
Replies: 0
Views: 1512

7.0.3 documentation

Is there an updated .chm documentation file for 7.0.3?
by William_firefold
Fri Aug 21, 2009 12:50 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Error When uploading product image, details enclosed
Replies: 1
Views: 1472

Error When uploading product image, details enclosed

I am trying to upload assets images to products on a fresh install of 7.0.3 with minimal mods. Once I have chosen the image to upload and hit the upload button to send it through, I get this error: Server Error in '/' Application. Maximum request length exceeded. Description: An unhandled exception ...
by William_firefold
Tue Aug 18, 2009 8:01 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Can Google Custom Search work in Able?(edit: YES)
Replies: 6
Views: 8629

Re: Can Google Custom Search work in Able?

Very helpful. Google Custom search(no offense) is so much better than the stock Able search. No images, but at least it can find what you are looking for. Will post my complete code for anyone who wants to implement. Page File <%@ Page Language="C#" MasterPageFile="~/Layouts/Scriptlet.master" Inheri...
by William_firefold
Tue Aug 18, 2009 5:21 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Can Google Custom Search work in Able?(edit: YES)
Replies: 6
Views: 8629

Re: Can Google Custom Search work in Able?

Our problem is that nothing happens when you search. The google page says that you can use an iframe on the target page to receive the search results. The search box does some unknown stuff using javascript and get variables, and ends up redirecting to the target page like so: http://www.firefold.co...
by William_firefold
Mon Aug 17, 2009 7:23 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Can Google Custom Search work in Able?(edit: YES)
Replies: 6
Views: 8629

Re: Can Google Custom Search work in Able?

This seems like it should be possible, but I dont know what to do in Able.
by William_firefold
Fri Aug 14, 2009 11:39 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Can Google Custom Search work in Able?(edit: YES)
Replies: 6
Views: 8629

Can Google Custom Search work in Able?(edit: YES)

We want to use google custom search on the site but I cant get it to work. The plan is to have the custom search input box where the Able search is now, and have the results appear on a page made for googles output. The results are pulled with a snippet of google JS, which uses a get variable to def...
by William_firefold
Thu Aug 13, 2009 12:32 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Category images- sitemap. Is it possible?
Replies: 2
Views: 1740

Re: Category images- sitemap. Is it possible?

I used mazhars code to work up something which will display category or product images, depending on which method you call. I used this and have saved 45MB of image data on our product lines thumbnails with Smush.it. About a 60% reduction across the board. <%@ Control Language="C#" AutoEventWireup="...
by William_firefold
Tue Aug 11, 2009 11:56 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Category images- sitemap. Is it possible?
Replies: 2
Views: 1740

Category images- sitemap. Is it possible?

I would like to run the yahoo Smush.IT image optimizer( http://developer.yahoo.com/yslow/turd/ *edit-anyone know why this forum is concatenating the word "turd" on my url?) on the category and product thumbnails in our store. It showed a dramatic improvement in file size, but requires you to use a w...
by William_firefold
Thu Jul 30, 2009 6:50 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Recently Bought Items Control bug in 703
Replies: 1
Views: 1624

Recently Bought Items Control bug in 703

We just noticed that our recently bought items control doesnt function in 7.0.3. I think mazhar wrote it a while ago, and im not sure if it is compatible with the new version. I even tried the default files to make sure we didnt break it. mazhar, if you see this and want to take a look at it, we had...
by William_firefold
Wed Jul 29, 2009 6:50 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Email Validation failing every time on OPC checkout
Replies: 2
Views: 1760

Re: Email Validation failing every time on OPC checkout

we are upgrading to 7.0.3 so that is the base for the code. We have modifications, but not to this section. <tr id="trEmail" runat="server" enableviewstate="false"> <th> <asp:Label ID="BillToEmailLabel" runat="server" Text="Email:" AssociatedControlID="BillToEmail" EnableViewState="false"></asp:Labe...
by William_firefold
Wed Jul 29, 2009 6:23 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Email Validation failing every time on OPC checkout
Replies: 2
Views: 1760

Email Validation failing every time on OPC checkout

For some reason, OnePageCheckout is not allowing account registration on the page and is saying Email address is not valid, even when the address is valid.
When I remove this particular validator, everything works fine. Obviously this is not a solution though.

Any idea what could cause this problem?
by William_firefold
Tue Jul 28, 2009 1:45 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.3 Search Enter Key Bug
Replies: 13
Views: 8609

Re: 7.0.3 Search Enter Key Bug

I just tested in IE, and the keyword box works as normal in IE7 but fails in Firefox. Could this be a problem with the implementation of ASP, or maybe form specifications in firefox?
by William_firefold
Tue Jul 28, 2009 1:31 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.3 Search Enter Key Bug
Replies: 13
Views: 8609

Re: 7.0.3 Search Enter Key Bug

Thanks for the quick reply, but this was the old solution that I already tried which did not work here. I wrapped everything and it still defaulted to the top box. Here is the complete .ascx file that we are using. you will see that the box already has a default button set. <%@ Control Language="C#"...
by William_firefold
Tue Jul 28, 2009 12:52 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.3 Search Enter Key Bug
Replies: 13
Views: 8609

7.0.3 Search Enter Key Bug

We are getting a strange problem with the keyword box on the search page. We have fixed most of the enter key bugs on the other pages on the site, but this one is being stubborn. When you enter the keyword and hit enter, it defaults to the search box at the top of the page. When we remove the top se...
by William_firefold
Mon Jul 27, 2009 11:37 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Hit Enter fields in One Page Checkout - sent to Search page
Replies: 12
Views: 10488

Re: Hit Enter fields in One Page Checkout - sent to Search page

We are setting up 7.0.3 and this is still not fixed. This problem seems a little bit different than the other enter key bugs on the site. How can I fix the payment options so that they are the default action for the enter key? Our search box seems to be taking control. http://www.firefold.com/images...
by William_firefold
Thu Jul 02, 2009 5:35 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Orphaned Items. Hidden Items?
Replies: 1
Views: 1366

Orphaned Items. Hidden Items?

Sometimes we hide products from public to modify them, but we have so many products that they occasionally get lost in the mix. There is a admin page in Able for locating orphaned items which have no category attached to them. How could I modify this page (/Admin/Catalog/OrphanedItems.aspx) so that ...