Search found 375 matches

by heinscott
Wed May 13, 2009 8:42 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Easy way to populate cat/product grid based on sales
Replies: 4
Views: 2771

Easy way to populate cat/product grid based on sales

Hello... Wondering if anyone might have an easy way to accomplish this... I would like to show the products in my category grid in order of what product has sold the most (all time). Can anyone (Mazhar) think of an easy way to accomplish this? We were playing around with doing some custom sorts, but...
by heinscott
Wed May 06, 2009 6:40 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: New Problem with Paypal and GoogleCheckout
Replies: 1
Views: 1426

Re: New Problem with Paypal and GoogleCheckout

Any response to this??

(BUMP)

Scott
by heinscott
Mon May 04, 2009 11:08 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Non-selling items Report
Replies: 7
Views: 3436

Re: Non-selling items Report

I'm not going to get into a whole bunch of coding to make an "actual" report, but... Just something simple to get you started, here is the code for a page that will just make a simple list of all products and numbers sold during the date range. You'll have to change the dates manually in the LoadFor...
by heinscott
Mon May 04, 2009 10:43 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: New Problem with Paypal and GoogleCheckout
Replies: 1
Views: 1426

New Problem with Paypal and GoogleCheckout

We just noticed a new problem today with our Paypal and GoogleCheckout payment methods. It seems that, even if we do not allow for purchases to certain areas in the country, GoogleCheckout and Paypal will still allow for the order to go through from these areas. For example, today we recieved an ord...
by heinscott
Fri May 01, 2009 8:44 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: DAL Generator Walk-through
Replies: 6
Views: 3850

Re: DAL Generator Walk-through

...of all the things I've seen in my life... THAT WAS AWESOME!!!!!!!!!! Wow! Thanks so much Mazhar. This little program saved me so much work I can't even describe it!!! I just followed your instructions, and after getting all the setup taken care of, I was able to 1) Create a new table with 13 fiel...
by heinscott
Thu Apr 30, 2009 2:40 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: DAL Generator Walk-through
Replies: 6
Views: 3850

DAL Generator Walk-through

I was wondering if anyone would be able to provide a step-by-step walkthrough for how to add a new DAL to an AbleCommerce store using the generator. So far, I've been doing it all the long-way, and it sure would be nice to automate some of the process.
Thanks for the help.

Scott
by heinscott
Thu Apr 30, 2009 11:52 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: What is the ac_CustomFields table used for??
Replies: 1
Views: 1448

What is the ac_CustomFields table used for??

I was curious as to the typical use for the ac_Customfields table... I was looking around while I was trying to add some extra information to my category levels, and came across this table. I am trying to add a field to my categories, such as "Definition". Would the CustomFields table work for this ...
by heinscott
Thu Apr 30, 2009 7:42 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: UPC numbers
Replies: 1
Views: 2806

Re: UPC numbers

You have both Sku and Manufacturer Part Number available. If you don't need to use both for your business, there should be no problem using one of them for UPC.

Scott
by heinscott
Thu Apr 23, 2009 1:27 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Scriptlet Header Data
Replies: 4
Views: 2604

Re: Scriptlet Header Data

I'm going to try this again, because my boss needs me to figure out an answer to this.... Where in the AbleCommerce code or sourcecode is the "header" section of a scriptlet page added to the rendered webpage?? I need to be able to manipulate this and have my meta-tags appear at the top of my home p...
by heinscott
Wed Apr 22, 2009 7:33 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Source Code Help
Replies: 3
Views: 1923

Re: Source Code Help

