Search found 18 matches

by rhuffman
Thu May 31, 2012 6:01 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Old Fedex API going to break?
Replies: 18
Views: 14080

Re: Old Fedex API going to break?

I've installed the new FedEx API - so far so good. However, there is one major issue. When running the shipping estimate from the webpage, the calculations are substantially higher when not logged in than they are when logged in. Why would the calculator return different shipping results for the sam...
by rhuffman
Fri Jan 07, 2011 1:19 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 301 Redirect for Category Pages
Replies: 1
Views: 13181

301 Redirect for Category Pages

When saving the code below to an .ASPX static page in the root of Able Commerce, we are able to sucessfull redirect non-category pages. Example: The following url will redirect the user to a "vases" page used by DarbyCreekTrading.com ( http://www.DarbyCreekTrading.com/Rachel.aspx ) However, if you c...
by rhuffman
Mon Sep 06, 2010 7:12 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Navigate between Prouct Pages Able 7.x
Replies: 6
Views: 5702

Re: Navigate between Prouct Pages Able 7.x

After a month of attempting to work with a couple of good Able developers, Able is not able (no pun intended) to do a simple navigation as it had in Able 5.x. I have tried the product from Plugables and another developer and while they will certainly go forward (NEXT) and backwords (PREV) they alway...
by rhuffman
Sun Sep 05, 2010 12:10 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Rotating Top Sellers
Replies: 7
Views: 4015

Re: Rotating Top Sellers

Mazahr:

Uploaded the above code and it works pretty well, except it is showing hidden items.
Anyway you can correct.

Thanks you Mazhar
by rhuffman
Tue Aug 24, 2010 12:42 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Email Templates not showing nVelocity Variables
Replies: 1
Views: 2335

Email Templates not showing nVelocity Variables

O.k. We have converted from 5.x to 7.5.14053. We have tested our emails and none of the templates are working. When we do a print preview or send the email none of the nVelocity variables are converting. Therefore [OrderNumber] [OrderDate] [OrderNumber] etc. None of these are working. They are showi...
by rhuffman
Fri Aug 13, 2010 2:50 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Navigate between Prouct Pages Able 7.x
Replies: 6
Views: 5702

Navigate between Prouct Pages Able 7.x

In Able 5.x when a use is on a product page a Navigation function displays as follows: << Prev Product 4 of 57 Next >> Is this function available in 7.x ? This allows the user to navigate between products without going back to the category page. If not, does anyone know how to genertate code to crea...
by rhuffman
Thu Jul 29, 2010 2:08 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Non-Public Information in each Product
Replies: 11
Views: 11875

Re: Non-Public Information in each Product

Mazhar: I have spend several hours trying to add an additonal second custom field with no sucess. I have used every combination of code I can think of. Can you kindly provid a full EditCategory.aspx.cs sample with two custom fields. Although I am not a programmer, I am an average "hack" but this one...
by rhuffman
Wed Jul 28, 2010 2:06 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Non-Public Information in each Product
Replies: 11
Views: 11875

Re: Non-Public Information in each Product

Mashar: As previously stated, you solution worked. However, when I try to add an additional custom field and try to duplicate the previously code, I can either update one custom field or the other, but not both. If you could provide an example with 2 custom fields - I think my problem is in the upda...
by rhuffman
Wed Jul 28, 2010 11:20 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Non-Public Information in each Product
Replies: 11
Views: 11875

Re: Non-Public Information in each Product

Mashar:

Thank you! That worked.

Ray Huffman
Darby Creek Trading
www.DarbyCreekTrading.com
by rhuffman
Wed Jul 28, 2010 8:02 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Non-Public Information in each Product
Replies: 11
Views: 11875

Re: Non-Public Information in each Product

Mazhar When through both files and copied the code that was different for botth aspx and aspx.cs When we tried to edit the category we got the following error: Server Error in '/' Application. -------------------------------------------------------------------------------- Compilation Error Descript...
by rhuffman
Tue Jul 27, 2010 5:31 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Non-Public Information in each Product
Replies: 11
Views: 11875

customized fields in editcategory.aspx page

Mazhar: I incorporated the above on the editproduct.aspx page and it worked perfectly! Thank you. I attempted, using the same logic, to add the same, to the editcategory.aspx page and it kept blowing up regardless of what I did. Would it be possbile for you to submit a similar example for the editca...
by rhuffman
Mon Jul 26, 2010 12:58 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Adding Custom Fields
Replies: 1
Views: 1391

Adding Custom Fields

In Able 5.x we added numerous custom field to our tables and were able to access them in the admin forms and display the changes in the aspx pages on the web. I added two fields in ac_Categories table and need to add several custom fields throughout various tables. Specifically, we are adding one fi...
by rhuffman
Thu Jul 22, 2010 6:11 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: IIS7 Rewrite Add-on
Replies: 1
Views: 1833

IIS7 Rewrite Add-on

I am converting form Able 5.x to the latest version of Able 7.x. I am using IIS7 and have installed the Microsoft URL Rewrite module. I was able to test the "Enforce lowercase URLs" that is shipped with the product and it works perfectly, so I know the product was installed properly and is working. ...
by rhuffman
Thu Jul 22, 2010 2:00 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Adding SKU to the Search in Admin
Replies: 9
Views: 5496

Re: Adding SKU to the Search in Admin

Mashar:

Duuh! Way too obvious. Didn't even try in the general search.
Thanks again for your help. It is greatly appreciated.

Ray Huffman
www.DarbyCreekTrading.com
by rhuffman
Thu Jul 22, 2010 7:07 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Adding SKU to the Search in Admin
Replies: 9
Views: 5496

Re: Adding SKU to the Search in Admin

Mazhar:

Thanks you! It works exactly the way I needed. This will save us a lot of time.

One more request that's related.
In Able 5.x we were able to search by SKU. Can we add a check box in the search (browse.aspx or is it search.aspx?) that will allow us to search by sku?

Thank you.
by rhuffman
Wed Jul 21, 2010 2:34 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Adding SKU to the Search in Admin
Replies: 9
Views: 5496

Re: Adding SKU to the Search in Admin

Mazhar: Following the directions and got the following error: Server Error in '/' Application. -------------------------------------------------------------------------------- Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review...
by rhuffman
Wed Jul 21, 2010 7:57 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Adding SKU to the Search in Admin
Replies: 9
Views: 5496

Re: Adding SKU to the Search in Admin

This solution worked find. However, it would also be nice to be able to search by SKU.
It would also be nice to have the product browse http://website/Admin/Catalog/Browse.aspx display the SKU by default.

Any suggestions on coding to accomplish both of these.
by rhuffman
Mon Sep 24, 2007 2:24 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Line Item Status
Replies: 1
Views: 4038

Line Item Status

Currently you can customize order status but not by line item. Does 7.0 have the ability to set status for each line item (ie., shipped, backordered, etc.)?