Search found 151 matches

by efficiondave
Wed Mar 30, 2011 10:39 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Taxes for Pickup orders
Replies: 12
Views: 9805

Re: Taxes for Pickup orders

Mazhar, I've followed your steps and checked it through the debugger and I've got it successfully going to this line: return new CommerceBuilder.Common.LSDecimal(22.5m); But, the Tax Amount is still 0. Is there something more I need to do to get the calculated amount applied? The standard tax calcul...
by efficiondave
Mon Jan 03, 2011 5:09 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Taxes for Pickup orders
Replies: 12
Views: 9805

Re: Taxes for Pickup orders

Mazhar, Still waiting for a response...
by efficiondave
Tue Dec 14, 2010 2:47 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Taxes for Pickup orders
Replies: 12
Views: 9805

Re: Taxes for Pickup orders

Could you expand on the Mazhar? I'm not really clear on what you're proposing...

Currently, it bases the taxes on the Billing Address. But there are times when the person purchasing the item in the store has a Credit Card with a Billing Address in another state.
by efficiondave
Fri Nov 26, 2010 10:53 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Shipping: Vary By Cost:Calculating against total & sub-total
Replies: 9
Views: 5970

Re: Shipping: Vary By Cost:Calculating against total & sub-total

I'm using 7.0.4. And yes, we are seeing the problem when coupons are used. Is there anything that can be done to fix this in a 7.0.4 build? We've customized the store pretty heavily so upgrading to 7.0.5 could be challenging.
by efficiondave
Wed Nov 24, 2010 2:04 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Shipping: Vary By Cost:Calculating against total & sub-total
Replies: 9
Views: 5970

Shipping: Vary By Cost:Calculating against total & sub-total

We've got a "Vary By Cost" formula setup for calculating the shipping cost based on the order sub-total. The problem is AbleCommerce sometimes calculates against the sub-total (good) and sometimes calculates against the total (bad). I'm not sure if this is due to a customization we made or if this i...
by efficiondave
Wed Nov 24, 2010 1:59 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Taxes for Pickup orders
Replies: 12
Views: 9805

Taxes for Pickup orders

Our client allows customers to pickup items from their retail location. We've implemented the pickup option but we still need to figure out a way to make AbleCommerce always apply sales tax when the Pickup option is selected. Is there any way to do this?
by efficiondave
Wed Nov 10, 2010 4:20 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: How to block both a coupon and discount from both being used
Replies: 0
Views: 3049

How to block both a coupon and discount from both being used

I know you can set it up so you can't use two coupons for an order, but we need a way to stop the combination of coupons and other discounts as well. Example, if people use the buy 3, get 1 free volume discount, we don't want them to also be able to get free shipping for orders over $100. In the ter...
by efficiondave
Mon Nov 01, 2010 11:12 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Google Analytics Numbers way off
Replies: 1
Views: 1685

Google Analytics Numbers way off

I just did a comparison of the PageViews being reported by AbleCommerce vs Google Analytics for one of our sites. AbleCommerce is reporting 59,027 pageviews for a 15 day period. Google Analytics is reporting 21,467 pages for the same period. From what I've read, you should expect GA numbers to be ar...
by efficiondave
Tue Sep 28, 2010 3:22 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: DB Connection String
Replies: 19
Views: 23555

Re: DB Connection String

off topic, but if that's the goal, you need to move the data feeds out of App_Data so they can be accessed by feed crawlers like Google's.
by efficiondave
Tue Sep 28, 2010 3:04 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: DB Connection String
Replies: 19
Views: 23555

Re: DB Connection String

Perfect! That's what I needed.

I was skeptical that would work since the connection string isn't actually in the web.config but the web.config does point ConfigurationManager to the database.config file and that's what it needed.

Thanks!
by efficiondave
Tue Sep 28, 2010 12:39 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: DB Connection String
Replies: 19
Views: 23555

Re: DB Connection String

Is there any way to programmatically access the connectionstring?
by efficiondave
Tue Aug 03, 2010 2:11 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Emails: From Name different from email address
Replies: 2
Views: 3142

Emails: From Name different from email address

