Search found 519 matches

by sohaib
Tue Dec 23, 2008 7:14 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: System.NullReferenceException Error
Replies: 10
Views: 8647

Re: System.NullReferenceException Error

Hello, Can you please post information from Help->About on which version and build number you are using? Also please let me know if there are any customizations you have made. Can you also please describe the setup of your taxes? Can you reproduce the problem with an anonymous user? Can you reproduc...
by sohaib
Thu Dec 18, 2008 1:18 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Anonymous Users and the Users Table
Replies: 7
Views: 3716

Re: Anonymous Users and the Users Table

Hello DanielFung I am sorry I couldn't understand everything in your last message but based on your second last post, I understand you want to know that when you hit the store for the first time where is the code that creates the anonymous user and is there a way to intercept that code without API s...
by sohaib
Thu Dec 18, 2008 11:33 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Integrate Basket.aspx
Replies: 2
Views: 1954

Re: Integrate Basket.aspx

Can you please explain how you have setup your project and how do you want to include only the 'Basket.apsx' page to your project? I would have started by creating a Web Site for AC7 in IIS and then I would have chosen in my existing VS solution File->Add->Existing Web Site and selected the newly cr...
by sohaib
Thu Dec 18, 2008 5:46 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: shipping estimation
Replies: 2
Views: 2009

Re: shipping estimation

This question was posted here earlier http://forums.ablecommerce.com/viewtopic.php?f=42&t=9295 It has been requested to you before not to post multiple posts for the same question. It is unfortunate that you are habitually posting multiple posts about the same question. Here are other examples of do...
by sohaib
Thu Dec 18, 2008 5:27 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Gift Certificate Activation
Replies: 5
Views: 3251

Re: Gift Certificate Activation

This has been fixed in our development (and will be available in 7.2) ... but a workaround for now could be to write some custom code in 'CheckedOut' event handler on 'One Page Checkout' page.
by sohaib
Tue Dec 16, 2008 10:24 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Google Checkout problem
Replies: 26
Views: 17945

Re: Google Checkout problem

So, should I go ahead and post a bug for this issue then? Yes sure. I do consider it a bug. Btw ... I am wondering if anyone of you have used 'Cancel', 'Refund', 'Charge' etc and verified if it works two-way between AC and GC (as it is supposed to)? Brandon reports that it is not working for him .....
by sohaib
Tue Dec 16, 2008 9:47 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Google Checkout problem
Replies: 26
Views: 17945

Re: Google Checkout problem

1) send an API command to AC when tracking information is entered in GC Merchant Account and vise versa. I have looked at our GC implementation again and this is also implemented. AC can receive tracking data when order is shipped from GC Merchant Console. Similarly AC sends tracking information wh...
by sohaib
Tue Dec 16, 2008 9:45 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Google Checkout problem
Replies: 26
Views: 17945

Re: Google Checkout problem

1) send an API command to AC when tracking information is entered in GC Merchant Account and vise versa. This one I know is not implemented because at the time when we implemented GC (more than a year ago) it was not part of GC API. 'Edit' : This is also implemented. See the next message 2) send an...
by sohaib
Tue Dec 16, 2008 9:10 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: SSL problem
Replies: 23
Views: 14221

Re: SSL problem

Well this is strange. I don't think this is the normal behavior...
May be Logan can comment on this...
by sohaib
Tue Dec 16, 2008 9:04 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Google Checkout problem
Replies: 26
Views: 17945

Re: Google Checkout problem

Google Checkout for AC7 is full level2 compliant as far as I know. The problem you are reporting could possibly be a bug. It is certainly not a consequence of level2 non-compliance. I have reviewed the GoogleCheckout code again and as far as I see the case you describe above should work correctly. P...
by sohaib
Tue Dec 16, 2008 8:20 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: AC7 Locking Up at Checkout .... please help!
Replies: 3
Views: 2516

Re: AC7 Locking Up at Checkout .... please help!

Given the information available we can only make wild guesses. Do you see any errors in the Error Log? Also check App_Data/Logs/app.log and see if there are any exceptions/errors logged there... Try to reproduce the problem on your site yourself so that you have better idea what is happening. If you...
by sohaib
Tue Dec 16, 2008 8:13 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: SSL problem
Replies: 23
Views: 14221

Re: SSL problem

In your App_Data/ablecommerce.config file you will find something like this <securePages enabled="true" ignoreHandlers="WithStandardExtensions"> <directories> <add path="Admin" recurse="true" /> <add path="Members" recurse="true" /> <add path="Checkout" recurse="true" /> <add path="FCKeditor" recurs...
by sohaib
Tue Dec 16, 2008 8:02 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: implement USPS
Replies: 4
Views: 3013

