Search found 5 matches

by Dylan
Wed Sep 01, 2010 5:23 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Product Options - Regular Expression Validation Required
Replies: 1
Views: 1793

Product Options - Regular Expression Validation Required

Hi,

How would I go about writing a Regular Expression Validation for a product option in the
ProductHelper. BuildProductOptions I have changed he controls to text boxes and I want the user to enter a positive integer with no decimal points.



Thanks

Dylan
by Dylan
Tue Aug 24, 2010 3:29 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Property used in InputField input to assign a value
Replies: 1
Views: 2014

Property used in InputField input to assign a value

Hi, What property is used in the InputField input to assign a value // ADD IN THE PRODUCT TEMPLATE CHOICES foreach (ProductProductTemplate ppt in product.ProductProductTemplates) { ProductTemplate template = ppt.ProductTemplate; if (template != null) { foreach (InputField input in template.InputFiel...
by Dylan
Thu Aug 19, 2010 4:49 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Get access to Dropdown list generated by options and variant
Replies: 1
Views: 1859

Get access to Dropdown list generated by options and variant

I have created a option “Width” for my product which generates a dropdown list within a PlaceHolder control on the product page. I want to get access to this dropdown list control in BuyProductDialog.ascx.cs how can I do this ? I want to get the length of the dropdown list and loop round the list of...
by Dylan
Wed Jun 23, 2010 7:05 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Database Calls
Replies: 4
Views: 4111

Database Calls

I have carried out a SQL profiler test on the Cart out of the box, there are more than 300 database calls.

Will this affect the speed of the cart as more users shop on the site?


Thanks

Dylan
by Dylan
Wed Jun 23, 2010 6:52 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Stress testing
Replies: 1
Views: 1900

Stress testing

Has there been any stress testing carried out on the Cart?

Could it handle 1000 consecutive users?

Thanks

Dylan