Search found 66 matches

by wilhud
Thu Oct 01, 2009 2:29 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Referral Ids
Replies: 1
Views: 1333

Re: Referral Ids

Scratch my first question. I just realized that I looked at the wrong field in the order. I was looking at Referrer on the order instead of Affiliate. Affiliate did log the proper affiliate when I put "?afid=1" in the URL of a product page. I am still curious about the multiple affiliate referral qu...
by wilhud
Thu Oct 01, 2009 2:16 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Referral Ids
Replies: 1
Views: 1333

Referral Ids

Does the referral id code "?afid=1" work on all URLs of the website or is it reserved to the Default.aspx page? I'd like to utilize this feature for tracking all of our referrals (i.e. Google AdWords, Yahho Search Marketing, MSN AdCenter, etc.). However, I would want to send the keyword links direct...
by wilhud
Thu Oct 01, 2009 10:29 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Inventory Admin Modification
Replies: 4
Views: 2252

Re: Inventory Admin Modification

I probably don't have enough time to learn and write an entire data class, so I guess listing the skus will have to suffice for now. However, I do think I'll need to make a filter where the user can type in a sku or partial sku and get the corresponding results. I'm going to start working on that in...
by wilhud
Wed Sep 30, 2009 12:10 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Inventory Admin Modification
Replies: 4
Views: 2252

Inventory Admin Modification

I am attempting to add a SKU column to the inventory admin and then trying to get it to be sortable. So far I have made these modifications to the Admin/Catalog/Inventory.aspx page... // Get the corresponding Sku info protected string GetSku(object dataItem) { ProductInventoryDetail detail = (Produc...
by wilhud
Mon Jul 27, 2009 6:34 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Shipping and Handling on individual items
Replies: 2
Views: 1573

Re: Shipping and Handling on individual items

I still haven't been able to find anything on this after searching the interface.
Does that mean there is no way built in to add handling on a per item basis?

Thanks,
Wil
by wilhud
Wed Jul 22, 2009 12:45 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Shipping and Handling on individual items
Replies: 2
Views: 1573

Shipping and Handling on individual items

Is there a way to add a handling fee to an individual item, rather than to the entire warehouse? I need to tack on a drop ship fee for certain items without having the system calculate the shipping & handling separately from in-house items. Our shipping fees for drop ship items work like this... In-...
by wilhud
Tue Jul 21, 2009 2:55 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Product Finder Narrowed Results Paging Issue
Replies: 5
Views: 2428

Re: Product Finder Narrowed Results Paging Issue

I have finally resolved the issue. The problem was actually that I had forgotten that I setup the Search Page Scriptlet to utilize a custom SearchPage file (for Top/Bottom Paging, Customized Info/Buy Buttons, etc. ) but I had forgotten to update the Category Search Sidebar Scriptlet to match the cus...
by wilhud
Mon Jul 20, 2009 12:10 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Product Finder Narrowed Results Paging Issue
Replies: 5
Views: 2428

Re: Product Finder Narrowed Results Paging Issue

Hi Mazhar, thanks for your continued help. That is the basic concept of what is happening to me when I narrow down my search in the product finder, but it is the Search.aspx page that has the issue and not the categories pages. After looking at the product finder page more closely, I found it is pul...
by wilhud
Fri Jul 17, 2009 7:41 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Product Finder Narrowed Results Paging Issue
Replies: 5
Views: 2428

Re: Product Finder Narrowed Results Paging Issue

Hi Mazhar,

So are you saying that the Product Finder does not check the querystring values on subsequent pages? If that is the case, then that seems like it would be easy enough to add in. I will have to take a deeper look and see.

Thanks,
Wil
by wilhud
Fri Jul 10, 2009 4:42 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Product Finder Narrowed Results Paging Issue
Replies: 5
Views: 2428

Product Finder Narrowed Results Paging Issue

I'm setting up our store and have noticed that when I go to the Product Finder and narrow the results, everything works fine. However, if I try to go to the next page, the querystring holds the results properly but the page that comes up is not narrowed down and although the results in the right col...
by wilhud
Mon Jun 08, 2009 3:05 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Custom Product Pages
Replies: 3
Views: 1863

Re: Custom Product Pages

Worked great! I used your code for the new items section and also used the code from the PopularProducts dialog to get a best sellers page... ProductList.DataSource = ProductDataSource.GetPopularProducts(30); Seems to be working as expected. I'll have to play around with the other pages, but these t...
by wilhud
Mon Jun 08, 2009 11:48 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Custom Product Pages
Replies: 3
Views: 1863

Re: Custom Product Pages

Very Cool! Sounds like exactly what I need.
Thank you Judy, I will check that out today.

Wil
by wilhud
Fri Jun 05, 2009 4:14 pm
Forum: Feature Requests
Topic: More Robust Backend For Inventory Management
Replies: 0
Views: 3387

More Robust Backend For Inventory Management

Since many of the stores using the software must rely on outside vendors to get their inventory, it would be very helpful to have a more robust backend to manage inventory. For example, our particular store sells goods from hundreds of different vendors. In order to get those items in stock, we have...
by wilhud
Fri Jun 05, 2009 3:19 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Custom Product Pages
Replies: 3
Views: 1863

Custom Product Pages

I'm not sure if this has been answered before. Tried searching but wasn't really sure what it would be called. Here's basically what I'm trying to find out... Is there a simple way to build a page where it shows a list of products that I custom choose? Examples would be a New Items Page (List of all...
by wilhud
Wed Apr 01, 2009 11:13 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Custom Secondary Navigation
Replies: 3
Views: 1849

Re: Custom Secondary Navigation

Thank you both. So it sounds like my initial assumption of using Manufacturers for Brand names was correct. I'll have to work on getting that setup. Thanks for the link, as well!

Wil
by wilhud
Tue Mar 31, 2009 12:57 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Custom Secondary Navigation
Replies: 3
Views: 1849

Custom Secondary Navigation

We've just recently started working with AbleCommerce and I'm trying to find a way to setup something that's unique to our store. I've setup all of our store categories and subcategories with things like apparel, dvds, etc. Our store specifically sells certain brand names (i.e. Marilyn Monroe, Elvis...