Search found 11 matches

by BekE
Sat Jul 18, 2009 12:15 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Validating Custom Field Input
Replies: 6
Views: 6650

Re: Validating Custom Field Input

Okay, sorry about the confusion, I probably didn't explain that last question very well. Too many late nights! :) I was able to retrieve the value of what they had typed into the custom field/ textbox when the ServerValidation event fired by checking arguments.Value (and setting the customValidator....
by BekE
Wed Jul 15, 2009 6:21 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Validating Custom Field Input
Replies: 6
Views: 6650

Re: Validating Custom Field Input

Sorry, this is all pretty new to me, and I'm at a loss as to what should be passed to the CollectProductTemplateInput function to retrieve the info I'm after when I'm inside of the ServerValidation routine. (The option on the product is called "Time Frame.") I can see how I might do it if I were ins...
by BekE
Tue Jul 14, 2009 10:20 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Validating Custom Field Input
Replies: 6
Views: 6650

Re: Validating Custom Field Input

That was helpful, thanks. Almost done! What would be the best way of retrieving the current value of one of the product option/dropdown selections inside of the ServerValidation function? (There is a TimeFrame dropdown selection/option as part of the product that designates Rush or Standard, and the...
by BekE
Wed Jul 08, 2009 11:33 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Validating Custom Field Input
Replies: 6
Views: 6650

Validating Custom Field Input

Hi, Currently we have products that have a custom field where you can enter in the approximate date you need/would like the item delivered to you. There is also a product option for shipping time-frame, so you can choose standard or rush. The custom field needs to be required and in a date format. S...
by BekE
Wed Jul 08, 2009 2:05 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Terms and Conditions
Replies: 5
Views: 3784

Re: Terms and Conditions - solved

Hi,

I dug around and found this, solved my problem.

viewtopic.php?f=42&t=7219&hilit=modal

Thanks for all your help, much appreciated!
by BekE
Wed Jul 08, 2009 1:38 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Terms and Conditions
Replies: 5
Views: 3784

Re: Terms and Conditions

Hi, Your demo version works great (although as a heads up I ran into an "oops!" error when I tried to add the all-in-one-printer in my basket - it said it logged it). I think the difference is that when your popup displays, it has its own vertical scrollbar on the right-hand side of the dialog windo...
by BekE
Tue Jul 07, 2009 1:12 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Terms and Conditions
Replies: 5
Views: 3784

Re: Terms and Conditions

Hi, This is 7.0.3 and I tried in both FireFox 3.0 and IE 7.0. It only seems to do it once the text reaches a point where you would have to scroll up and down to view everything. Then it just sort of bounces around/flashes a lot when you try to scroll up and down, and you're pretty much stuck in that...
by BekE
Tue Jul 07, 2009 10:05 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Terms and Conditions
Replies: 5
Views: 3784

Terms and Conditions

Has anyone else run into needing a really loooong spot of text for the Terms and Conditions? The problem we're running into, is that if you put more text in the Terms and Conditions (under Configure, Store - for the payment/check out page) than will visibly display in the popup, it won't allow you t...
by BekE
Fri Mar 06, 2009 12:39 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Migration to AbleCommerce
Replies: 4
Views: 2811

Re: Migration to AbleCommerce

Hi Mazhar, Thanks for the help. Sorry, I've not been feeling well this week, just to make sure I'm following ... I need to add a bit of validation code to a custom field (created via the product templates). It sounded like you might be referring to validating the option/choice ? but I need to valida...
by BekE
Tue Mar 03, 2009 1:18 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Migration to AbleCommerce
Replies: 4
Views: 2811

Re: Migration to AbleCommerce

In case it's of help to anyone, I was able to resolve my problem by editing the ProductHelper.cs file and modifying the option name as the dropdown was created. Similar to this post, only I needed to also make a helper function to replace the special tag with the necessary date in the option name/te...
by BekE
Wed Feb 25, 2009 3:58 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Migration to AbleCommerce
Replies: 4
Views: 2811

Migration to AbleCommerce

Hi, I'm lending a hand with a migration from an existing shopping cart over to AbleCommerce. So far we've been able to import everything across without a problem between direct data manipulation and the DataPort tool. We've run into one thing that we're wondering how to best go about addressing in t...