Search found 151 matches

by jdarby
Fri Jun 21, 2013 7:22 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Any advantage moving from Server 2003 to 2008?
Replies: 6
Views: 9754

Re: Any advantage moving from Server 2003 to 2008?

Both of the sites we're running have a decent amount of customization done to them by certified ASP programmers. Did you run into any problems with customized installs or were yours 100% untouched versions of AbleCommerce?
by jdarby
Wed Jun 19, 2013 11:19 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Any advantage moving from Server 2003 to 2008?
Replies: 6
Views: 9754

Re: Any advantage moving from Server 2003 to 2008?

did you run into any issues with site functionality going from 2003->2008+? did you also migrate from SQL 2005 to a newer version?
by jdarby
Wed Jun 19, 2013 8:50 am
Forum: 7.0 DataPort
Topic: Connecting to a site with a port number or forced login
Replies: 1
Views: 7430

Re: Connecting to a site with a port number or forced login

figured it out. Add an exception in your web.config file to allow ClientApiService.ashx to be accessed. I guess the port number wasn't a problem, just the security. <location path="clientapi/ClientApiService.ashx"> <system.web> <authorization> <allow users="*" /> </authorization> </system.web> </loc...
by jdarby
Wed Jun 19, 2013 8:25 am
Forum: 7.0 DataPort
Topic: Connecting to a site with a port number or forced login
Replies: 1
Views: 7430

Connecting to a site with a port number or forced login

I have two scenarios that I'm having trouble connecting to with DataPort. I have one development site that is running on a specific port and it doesn't seem to like it. I enter http://example.com:100 into the address field at it comes back with "Failed to connect - are you sure the store url is corr...
by jdarby
Wed Jun 19, 2013 6:23 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Deleting test users/orders/etc. from database
Replies: 1
Views: 4183

Deleting test users/orders/etc. from database

I have a development database that I'd like to clean up. Any users/orders/basket/transaction data needs to go. What is the most effective way of doing this?
by jdarby
Tue May 21, 2013 7:07 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Zone Ordering on Shipping Method page
Replies: 1
Views: 3906

Zone Ordering on Shipping Method page

on /Shipping/Methods/Default.aspx in the admin area of the cart, I'd like to make a change in the order Zones are displayed for each shipping method. The Zones column shows all of the zones associated with a shipping method. It is ordering them by their database ID. This results in them being out of...
by jdarby
Fri Apr 12, 2013 9:58 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Duplicate Kit Components and $0.00 price on Basket.aspx
Replies: 0
Views: 3221

Duplicate Kit Components and $0.00 price on Basket.aspx

Working on a customized install of Able and we're running into a problem. I have a kit product that has a known-good product config. Once it is added to the basket, it shows as a $0.00 price on Basket.aspx. If the page is refreshed, the kit components begin to duplicate but still shows as $0.00. Onc...
by jdarby
Tue Feb 26, 2013 1:14 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Product options radio buttons instead of dropdown list
Replies: 6
Views: 15705

Re: Product options radio buttons instead of dropdown list

i'd like to see a way to have the flexibility of choice-type like the kit products. using radio buttons for variant products would be advantageous.
by jdarby
Mon Feb 18, 2013 12:44 pm
Forum: AbleCommerce GOLD
Topic: Need help configuring Digital Goods
Replies: 4
Views: 4253

Re: Need help configuring Digital Goods

...or you can remove the filter under Security Settings. oops!
by jdarby
Mon Feb 18, 2013 11:20 am
Forum: AbleCommerce GOLD
Topic: Need help configuring Digital Goods
Replies: 4
Views: 4253

Re: Need help configuring Digital Goods

Did you ever figure this out, Ken? I have a previous install of 7.0.7 that I can upload any file type to. We recently installed another copy of 7.0.7 for a new site and it is only allowing .zip files. figured out a workaround for the file type restriction. Upload the file to the App_Data/DigitalGoo...
by jdarby
Thu Feb 14, 2013 9:33 am
Forum: AbleCommerce GOLD
Topic: Need help configuring Digital Goods
Replies: 4
Views: 4253

Re: Need help configuring Digital Goods

Did you ever figure this out, Ken?

I have a previous install of 7.0.7 that I can upload any file type to. We recently installed another copy of 7.0.7 for a new site and it is only allowing .zip files.
by jdarby
Tue Feb 12, 2013 1:24 pm
Forum: 7.0 DataPort
Topic: Connecting to a site that requires a port number
Replies: 0
Views: 7590

Connecting to a site that requires a port number

