Search found 23 matches

by b3n
Wed Oct 24, 2012 9:26 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Entered wrong licence key, can't change
Replies: 4
Views: 4457

Re: Entered wrong licence key, can't change

Thanks for the pointers, I've double checked the cache and it's definitely not that (tried another browser too) and I can't navigate to that URL unfortunately because the shop uses a modified log in process which authenticates against an external source. This means the admin login form doesn't work....
by b3n
Mon Oct 22, 2012 5:31 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Entered wrong licence key, can't change
Replies: 4
Views: 4457

Entered wrong licence key, can't change

In the process of trying to run my development copy of the shop (on localhost) I managed to enter the wrong licence key and get redirected to the wrong store URL. I deleted the key and went back to localhost/Install/Updatekey.aspx and entered the correct key, but the store is still forwarding to the...
by b3n
Tue Sep 25, 2012 3:31 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Noise/Stop Words & Search
Replies: 0
Views: 3326

Noise/Stop Words & Search

Another one of those 'what could I be doing wrong?' questions here I'm afraid. We're trying to get search working properly and to do that it seems we need to remove the 'noise' words from SQL Server, and then remove them from App_Data/stopwords.txt (as detailed here: http://wiki.ablecommerce.com/ind...
by b3n
Tue May 01, 2012 7:59 am
Forum: PCI Certification and Implementation Questions
Topic: PCI-DSS Security Vulnerability in .NET <all versions>
Replies: 4
Views: 18226

PCI-DSS Security Vulnerability in .NET <all versions>

One of our clients has recently run into a problem with their scanning company, whereby a pre-existing vulnerability has been upgraded to a serious threat, which is causing Able to fail the PCI-DSS scan. Specifically, the vulnerability is with the ValidateRequest feature of ASP ( see here, from 2008...
by b3n
Wed Dec 21, 2011 6:37 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Email Addresses with Apostrophes?
Replies: 2
Views: 4047

Email Addresses with Apostrophes?

I recently learned that email addresses with apostrophes in are perfectly valid (according to the RFC document which covers such things) however Able doesn't seem to like them - attempting to sign in with an email with an apostrophe just returns a user not found message. Has anyone had any experienc...
by b3n
Thu Sep 01, 2011 9:26 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Coupons & Tax [RESOLVED]
Replies: 2
Views: 2011

Re: Coupons & Tax

Ahh, I didn't know that, thanks jmestep. I've managed to put together a new TaxProvider that works the way I need now; couldn't find any other way round it, for anyone else having the same issue.
by b3n
Tue Aug 30, 2011 9:43 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Coupons & Tax [RESOLVED]
Replies: 2
Views: 2011

Coupons & Tax [RESOLVED]

Couldn't find anything relevant with my search skills, but this seems too glaring an issue to not have come up before so I apologise if it's been discussed already. Basically, I'm trying to figure out why Coupons dno't quite work as I'd expect; for example, an item costs £5 and is subject to 20% VAT...
by b3n
Wed Jun 29, 2011 6:19 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Browser 'back' Button During Checkout?
Replies: 2
Views: 2423

Re: Browser 'back' Button During Checkout?

Thanks for the link s_ismail but I really want to disable the back button - for example, trying to use the back button during the eBay Checkout process causes an error, which is good (in a way!), but using it during the Able Checkout just seems to duplicate the order... I'm personally more experienc...
by b3n
Thu Jun 23, 2011 2:06 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Browser 'back' Button During Checkout?
Replies: 2
Views: 2423

Browser 'back' Button During Checkout?

Has anyone looked into the possible problem of customers using the back button during/following the Checkout process to step back and place multiple orders for items that should only be allowed once per user? This is the only way I can think that would let people order multiple items invalidly.
by b3n
Wed Jun 22, 2011 4:50 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Unable to access Tax Settings
Replies: 2
Views: 2236

Re: Unable to access Tax Settings

Sorry to drag this thread up but it's the only result for a forum search of 'ShowShopPriceWithTax' and the OP's exact issue has suddenly and inexplicably started happening when I try to run our local test shop in debug from VS2010... Unlike other random errors a restart hasn't cleared it so I'm a bi...
by b3n
Wed May 25, 2011 3:53 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Payment auth failed, but history shows payment completed?
Replies: 0
Views: 2091

Payment auth failed, but history shows payment completed?

I'm trying to diagnose an issue on our shop where orders are being marked as Completed but at the same time are showing Capture Failed in the payment status and a full unprocessed balance. We're using the ProtxProvider payment gateway and, although I'm struggling to fully understand the checkout/pay...
by b3n
Thu Dec 23, 2010 8:48 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Bad error if user doesn't exist in ac_Users...?
Replies: 4
Views: 2772

Re: Bad error if user doesn't exist in ac_Users...?

Sorry for digging up an old thread but I think this is related... So I took care of the 'User doesn't exist' error and it turns out it was a result of the combination of server software we were using and the latest version of Able and switching to .NET 3.5. I'm pretty confident that this is the case...
by b3n
Tue Dec 07, 2010 3:08 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Bad error if user doesn't exist in ac_Users...?
Replies: 4
Views: 2772

Bad error if user doesn't exist in ac_Users...?

Hi Has anyone come across the following error when trying to login with a non-existent user? We recently moved to .NET 3.5 but I can't be sure this has anything to do with it as a reference copy we have running on 2.0 throws the same message. It does strike me as odd though that an extremely frequen...
by b3n
Thu Nov 11, 2010 5:21 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Two shops on one server?
Replies: 9
Views: 5121

Re: Two shops on one server?

Is there any other copy of order confirmation Email template or check if you are using Order Placed trigger with any other Email template in your system. It could be the case that you have more then one Email templates associated with one trigger. Unfortunately not :( It's looking more and more lik...
by b3n
Wed Nov 10, 2010 6:29 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Two shops on one server?
Replies: 9
Views: 5121

Re: Two shops on one server?

mazhar wrote:Well did you modified any part of the website to send any manual Email through code? What happens if you detach all triggers from order confirmation EMail and then place some demo order?
Not to my knowledge; but if I detach all the triggers I still get the confirmation email (x1) as expected...?
by b3n
Mon Nov 08, 2010 5:27 am
Forum: Feature Requests
Topic: 3D Secure Integration
Replies: 5
Views: 7822

Re: 3D Secure Integration

Hi Rob

I'm looking at integrating 3D Secure in the next few weeks, do you have any pointers you can share? It would be greatly appreciated.

Thanks
Benjamin
by b3n
Mon Nov 08, 2010 4:23 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Two shops on one server?
Replies: 9
Views: 5121

Re: Two shops on one server?

The mystery continues - after managing to get the upgrade script (7.0.5) to run by working on another duplicate of the live (7.0.1) shop database, everything is looking good. However, the site's now developed a strange bug whereby order confirmation and order failure emails are being sent out twice....
by b3n
Sun Nov 07, 2010 7:40 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Two shops on one server?
Replies: 9
Views: 5121

Re: Two shops on one server?

Right, republishing seems to have got everything running, great! Unfortunately, now I'm trying to run the database upgrade script and I'm getting a similar error to this . My exact error runs as follows: o o o o o o o o o o o o o o o o oo o o x o o x o x o o o o o o o o o o o o o o o o o o o o o x o...
by b3n
Sun Nov 07, 2010 5:23 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Two shops on one server?
Replies: 9
Views: 5121

Re: Two shops on one server?

Well, I've tried all those suggestions and I'm still getting the same error - any ideas on what I could be missing?
by b3n
Tue Nov 02, 2010 9:40 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Two shops on one server?
Replies: 9
Views: 5121

Two shops on one server?

Hi all I'm getting the following error when trying to load up an Able Commerce site - there's another Able Commerce site running on this server, could that be causing any problems? Compilation Error Description: An error occurred during the compilation of a resource required to service this request....
by b3n
Fri Sep 10, 2010 1:35 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.1 -> 7.0.5 Upgrade - No ShopFormatedPrice() Function?
Replies: 8
Views: 4024

Re: 7.0.1 -> 7.0.5 Upgrade - No ShopFormatedPrice() Function?

jmestep wrote:I don't use Publish website since there is no need for that.
How so? I presumed I could 'Publish' to the live IIS server and 'Debug' to test out changes I 'm making. Is there a correct way of doing this?
by b3n
Thu Sep 09, 2010 3:01 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.1 -> 7.0.5 Upgrade - No ShopFormatedPrice() Function?
Replies: 8
Views: 4024

Re: 7.0.1 -> 7.0.5 Upgrade - No ShopFormatedPrice() Function?

That's all the pointing I need I hope; I've got it to at least publish now and I can go through and look at what differences there are in the files, as you say, and merge them in.

Thanks for your time, sorry for being so vague/clueless haha. Maybe next time I'll have a question that'll stretch you :D
by b3n
Wed Sep 08, 2010 1:37 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.1 -> 7.0.5 Upgrade - No ShopFormatedPrice() Function?
Replies: 8
Views: 4024

7.0.1 -> 7.0.5 Upgrade - No ShopFormatedPrice() Function?

Hi Bit of a beginner to all this so please bear with me haha. I recently had the good luck to pick up where a previous developer finished up on an AbleCommerce shop and help manage the issues that have cropped up over the past months and years. One of the key points to tackle was upgrading to the la...