Search found 519 matches

by sohaib
Wed May 19, 2010 5:41 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Error Message
Replies: 8
Views: 5095

Re: Error Message

Check for details in App_Data/Logs/app.log file to see if a detailed exception is logged there.
by sohaib
Thu May 06, 2010 11:45 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Basket.Package() Function - What does it do?
Replies: 4
Views: 3055

Re: Basket.Package() Function - What does it do?

Well there is no such thing as 'Package' in AbleCommerce except the name of the function Basket.Package.
The purpose of this function is to organize the basket items into default shipments in preparation for checkout.

The system only understands 'shipments'. There is no such thing as 'package'.
by sohaib
Fri Feb 12, 2010 11:17 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Straight Capture (Do we need doauthorize?)
Replies: 16
Views: 12270

Re: Straight Capture (Do we need doauthorize?)

Implementation of payment gateways has been discussed at http://wiki.ablecommerce.com/index.php/Integrating_A_Payment_Gateway. The source of the Authorize.net gateway implementation is also available for reference. ftp://ftp.ablecommerce.com/evals/AuthorizeNet.zip You can have a look at it to see ho...
by sohaib
Mon Oct 19, 2009 7:46 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Server Error in '/' Application
Replies: 8
Views: 6859

Re: Server Error in '/' Application

