Search found 59 matches

by moopa
Wed Aug 12, 2009 4:19 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: ac_ProductImages / ProductImage
Replies: 3
Views: 2077

Re: ac_ProductImages / ProductImage

ProductImage class represent the additional image, so it make sense that it doesn't have any thumbnail because for additional images we don't have any thumbnails. So in workaround if you have generated thumbnails for those additional images you can try to prefix name with some predictable sequence ...
by moopa
Wed Aug 12, 2009 4:18 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Changing loginUrl
Replies: 7
Views: 25753

Re: Changing loginUrl

mazhar wrote:Seems I was a little bit late, any how sounds good that you figured it out.
No probs. Thanks for getting back to me :)
by moopa
Wed Aug 12, 2009 3:53 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Changing loginUrl
Replies: 7
Views: 25753

Re: Changing loginUrl

Hi again.

I realised that Login.aspx must be a default by Microsoft and that I needed to add the value like so:-

Code: Select all

	<authentication mode="Forms">
			<forms timeout="90" slidingExpiration="true" name="AC7.ASPXAUTH" loginUrl="~/Login/"/>
		</authentication>
Thanks for jogging my memory :)
by moopa
Wed Aug 12, 2009 3:51 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Changing loginUrl
Replies: 7
Views: 25753

Re: Changing loginUrl

You need to set loginURL property. You can read more about loginURL from here http://msdn.microsoft.com/en-us/library/system.web.security.formsauthentication.loginurl.aspx Thanks for the reply, however my initial question is where this resides in able commerce? Usually this would be in the web.conf...
by moopa
Wed Aug 12, 2009 2:34 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Changing loginUrl
Replies: 7
Views: 25753

Re: Changing loginUrl

*polite bump*.
Can someone point me to where I configure this please?
by moopa
Tue Aug 11, 2009 1:56 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: ac_ProductImages / ProductImage
Replies: 3
Views: 2077

ac_ProductImages / ProductImage

This table and class is lacking a ThumbnailURL field.
Is it possible to add these? I vaguely recall seeing something about NVeloctiy on the forums before.

Thanks

Moopa
by moopa
Tue Aug 11, 2009 11:33 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Changing loginUrl
Replies: 7
Views: 25753

Changing loginUrl

Hi there.

I cannot find where you set the Url for forms authentication (login.aspx) It isn't in the web.config.
I wish to change it to something else.

Can someone let me know where to find it?

Thanks in advance,

Moopa
by moopa
Sat Jul 18, 2009 11:33 am
Forum: 7.0 DataPort
Topic: Data Port not working
Replies: 5
Views: 5036

Re: Data Port not working

Thanks for the information on the db. The server itself is fine. I simply cannot connect via Data port. I get the same Unknown Error as i did originally. Best regards, Moopa If your server is down after uploading the new CommerceBuilder.DataClient.Api.dll file then please try following: 1. Make sure...
by moopa
Sat Jul 18, 2009 4:39 am
Forum: 7.0 DataPort
Topic: Data Port not working
Replies: 5
Views: 5036

Re: Data Port not working

Thanks for the reply. I have tried this a few times. Rebuilt the site, restarted IIS to no avail. The server is found as i get a different error if I put in the wrong hostname. I am on Ablecommerce 7.0.2 if this makes a difference? If you please advise me on the relationship the ac_Products table ha...
by moopa
Fri Jul 17, 2009 11:58 am
Forum: 7.0 DataPort
Topic: Data Port not working
Replies: 5
Views: 5036

Data Port not working

Hi. I am trying to export my dev server products using data port. Downloaded latest data port and put CommerceBuilder.DataClient.Api.dll Just keep getting "Invalid Response From The Server. Unknown Error" On a deadline here. I have tried exporting the product data direct from the db. I cannot locate...
by moopa
Mon Jun 29, 2009 2:35 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Paypal Express Checkout Information
Replies: 2
Views: 1972

Re: Paypal Express Checkout Information

