Search found 53 matches

by moustafa
Tue Feb 26, 2013 8:28 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Help: Sold More than InStock
Replies: 3
Views: 3346

Help: Sold More than InStock

Hi, We sell clothing and track variants. It works like a charm pretty much all of the time. You set the inventory count to 1, for example, for a particular colour/size of an item, and, once 1 of them are sold, you can no longer buy it. However, last week, we double sold an item with an inventory cou...
by moustafa
Tue Nov 20, 2012 3:10 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Help! Yellow Screen of Death
Replies: 1
Views: 2542

Help! Yellow Screen of Death

Hi, We're getting the following yellow screen of death with our AC installation: Server Error in '/' Application. Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more...
by moustafa
Tue Nov 13, 2012 7:39 pm
Forum: AbleCommerce Hosting and Development Providers
Topic: Needed: Dedicated Hosting with Unlimited Access to DB
Replies: 2
Views: 12261

Needed: Dedicated Hosting with Unlimited Access to DB

Hi, I'm looking to move one of my AC 7 sites to a new host with dedicated hosting. This is a site with about 450 GB of bandwidth per month. I want people who have truly 24x7 access and can recover from backup in a moment's notice. We also heavily modify our sites, so I need unlimited access to the D...
by moustafa
Mon Oct 22, 2012 4:49 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Strange errors since moving to 7.0.5
Replies: 12
Views: 12817

Re: Strange errors since moving to 7.0.5

Yes, I'm sure. I'm running four AC stores and I'm quite familiar with how inventory management should work.
by moustafa
Mon Oct 22, 2012 4:39 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Strange errors since moving to 7.0.5
Replies: 12
Views: 12817

Re: Strange errors since moving to 7.0.5

Has anyone found a resolution? For one of my stores, I'm getting this error a lot. Here's my stack trace: ERROR 2012-10-17 09:42:15,956 1772501ms Object a - Error adjusting inventory levels for order number 96 System.ArgumentException: An item with the same key has already been added. at System.Thro...
by moustafa
Mon Jul 09, 2012 4:18 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: How to Expose C# Values in Nvelocity
Replies: 1
Views: 10606

How to Expose C# Values in Nvelocity

Hi, We're doing some custom programming and need to expose some variables through Nvelocity. If it was just the case of using the data in scriptlets, I could get around that by writing a simple control. While this would be overkill, it would work. However, I have no idea how to expose values from C#...
by moustafa
Fri Jul 06, 2012 2:50 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Sudden DLL Error
Replies: 2
Views: 12793

Re: Sudden DLL Error

Thanks for the response.

On the surface, this doesn't seem to address the problem at hand. All DLL's are in the same folder and only one had this problem.
by moustafa
Wed Jul 04, 2012 3:15 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Sudden DLL Error
Replies: 2
Views: 12793

Sudden DLL Error