Re: implement USPS

Please first acquaint yourself with what shipping providers are and what they are used for. http://help.ablecommerce.com/mergedProjects/ablecommerce7/configure/shipping/configure_shipping.htm http://help.ablecommerce.com/mergedProjects/ablecommerce7/configure/shipping/gateways/shipping_gateways.htm ...
by sohaib
Mon Dec 15, 2008 1:21 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: List of All E-Mails sent out by System
Replies: 5
Views: 3151

Re: List of All E-Mails sent out by System

You could probably achieve this by using a certain email address for all messages sent from Ablecommerce and use your mail server to have a look at all the messages sent through that account.
by sohaib
Fri Dec 12, 2008 9:49 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: multiple discounts not being added to basket
Replies: 7
Views: 3754

Re: multiple discounts not being added to basket

In that case, I think the client should define the new discount as a total of the two discounts. i.e; 15%.
by sohaib
Fri Dec 12, 2008 9:37 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: multiple discounts not being added to basket
Replies: 7
Views: 3754

Re: multiple discounts not being added to basket

When there are two or more discounts that are applicable to a product at the same time the discount that is higher will be taken into consideration. More than one discounts can become applicable only if you define discounts as such. Why would you define a 5% discount and 15% discount to be applicabl...
by sohaib
Fri Dec 05, 2008 8:02 am
Forum: AbleCommerce Hosting and Development Providers
Topic: Web2Market now has a quick order plugin available for AC 7
Replies: 1
Views: 10796

Re: Web2Market now has a quick order plugin available for AC 7

Hello Steve,

There is a special forum for AC7 Plugins and Enhancements in AC7 section. This may get more audience and visibility there.
by sohaib
Fri Dec 05, 2008 2:20 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Can't connect to cart outside of local host...
Replies: 13
Views: 6129

Re: Can't connect to cart outside of local host...

I am running on server 2008 and I was getting String or binary data would be truncated. The statement has been terminated. when I just went to the front page of the site. I could get to the site fine from other machines but not from a browser on the server. Turns out that the RemoteIP field in the ...
by sohaib
Tue Dec 02, 2008 1:22 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Do I need API Source?
Replies: 2
Views: 2138

Re: Do I need API Source?

1) Could I possibly do this without buying the API source?
Yes you can.... and in my opinion you should take this approach.
2) If I did buy the API source, would there still be DLL's that I don't have source for?
The code that handles licensing part would not be available.
by sohaib
Thu Nov 27, 2008 2:04 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: <title> and <meta> tags - again
Replies: 47
Views: 31535

Re: <title> and <meta> tags - again

I wasn't blaming my drop on the meta tags and title layout, but "why not?" have them shown that way? It must be something too difficult because it otherwise just doesn't make any sense. It definitely wouldn't hurt... I agree. Mazhar will have a look at this and provide a workaround if possible. Wha...
by sohaib
Wed Nov 26, 2008 12:49 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: <title> and <meta> tags - again
Replies: 47
Views: 31535

Re: <title> and <meta> tags - again

Anyways, for whatever reason I dropped, I still need to find a way to list the <title> and <meta> tags in their traditional way. Look at these tags from the AC 7 demo site, this is just sloppy. <link href="App_Themes/Glass_SilverAge/ComponentArt.css" type="text/css" rel="stylesheet" /><link href="A...
by sohaib
Fri Nov 21, 2008 10:39 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Where can I find CategoryGridPage4.aspx
Replies: 6
Views: 3580

Re: Where can I find CategoryGridPage4.aspx

Which build of AC7 are you using?
You can find out the build information from Help -> About page
by sohaib
Fri Nov 21, 2008 7:21 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Can we Reinstall with same licence key
Replies: 1
Views: 1459

Re: Can we Reinstall with same licence key

There is no difference between installation and re-installation in your case.

Just install AC on http://www.atulkhare.com like you installed for the first time. When it asks for the license key provide the license key that was given to you.
by sohaib
Fri Nov 21, 2008 7:16 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: paypal query
Replies: 1
Views: 1676

Re: paypal query

There are two other posts where you asked the same thing and you were referred to the documentation page. http://help.ablecommerce.com/mergedProjects/ablecommerce7/configure/payments/gateways/paypal.htm It would be more helpful if you spend some time reading the documentation carefully and trying to...