Search found 186 matches

by William_firefold
Wed Oct 21, 2009 10:12 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Script Resource
Replies: 3
Views: 2559

Re: Script Resource

What do all these scripts do?
by William_firefold
Tue Oct 20, 2009 8:17 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: only show link if you are in a certain group
Replies: 12
Views: 5888

Re: only show link if you are in a certain group

Able documentation says it should work for the collections, but i guess its not right somehow. IsInGroup(Int32) Determines whether a user is in the given group. IsInGroup(ICollection<(Of <(Int32>)>)) Determines whether a user is in any of the given groups. You could always cycle through them: boolea...
by William_firefold
Mon Oct 19, 2009 8:26 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: only show link if you are in a certain group
Replies: 12
Views: 5888

Re: only show link if you are in a certain group

something like this, though i havent tested syntax.

Code: Select all

        CommerceBuilder.Users.Group groups = GroupDataSource.LoadForStore();
		MyLink.Visible = (!Token.Instance.User.IsInGroup(groups));
by William_firefold
Fri Oct 16, 2009 11:44 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: only show link if you are in a certain group
Replies: 12
Views: 5888

Re: only show link if you are in a certain group

I was about to suggest exactly that.
by William_firefold
Fri Oct 16, 2009 5:57 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 6000 errors in log. Mostly 404
Replies: 6
Views: 3556

6000 errors in log. Mostly 404

Is there a way to make it stop logging errors of the 404 variety? For some reason, someone or something is visiting addresses from our old BVcommerce site, and its causing mass 404 errors on our Able site. Should we try to set up 301s for all the addresses we are getting errors for, or would hiding ...
by William_firefold
Fri Oct 16, 2009 5:16 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Script Resource
Replies: 3
Views: 2559

Re: Script Resource

Thanks for the reply, we did have some errors of this type that this will fix. My main concern here is the speed that the site loads. If you use the FireBug plugin's net panel on our website: www.firefold.com you may see that it takes a bit of time for all those resources to load. In addition, the f...
by William_firefold
Wed Oct 14, 2009 7:18 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Script Resource
Replies: 3
Views: 2559

Script Resource

We use Yslow occasionally to check for performance issues. One thing that it brings up is that we have a bunch of scripts that load individually, and it wants us to consolidate them. Seeing as javascript files must load sequentially and not in parallel, I tend to agree. This seems a bit much: <scrip...
by William_firefold
Fri Oct 09, 2009 11:16 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Google Checkout OrderID/OrderNumber
Replies: 8
Views: 5266

Re: Google Checkout OrderID/OrderNumber

Thanks for logging this bug. I might argue that the priority is a little higher than 3, but I understand.
Hopefully someone will compile up a new one soon.
by William_firefold
Fri Oct 09, 2009 7:03 am
Forum: Good Reference Posts
Topic: Flyout left menu using Componentart.
Replies: 13
Views: 33128

Re: Flyout left menu using Componentart.

Is there any way to make it so you can mousewheel click this type of menu. I really like using tabs, and i dont think im the only one.
by William_firefold
Thu Oct 08, 2009 7:28 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Google Checkout OrderID/OrderNumber
Replies: 8
Views: 5266

Google Checkout OrderID/OrderNumber

We just realized that google checkout is using orderId instead of orderNumber. Since everything else uses ordernumber now, we would like googlecheckout to use it as well to keep things consistent. Is this a known issue, is there a fix for it? If I edit the dll file and replace orderID with orderNumb...
by William_firefold
Wed Sep 30, 2009 6:55 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Request.QueryString help needed
Replies: 6
Views: 3124

Re: Request.QueryString help needed

That fixed it.
Thanks Joe.
by William_firefold
Wed Sep 30, 2009 5:51 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Request.QueryString help needed
Replies: 6
Views: 3124

Re: Request.QueryString help needed

This is the function I am trying to create: protected string getnextpageurl() { int pager=AlwaysConvert.ToInt(Request.QueryString["p"]); return "http://new.website.com/?p="+(pager+1).ToString(); } When i used <%= getnextpageurl()%> It set the link address to this : http://new.website.com/ConLib/cust...
by William_firefold
Tue Sep 29, 2009 1:18 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Request.QueryString help needed
Replies: 6
Views: 3124

Request.QueryString help needed