I have a development site that is running on a specific port (ex. http://example.com:99) and DataPort doesn't seem to like it? When connecting initially, I have to drop the :99 from the URL so it will connect. Once it asks for the super user credentials, I enter them and receive the following error,...
by jdarby
Mon Feb 11, 2013 10:28 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Variant prices in dropdown menu
Replies: 2
Views: 3016

Re: Variant prices in dropdown menu

Actually decided over the weekend that displaying the prices in some situations will not be possible due to the setup of our products.
by jdarby
Mon Feb 11, 2013 9:53 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Related products in 7.0.7
Replies: 3
Views: 4292

Re: Related products in 7.0.7

It looks like a valid bug. If you open the file RelatedProducts.ascx.cs around line 89 you find this: if (relatedProduct.ChildProduct.Visibility == CatalogVisibility.Public) A quick fix might be to add a check against the MaxItems property: if (relatedProduct.ChildProduct.Visibility == CatalogVisib...
by jdarby
Tue Jan 29, 2013 2:08 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Related products in 7.0.7
Replies: 3
Views: 4292

Related products in 7.0.7

Using AC 7.0.7 and trying to make an adjustment to the RelatedProducts conlib so it only displays 4 items max. I added the "MaxItems" flag but it continues to display all of the related items. I tried this on a 100% clean and unmodified version and it does the same. Is there a fix for this? Here is ...
by jdarby
Mon Jan 28, 2013 3:42 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Variant prices in dropdown menu
Replies: 2
Views: 3016

Variant prices in dropdown menu

I'm trying to display the price of each option inside the dropdown menu the same way that a kit does, has anyone done this?

Thanks.
by jdarby
Thu Jan 24, 2013 10:53 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Variant Prices not Showing up
Replies: 9
Views: 7677

Re: Variant Prices not Showing up

Well this could be done. For this first edit the App_Code/ProductHelper.cs file and locate the following line of code in BuildProductOptions(Product product, PlaceHolder phOptions) method aspOptions.Items.Add(new ListItem(optionOption.Name, optionOption.OptionChoiceId.ToString())); and make it look...
by jdarby
Wed Jan 23, 2013 2:09 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: change Pager Controls on category grid page
Replies: 0
Views: 2961

change Pager Controls on category grid page

I currently have the pager controls on my category page that display, "Showing items 31 - 44 of 44" and the boxes below it that link to each page of the results. I'd like to have the row with the boxes display like "Previous | 1 2 3 | Next" where the previous and next text are links to the previous/...
by jdarby
Wed Jan 23, 2013 1:13 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Product Ordering by Admin Order
Replies: 8
Views: 6218

Re: Product Ordering by Admin Order

Not sure which version we were on at the time of my last post, but to get this working in 7.0.7, we need to add a blank value for our "Click for options" selection or else a page error is thrown: <asp:DropDownList ID="SortResults" runat="server" AutoPostBack="true" CssClass="sorting" OnSelectedIndex...
by jdarby
Wed Jan 23, 2013 9:31 am
Forum: Feature Requests
Topic: figuring out how to do "As Low As - $"
Replies: 27
Views: 59343

Re: figuring out how to do "As Low As - $"

I am in version 7.04. We were looking for a way to use the admin header text for options in a useful and purposeful way. If you enter in a value and leave it, you force a selection, if you do not enter in a value then this automatically selects the top option by default and makes it selected so you...
by jdarby
Mon Jan 14, 2013 3:55 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Variant image behavior
Replies: 14
Views: 31230

Re: Variant image behavior

solid fix. Just implemented the ajax change and my main images are changing based on the variant's image.

thanks for this, Able really needed it.
by jdarby
Thu Jan 10, 2013 3:51 pm
Forum: Feature Requests
Topic: figuring out how to do "As Low As - $"
Replies: 27
Views: 59343

Re: figuring out how to do "As Low As - $"

Is there an appropriate change for this issue in 7.0.7? The code below is not the same in ProductHelper.cs Hello All Please give a try to the following workaround. Edit the App_Code/ProductHelper.Cs file and locate the following code in the BuildProductOptions method aspOptions.Items.Add(String.Empt...
by jdarby
Wed Jan 02, 2013 1:32 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Quantity boxes for each item in a kit
Replies: 0
Views: 3056

Quantity boxes for each item in a kit

Title kind of says it all. Is there a way to use a Quantity Box next to each item in a kit? EX: I have a kit made from products A, B, and C. I want the user to be able to choose something like (1) of product A, (3) of product B and (7) of product C without having to visit the page several times and ...
by jdarby
Fri Dec 21, 2012 1:46 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Asset Manager won't open directories uploaded by FTP
Replies: 3
Views: 3394

Re: Asset Manager won't open directories uploaded by FTP

Hello, I'd guess that the directory created by ftp isn't passing along the permissions needed by the asp.net user to access the directory. Do you get the same results if you create the folder first in AbleCommerce, then upload to the folder. Can you see the images then? ah ha! I created the folder ...
by jdarby
Thu Dec 20, 2012 1:10 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Asset Manager won't open directories uploaded by FTP
Replies: 3
Views: 3394

Asset Manager won't open directories uploaded by FTP

I'm adding some new products (some of which have many variants/images) so I decided to FTP them to the Assets/ProductImages folder instead of upload one by one. When I browse Asset Manager and click on the folder I uploaded, nothing happens. Images/directories that were previously existing work just...