Thank you Mazhar. I was able to get that working (I just didn't realize the where the physical location was where compiled files were being stored). It looks like my compiled CommerceBuilder.dll (after adding 1 line of code) is somewhere around 1579K, whereas the original CommerceBuilder.dll file is...
by heinscott
Tue Apr 21, 2009 9:32 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Source Code Help
Replies: 3
Views: 1923

Source Code Help

Hello, I hope this will be an easy question for anyone who uses the source code, or know about creating dlls. Firstly, we recently purchased the source code for AC. There is a change to one of the data classes that my boss would like for me to implement, but, I am not familiar enough with .NET in ge...
by heinscott
Mon Apr 20, 2009 2:12 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Orders cannot print- order number and ID do not match
Replies: 11
Views: 9499

Re: Orders cannot print- order number and ID do not match

You might want to check the batch processes for Printing invoices/packing slips/ etc... Those didn't work on mine either until I made some changes. Those were files that I had customized, so, it could very well have been my fault for not updating them.

Scott
by heinscott
Fri Apr 17, 2009 7:25 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Something else cool with Able Commerce
Replies: 3
Views: 2482

Something else cool with Able Commerce

Hello. This is quick note to show another cool system we were able to create with the Able Commerce package. We were wanting to get into the parts business for our pool pumps, heaters, filters, cleaners, etc. Thanks to Able Commerce's incredible flexibility and ease of customization, we were able to...
by heinscott
Fri Apr 17, 2009 6:47 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Redirect from non-www to www url
Replies: 1
Views: 1830

Re: Redirect from non-www to www url

Did anyone have any ideas about this? I tried to fix in the NavigationHelper.cs, but, replacing references to /Default.aspx with just the root didn't seem to correct.
??????????

Scott
by heinscott
Wed Apr 15, 2009 1:58 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Custom functionality - level of effort
Replies: 10
Views: 4797

Re: Custom functionality - level of effort

It would be difficult to combine more than one criteria with that table. And auto parts (which uses a model like this) would have a potentially huge number of products - it would need to be properly indexed to have decent performance when you combine make, model, and year. Good point. I hadn't cons...
by heinscott
Wed Apr 15, 2009 1:57 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Redirect from non-www to www url
Replies: 1
Views: 1830

Redirect from non-www to www url

Hello. I'm trying to get my home page to resolve to http://www.poolgeek.com/ when a user tries to type in http://poolgeek.com. Right now, it is redirecting to http://www.poolgeek.com/default.aspx. It is directing to the correct page, but my boss is worried that for SEO sake, the home page rank is be...
by heinscott
Wed Apr 15, 2009 1:27 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Custom functionality - level of effort
Replies: 10
Views: 4797

Re: Custom functionality - level of effort

I was thinking of using the

Code: Select all

ProductCustomFieldsDataSource.LoadForCriteria("FieldName = 'Model' AND FieldValue LIKE '%" + _SearchValue + "%'"...etc)
...or something like that. I agree that it would be better, however, to create a custom table and DAL ultimately.

Scott
by heinscott
Wed Apr 15, 2009 11:40 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Scriptlet Header Data
Replies: 4
Views: 2604

Re: Scriptlet Header Data

How does it render itself? I am trying to make that data appear BEFORE the scripts on the page, so I need to know where this rendering takes place.

Thanks

Scott
by heinscott
Wed Apr 15, 2009 11:16 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Scriptlet Header Data
Replies: 4
Views: 2604

Scriptlet Header Data

Can anyone explain how and where the header section of the scriptlets gets rendered to the page? I need to have my metatags appear above my scripts on the source of my pages. For product and category level, I was able to fix this by changing line 483 of PageHelper.cs to page.Header.Controls.AddAt(0,...
by heinscott
Wed Apr 15, 2009 7:33 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Custom functionality - level of effort
Replies: 10
Views: 4797

Re: Custom functionality - level of effort

There's a way to do what you are looking for without too much work, although it will require a few steps in development. 1) First, there is a ProductCustomField table already available that you could use to store the Make/Model/Year data in, so, no need to create a custom data object if you don't fe...
by heinscott
Mon Apr 13, 2009 10:20 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Change in kit generation in v. 7.02??
Replies: 7
Views: 3156

Re: Change in kit generation in v. 7.02??

Absolutely, thanks Logan. This is a fairly small part of our kitting in Able. Only for a few special products that we couldn't figure out any other way to display. As long as my normal kitted items (ie, a master product set to a Zero cost, that allows for a different combination of internal products...
by heinscott
Mon Apr 13, 2009 10:07 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Change in kit generation in v. 7.02??
Replies: 7
Views: 3156

Re: Change in kit generation in v. 7.02??

No, they are actually all items that from Admin, would be include in the kit. I didn't included in the message, however, that for each one of the _SelectedKitProducts ints I run... foreach (int i in _SelectedKitProducts) { KitProduct kp = KitProductDataSource.Load(i); if (kp.Product.KitStatus.Equals...
by heinscott
Mon Apr 13, 2009 9:33 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Change in kit generation in v. 7.02??
Replies: 7
Views: 3156

Re: Change in kit generation in v. 7.02??

I think that maybe some things were actually fixed with pricing that we weren't aware of. I just thought that there was a major change because of hidden (included) kit items defaulting to NOT show in the cart. Once we changed back to true, we were able to figure out our problem with pricing fairly q...
by heinscott
Mon Apr 13, 2009 7:48 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Change in kit generation in v. 7.02??
Replies: 7
Views: 3156

Change in kit generation in v. 7.02??

Hello, Just wondering if someone could tell me how the code has changed for creation of kits in 7.02? I had some code I made to allow for kits inside of kits, so we could create different sizes of pool packages that all included a certain "kit" of items. It seems now, with the upgrade, that somethin...
by heinscott
Fri Apr 10, 2009 10:49 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Basket Checkout thru code
Replies: 6
Views: 3792

Re: Basket Checkout thru code

I am also creating a new user, and then the address... User _User = InitializeUser(); ...and the InitializeUser method. private User InitializeUser() { User _User; _User = UserDataSource.CreateUserInstance(); _User.Save(); _User.Basket.Save(); return _User; } I guess try that. Everything seems to wo...