There is a place in paypal to enter the return url. thanks for the response. I have yet to do this in paypal. Is the url you refer to for the IPN processor? The URL i am most interested in setting is this one in PaypalExpressCheckout.aspx.cs private void SetExpressCheckout() { PayPalProvider client...
by moopa
Thu Jun 25, 2009 1:59 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Paypal Express Checkout Information
Replies: 2
Views: 1972

Paypal Express Checkout Information

Hi. I would like to make my own custom pages for Paypal Express checkout. I have a few questions. 1. I am guessing when PayPalExpressCheckout.aspx does a SET that the request sent to Paypal has the return url sent with it so the next step can be processed by Able. Is it possible to set this return u...
by moopa
Wed May 06, 2009 3:32 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Paypal Website Payments Pro UK
Replies: 0
Views: 1688

Paypal Website Payments Pro UK

Can we use Website Payments Pro UK in the same way as the US version now in able?

Thanx

Moopa
by moopa
Sat Apr 25, 2009 4:31 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Extending OptionChoice fields
Replies: 0
Views: 1758

Extending OptionChoice fields

Hi all. Before I start extending the database and/or the OptionChoice class with my own data, i thought it would be worth asking if you can add more fields to the OptionChoices table. To be specific, i have a Size option which I would like to add 2 extra fields for (width and height). Thanks a lot. ...
by moopa
Sat Apr 25, 2009 4:28 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Add product to cart via URL
Replies: 1
Views: 2514

Re: Add product to cart via URL

Hi there. We are using the AbleCommerces Class Library without any of the front end controls. I am adding a product in a slightly different way. Please note that if your product has variants (such as size or color) you will need to add item.OptionList which contains all the OptionChoiceId's. If you ...
by moopa
Wed Apr 22, 2009 7:43 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Set ProductVariant / Options on Products.Product
Replies: 6
Views: 3175

Re: Set ProductVariant / Options on Products.Product

Great stuff. Custom fields look very promising!

Thanks :)
by moopa
Wed Apr 22, 2009 7:14 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Set ProductVariant / Options on Products.Product
Replies: 6
Views: 3175

Re: Set ProductVariant / Options on Products.Product

Hi Mazhar.

Thanks for the reply. I can see that could work.
I have gone with making a new class that inherits from Product and adds properties that take optionChoiceId

All the best
by moopa
Wed Apr 22, 2009 2:46 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Set ProductVariant / Options on Products.Product
Replies: 6
Views: 3175

Re: Set ProductVariant / Options on Products.Product

Hi.

Could the Ableteam shed some light on this please?
by moopa
Tue Apr 21, 2009 1:27 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Set ProductVariant / Options on Products.Product
Replies: 6
Views: 3175

Re: Set ProductVariant / Options on Products.Product

Hi again.

Just to reiterate in case my question didn't make sense, is there anyway to set options on an instance of a product?
by moopa
Tue Apr 21, 2009 10:30 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Set ProductVariant / Options on Products.Product
Replies: 6
Views: 3175

Set ProductVariant / Options on Products.Product

Is it possible to set Product options without making a basketItem? For example, I wish to set a default color and size (Options) for my Product and retrieve them from the instance at a later stage? So pseudo code: Product myProduct = new Product(); myProduct.Load(_productId); // SET DEFAULTS FOR COL...
by moopa
Mon Mar 16, 2009 8:16 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: URL rewriting stopping .ashx errors? Please respond!
Replies: 8
Views: 5997

Re: URL rewriting stopping .ashx errors? Please respond!

Hi all.

Thanks for the response.

I have setup a new local dev version of the site and i also get the correct behaviour (on an XP box).
Strangely this issue is only affecting our Win2003 64bit dev server. I have no idea why but at least i can locally debug now :)

Best Regards
by moopa
Wed Mar 11, 2009 4:58 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: URL rewriting stopping .ashx errors? Please respond!
Replies: 8
Views: 5997

Re: URL rewriting stopping .ashx errors? Please respond!

Thanks for the response.
I must stress that aspx shows errors fine.
I have turned off able rewriting and nothing like ClearError() in the global.asax.

Can someone else try going to anything.ashx on their dev server and seeing if u get the same?

Thanks
by moopa
Fri Mar 06, 2009 6:50 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: URL rewriting stopping .ashx errors? Please respond!
Replies: 8
Views: 5997

Re: URL rewriting stopping .ashx errors? Please respond!

I have turned off rewriting and i have the same issue.
by moopa
Fri Mar 06, 2009 6:27 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: URL rewriting stopping .ashx errors? Please respond!
Replies: 8
Views: 5997

URL rewriting stopping .ashx errors? Please respond!

I can type mysite.com/anything.ashx and i do not get a 404. I am trying to debug my handler and even forcing an exception shows no error in the browser. Is it possible to turn rewriting off? Would there be something else that would be doing this? All the other sites on the server will show exception...
by moopa
Wed Feb 11, 2009 5:01 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Getting Token from Session Id
Replies: 1
Views: 1650

Re: Getting Token from Session Id

*Polite Bump*.

We need to get the previous Token from the session. We can restore the session now, but the token appears different.

Any information on token would be helpful!

Thanks