Hi, We've had a site running for years, and we upgraded it May 21 of this year. It was running fine. All of a sudden, this morning, we got the error below. I got around the problem by renaming the DLL, which worked since we don't use it anyway. However, why would such a thing happen? (We're on a sha...
by moustafa
Wed Jun 27, 2012 3:56 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Token.Instance.UserId vis-a-vis PayPal Express Checkout
Replies: 2
Views: 6908

Re: Token.Instance.UserId vis-a-vis PayPal Express Checkout

Thanks, this worked great. I just NULL'd the PayPalId for my account and it brought up the correct payment methods.
by moustafa
Wed Jun 27, 2012 3:18 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Skipping Payment Option During Checkout
Replies: 4
Views: 6643

Re: Skipping Payment Option During Checkout

There's one more fix that needs to be made to ConLib/PaymentPage.ascx.cs. The code should look like this: case PaymentInstrument.PhoneCall: LSDecimal orderTotal = GetBasketTotal(); if (orderTotal >= 5000) { ASP.PhoneCallPaymentForm phoneCallForm = new ASP.PhoneCallPaymentForm(); phoneCallForm.Paymen...
by moustafa
Wed Jun 27, 2012 2:47 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Token.Instance.UserId vis-a-vis PayPal Express Checkout
Replies: 2
Views: 6908

Token.Instance.UserId vis-a-vis PayPal Express Checkout

Hi there, Let's say you choose to check out with PayPal Express Checkout and then you change your mind. You'll be presented with a number of payment options on /Checkout/Payment.aspx. These payment options are those that are available for Token.Instance.UserId. I have the following questions: 1. I n...
by moustafa
Wed Jun 27, 2012 11:51 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Token.Instance.UserId vis-a-vis PayPal Express Checkout
Replies: 1
Views: 2888

Token.Instance.UserId vis-a-vis PayPal Express Checkout

Hi there, Let's say you choose to check out with PayPal Express Checkout and then you change your mind. You'll be presented with a number of payment options on /Checkout/Payment.aspx. These payment options are those that are available for Token.Instance.UserId. I have the following questions: 1. I n...
by moustafa
Wed Jun 20, 2012 4:38 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Skipping Payment Option During Checkout
Replies: 4
Views: 6643

Re: Skipping Payment Option During Checkout

BTW, this worked like a charm. In AC, it's possible to change the display name of the payment method, so instead of "Phone", I called it "Wholesale". I just needed to change one bit of text in /Checkout/PaymentForms/PhoneCallPaymentForm.ascx to fix the display message during checkout. Thanks again. ...
by moustafa
Sun Jun 17, 2012 5:17 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Skipping Payment Option During Checkout
Replies: 4
Views: 6643

Skipping Payment Option During Checkout

Hi, We want to offer the ability to have wholesale customers (those who order above a certain dollar value) check out without entering payment information, firstly b/c they typically pay via wire xfer and secondly b/c we offer manual discounts on certain items that can't be easily reflected in AC's ...
by moustafa
Sun May 20, 2012 6:18 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Major Caveat in Demo Mode for non-US Sites
Replies: 1
Views: 2404

Major Caveat in Demo Mode for non-US Sites

Hi, We are developing a site that is specific to a country other than the USA. It's still in demo mode. When doing a test with a live credit card (which can be done in demo mode, but the AVS will fail), I kept getting the following error: "Object reference not set to an instance of an object" from w...
by moustafa
Sun May 06, 2012 4:24 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Variant-Specific Category Pages
Replies: 2
Views: 2334

Variant-Specific Category Pages

Hi,

We sell clothes in a variety of sizes. I want to make a page that is specific to, say, XL items, that will take items from all categories that are available in this size. I know this can be programmed, but is there any way to do with without programming?

Thanks,
Moustafa
by moustafa
Mon Feb 27, 2012 11:46 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Help: DB Error Upon Launching Mirror Site
Replies: 2
Views: 1967

Help: DB Error Upon Launching Mirror Site

Hi, We have had a bunch of design work done to our site on a dev server. In order to test it out before going live, I took the new code and pointed it at the live site's DB. It worked fine, except that it still looked like the old site (b/c the Theme, Content Page, Display Page, etc. are stored in t...
by moustafa
Thu Feb 16, 2012 7:58 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: $User.FirstName not parsing
Replies: 6
Views: 5820

Re: $User.FirstName not parsing

OK, so I guess it'll have to do. Maybe I'll add some logic in the future to make sure the name is defined before displaying the welcome message.

Thanks for your very helpful answers.

Moustafa
by moustafa
Wed Feb 15, 2012 12:18 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: $User.FirstName not parsing
Replies: 6
Views: 5820

Re: $User.FirstName not parsing

Thanks, this works, but requires the user to have a primary address and name set up. I didn't have this set up for my own account b/c I am an admin. After I added an address it worked fine. So the question is whether it's possible for regular customers to have an account without a primary address? I...
by moustafa
Tue Feb 14, 2012 9:29 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: $User.FirstName not parsing
Replies: 6
Views: 5820

Re: $User.FirstName not parsing

Just to clarify, it literally displays "$User.FirstName" instead of the customer's name.
by moustafa
Tue Feb 14, 2012 9:28 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: $User.FirstName not parsing
Replies: 6
Views: 5820

$User.FirstName not parsing

Hi, I have the following snippet of HTML in a layout: <div id="accountlinks"> #if($customer.IsAnonymous) <a class="selectablelink" href="~/Login.aspx">SIGN IN</a> #else <p display="inline" id="welcometext"> Welcome, $User.FirstName! <a class="selectablelink" href="~/Logout.aspx">SIGN OUT</a> | <a cl...
by moustafa
Mon Feb 06, 2012 4:22 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Product Image Lookup by Sku for Variant Sku?
Replies: 5
Views: 6348

Re: Product Image Lookup by Sku for Variant Sku?

Hi,

I can't log in to this bugzilla instance b/c I don't have an account. Is this feature working now for variants?

If not, then if I understand correctly, this can be done via DataPort by manually modifying an XML file. Is this correct?

Thanks.
by moustafa
Wed Nov 23, 2011 2:14 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Help: PayPal Express Checkout Not Appearing
Replies: 0
Views: 2070

Help: PayPal Express Checkout Not Appearing

Hi, PayPal Express checkout is not appearing. I am sure that I have it set up properly b/c Website Payments Standard and Direct are both working. Basket.aspx is using Basket Bar 1, which includes the following lines: [[ConLib:PayPalExpressCheckoutButton ShowHeader="true" ShowDescription="true"]] [[C...