We are the host. The machine sits at 2-5% CPU usage, has 4 GB of RAM (with 1.4 GB free) and is plenty powerful. The symptoms of this error are that once this error occurs the application pool gets stuck. The error usually goes away on restarting the application pool (either by editing web.config or...
by sohaib
Mon Aug 17, 2009 10:02 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Captcha useless
Replies: 2
Views: 2418

Re: Captcha useless

That is because you haven't set your encryption key. Once you set the encryption key you will not see the captcha value in clear text.
by sohaib
Sat Aug 01, 2009 2:02 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Add product with kit part to cart = system falls over
Replies: 18
Views: 13925

Re: Add product with kit part to cart = system falls over

Also check error log in App_Data/Logs/app.log file
by sohaib
Sat Aug 01, 2009 2:01 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Add product with kit part to cart = system falls over
Replies: 18
Views: 13925

Re: Add product with kit part to cart = system falls over

You can disable custom error pages in your web.config ... then it will show the error details on the page itself. <customErrors mode="On" defaultRedirect="~/Errors/GeneralError.aspx"> <error statusCode="404" redirect="~/Errors/PageNotFound.aspx" /> </customErrors> change to <customErrors mode="Off" ...
by sohaib
Sat Aug 01, 2009 1:26 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Helpdesk Ticket Manager Plugin?
Replies: 1
Views: 1911

Re: Helpdesk Ticket Manager Plugin?

There is a helpdesk CRM plugin by Gumtree Solutions
http://gumtreesolutions.com/index.aspx
by sohaib
Sat Aug 01, 2009 1:20 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Add product with kit part to cart = system falls over
Replies: 18
Views: 13925

Re: Add product with kit part to cart = system falls over

Can you reproduce this on a standard un-customized store?
Could this be because of some of your customizations?
by sohaib
Thu Jul 30, 2009 7:31 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Admin placing an order - error with Volume Discounts
Replies: 24
Views: 20875

Re: Admin placing an order - error with Volume Discounts

So.. was it a bug?
No. Your basket object was referring to old object. You had to have a reference of the new basket.
by sohaib
Thu Jul 30, 2009 6:58 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Admin placing an order - error with Volume Discounts
Replies: 24
Views: 20875

Re: Admin placing an order - error with Volume Discounts

protected void CustomerLookupButton_Click(object sender, EventArgs e) { int userId = UserDataSource.GetUserIdByEmail(CustomerEmail.Text); if (userId > 0) { //_Basket.UserId = userId; User user = UserDataSource.Load(userId); Basket.Transfer(_Basket.UserId, user.UserId); //make sure that basket for n...
by sohaib
Thu Jul 30, 2009 6:22 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Admin placing an order - error with Volume Discounts
Replies: 24
Views: 20875

Re: Admin placing an order - error with Volume Discounts

I think what you need to do is something like this protected void CustomerLookupButton_Click(object sender, EventArgs e) { int userId = UserDataSource.GetUserIdByEmail(CustomerEmail.Text); if (userId > 0) { //_Basket.UserId = userId; User user = UserDataSource.Load(userId); Basket.Transfer(_Basket.U...
by sohaib
Thu Jul 30, 2009 1:51 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Admin placing an order - error with Volume Discounts
Replies: 24
Views: 20875

Re: Admin placing an order - error with Volume Discounts

method with two parameters is just this

Code: Select all

        public static void Transfer(int sourceId, int targetId)
        {
            Transfer(sourceId, targetId, false);
        }
by sohaib
Wed Jul 29, 2009 10:33 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Admin placing an order - error with Volume Discounts
Replies: 24
Views: 20875

Re: Admin placing an order - error with Volume Discounts

Basket transfer is simple. I don't see why it should be causing any issues. public static void Transfer(int sourceId, int targetId, bool transferEmptyBasket) { if (sourceId != targetId) { //GET THE DEFAULT BASKET FOR THE SOURCE USER BasketCollection sourceBaskets = BasketDataSource.LoadForUser(sourc...
by sohaib
Wed Jul 08, 2009 9:56 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: UPS ONLINE TOOLS RATES
Replies: 10
Views: 7348

Re: UPS ONLINE TOOLS RATES

A 40lb shipment will be split in two packages of 20lb each.
by sohaib
Wed Jul 08, 2009 1:56 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: UPS ONLINE TOOLS RATES
Replies: 10
Views: 7348

Re: UPS ONLINE TOOLS RATES

In 7.0.3 you can configure the max package weight on gateway configuration page. The default for UPS is 150. You can set it to 70 or whatever you like.
by sohaib
Tue Jul 07, 2009 11:38 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: UPS ONLINE TOOLS RATES
Replies: 10
Views: 7348

Re: UPS ONLINE TOOLS RATES

You can enable debug mode for UPS shipping provider... then in App_Data/Logs you will have a log file of communication that takes place between AC and UPS server. There in the log you might be able to figure out whether AC is splitting package after 70lbs or 150lbs. Btw also check your store's weigh...
by sohaib
Tue Jul 07, 2009 10:53 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: UPS ONLINE TOOLS RATES
Replies: 10
Views: 7348

Re: UPS ONLINE TOOLS RATES

When weight of a shipment exceeds the maximum carrier weight supported for a shipment AbleCommerce splits the shipment into multiple packages. I think the maximum weight for a package for UPS Online tools is 150lbs. There is no conclusive way of determining the actual package split that will take pl...
by sohaib
Thu Jun 25, 2009 6:09 am
Forum: 7.0 DataPort
Topic: How about letting this group beta 7.0.3 DataPort
Replies: 37
Views: 33145

Re: How about letting this group beta 7.0.3 DataPort

Logan_AbleCommerce wrote:I think the largest store export I ever saw was 135MB. XML is not very compact.
and the largest that I saw was 192MB ...
Naveed has seen some files greater than 200MB as well
by sohaib
Thu Jun 25, 2009 5:33 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Fedex and Integrated Carrier Questions
Replies: 5
Views: 3422

Re: Fedex and Integrated Carrier Questions

The shipping provider methods take either a shipment object or BasketItem collection and calculates shipping rate for them. You will probably do something like this CommerceBuilder.Shipping.Providers.FedEx.FedEx fedex = new CommerceBuilder.Shipping.Providers.FedEx.FedEx(); //Initialize the following...
by sohaib
Thu Jun 25, 2009 5:23 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Fedex and Integrated Carrier Questions
Replies: 5
Views: 3422

Re: Fedex and Integrated Carrier Questions

You will have to directly access FedEx provider to get rates. You will have to create shipments on the fly send the request to FedEx provider to get the rates and then include those rates in the email to be sent to the vendor.
by sohaib
Thu May 21, 2009 10:36 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Just started getting this Google Checkout Error
Replies: 6
Views: 5347

Re: Just started getting this Google Checkout Error

System should be able to tell GC that invalid shipping destination is selected... but the billing address may not necessarily be considered invalid because of this.... also at least the countries should be present in the database even if not supported. You would certainly not want to discourage a cu...
by sohaib
Thu May 21, 2009 8:52 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Just started getting this Google Checkout Error
Replies: 6
Views: 5347

Re: Just started getting this Google Checkout Error

Can you check if country code 'CA' exists in your ac_Countries table?
by sohaib
Wed May 06, 2009 9:40 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Google Checkout Issues
Replies: 17
Views: 9307

Re: Google Checkout Issues

Sign into your GoogleCheckout merchant account.
Click the Integration link on the Settings tab.
Click the link to view Advanced settings and uncheck the box next to
"Require notification acknowledgments to specify the serial number of the notification."