How can we specify a From Name for emails. Currently the From Name is set to the email address, i.e. info@mycompany.com. We've tried specifying the address as:
MyCompany <info@mycompany.com>

but AbleCommerce didn't like that.
by efficiondave
Thu May 27, 2010 2:07 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Amending default product page title.
Replies: 10
Views: 8098

Re: Amending default product page title.

This still limits you to static text and product name. We really need the ability to customize this for each product and category. I see there is a wiki article on this but I'm not sure it would work quite right, it seems to be missing some stuff. http://wiki.ablecommerce.com/index.php/How_do_I_add_...
by efficiondave
Fri Apr 16, 2010 2:53 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Customizing the Googlebase Data Feed
Replies: 2
Views: 1707

Customizing the Googlebase Data Feed

I want to make a minor customization to the GoogleBase data feed but digging around in the code a bit it looks like the provider is in the closed CommerceBuilder code. We just want to be able to add a word before the product name/title. Anyone know if there's an easy way to do this without buying fu...
by efficiondave
Tue Mar 30, 2010 11:03 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: GoogleBase Data Feed access in 7.0.4
Replies: 1
Views: 1491

GoogleBase Data Feed access in 7.0.4

I'm trying to setup GoogleBase to automatically pull down my data feed on a weekly basis. It's easy to setup GoogleBase to pull your feed on a weekly basis but with version 7.0.4, the feeds were put under the App_Data folder and it doesn't appear that they can be accessed from the outside (by Google...
by efficiondave
Wed Mar 03, 2010 5:30 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: UPS does not ship to PO Box
Replies: 6
Views: 4693

Re: UPS does not ship to PO Box

We're having this problem too. This is really something that should be part of able commerce by now.
by efficiondave
Thu Jan 28, 2010 12:35 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: ac_CouponCombos
Replies: 3
Views: 2163

Re: ac_CouponCombos

Any more info on this. We'd really like the ability to let some users enter a single coupon code and get the order for free (no shipping, no tax, no nothin) for promotional purposes. Currently, they have to enter two couple codes. I'm hoping the Coupon Combo piece might allow me to combine different...
by efficiondave
Mon Jan 18, 2010 5:57 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Credits for users
Replies: 0
Views: 1489

Credits for users

We need a way to add credits to accounts. Coupon Codes are not going to work for all cases. For example, I might need to give someone a credit for an incorrect order or to thank them for something. I say on the Gallery page that we will give users a $25 credit if we feature their child. What if they...
by efficiondave
Wed Nov 25, 2009 7:45 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Stop the combining of items with same SKU in shopping cart
Replies: 2
Views: 1610

Stop the combining of items with same SKU in shopping cart

We've added a special personalization step to our system and it's working fine except that when a user orders two of the same items with different personalizations, AbleCommerce is combining both items into one and setting the quantity to 2. Is there anyway to prevent this without getting the full s...
by efficiondave
Fri Nov 13, 2009 4:29 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Sales Data not updating
Replies: 2
Views: 1692

Re: Sales Data not updating

That was easy, thanks! To make non-shipped Orders appear in these views:

1.) Go to the Configure->Order Statuses
2.) Edit the Payment Pending status
3.) Check the "Include in Report" checkbox and hit save.
by efficiondave
Fri Nov 13, 2009 12:50 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Sales Data not updating
Replies: 2
Views: 1692

Sales Data not updating

We're running version 7.1 and the "Sales Data" and "Sales Over Time" data isn't updating. It's currently show sales through the 9th (4 days ago) but not any of the Sales from the last 3 days. Hitting "Refresh" has no impact. How often is this data supposed to update. Is this a known issue with 7.1. ...
by efficiondave
Thu Sep 10, 2009 9:31 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Available Flag for Variants in 7.0.1
Replies: 11
Views: 4553

Re: Available Flag for Variants in 7.0.1

I don't have a support contract for the site where I need this fix. But since this is an acknowledged bug, it seems I should be able to get the fix. How will that work?
by efficiondave
Thu Sep 10, 2009 8:12 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Available Flag for Variants in 7.0.1
Replies: 11
Views: 4553

Re: Available Flag for Variants in 7.0.1

This is a serious bug in your system and I can't get a response on it to either my support case or to this forum thread?!?