I have a conlib on the frontpage which loads products 200 at a time. It uses most of the code from the "featured products" conlib with minor adjustments: protected void Page_Load(object sender, EventArgs e) { _GlobalDisablePurchase = Token.Instance.Store.Settings.ProductPurchasingDisabled; if (!stri...
by William_firefold
Wed Sep 23, 2009 6:36 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Taxes question
Replies: 0
Views: 1610

Taxes question

In our taxes report, I noticed there are 3 rows.
NC tax, sales tax, and tax.
we only have 1 tax rule in place, and that is for people who buy inside NC only.
It seems like all of the orders in the "tax" section have been edited by us in some way.
Can anyone explain all of this?
by William_firefold
Wed Sep 23, 2009 6:13 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Batch Editing
Replies: 2
Views: 1702

Re: Batch Editing

lol, maybe just groups, residential/commercial, and comment for users. adding pricing rules and volume discounts to the batch editor would be the most useful to us right now. batch editing for orders might prove useful in some cases as well, but that could possibly be the most complicated thing ever...
by William_firefold
Tue Sep 22, 2009 8:44 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: FireFold Mod: Pricing rules as % over cost of goods
Replies: 1
Views: 1446

FireFold Mod: Pricing rules as % over cost of goods

I spent the morning working on this and thought I would share. This is something I think should be included in the next version of Able. Have pricing rules be displayed as a percentage amount ABOVE the cost of goods for a product. To start, I modified these 2 methods in the admin/products/specials/e...
by William_firefold
Mon Sep 21, 2009 1:59 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Batch Editing
Replies: 2
Views: 1702

Batch Editing

Able Developers, please pass my compliments along to whoever put the legwork into the batch product editor.
Also, ask them if we can have a "volume discounts", "user", or a "pricing rules" batch editor as well.
It would be a useful addition at some point.
by William_firefold
Fri Sep 18, 2009 11:05 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.3 API documentation plz?
Replies: 13
Views: 8242

Re: 7.0.3 API documentation plz?

there are a few changes, and im not sure how many.
I am looking for the .chm because it is easily searchable and highly condensed, and i dont have to wait for page loads.

Specifically, what im looking for is the "CommerceBuilder Class Library Documentation"

any help is appreciated.
by William_firefold
Thu Sep 17, 2009 9:50 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.3 API documentation plz?
Replies: 13
Views: 8242

7.0.3 API documentation plz?

I could really use an updated API documentation file right about now.
The one i have is 7.0.0 and is a .chm file.
Does anyone have a new 703 version?
by William_firefold
Thu Sep 10, 2009 6:53 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Manual Order Placement option needed
Replies: 8
Views: 4066

Re: Manual Order Placement option needed

What about manually setting the price while placing orders through admin?
Is that even possible?
I cant think of a good way to do it so simply:
Just add the item, set its qty and price, then move on.
by William_firefold
Tue Sep 08, 2009 7:20 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.3 Order# different from OrderId
Replies: 21
Views: 25953

Re: 7.0.3 Order# different from OrderId

Thanks very much
I also think it needs a loadforordernumber method.

I have plenty of ideas of methods that should be added to the API, just let me know when you want them ;)
by William_firefold
Tue Sep 08, 2009 7:03 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.3 Order# different from OrderId
Replies: 21
Views: 25953

7.0.3 Order# different from OrderId

After we switched to 7.0.3, our order numbers got misaligned with our order Ids. So in a url we have something like this : OrderNumber=500000&OrderId=481521 We have discovered that occasionally, the next orderID gets increased by 100(If anyone has any idea why, let me know), which will keep them in ...
by William_firefold
Fri Sep 04, 2009 11:15 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Manual Order Placement option needed
Replies: 8
Views: 4066

Re: Manual Order Placement option needed

there was an address, and i cant remember where at the moment, that we needed to ship an order to. For some reason, our shipping software wouldnt pull the shipping cost. We were going to manually enter the shipping cost but the order wouldnt go to the next step without a shipping method, and we coul...
by William_firefold
Fri Sep 04, 2009 5:39 am
Forum: Good Reference Posts
Topic: Flyout left menu using Componentart.
Replies: 13
Views: 33128

Re: Flyout left menu using Componentart.

I hate to revisit this, but we put the flyout menus online yesterday, and I noticed a bug. As far as I know, it only happens in firefox 3.0. if you have it installed, you can see the problem live on FireFold.com. When you click on one of the top level categories, the item you click on pops out to th...
by William_firefold
Fri Sep 04, 2009 5:29 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Manual Order Placement option needed
Replies: 8
Views: 4066

Re: Manual Order Placement option needed

we just went online with 7.0.3 yesterday