Search found 64 matches

by mike92117
Fri Sep 02, 2011 3:33 pm
Forum: Feature Requests
Topic: Add Checkout by Amazon as another checkout option
Replies: 18
Views: 28506

Re: Add Checkout by Amazon as another checkout option

This is an important feature which I would like to see implemented. I noticed that your competitor (aspdotnetstorefront) has this in their latest version.
by mike92117
Mon Aug 01, 2011 1:43 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: CSS based layout (tableless)
Replies: 12
Views: 11090

Re: CSS based layout (tableless)

>> I hope this helps someone. It is a lot of work, but I do believe it is worth it.

Just to let you know, this is VERY helpful.
by mike92117
Sat Oct 30, 2010 4:25 pm
Forum: Good Reference Posts
Topic: Autogenerating Data Access Layer Code
Replies: 30
Views: 65543

Re: Autogenerating Data Access Layer Code

I'm looking for a little guidance. I have been using EntitySpaces since its release and I notice your DAL seems to be based on that (EntitySpaces.plugin reference). What I'm looking to do is customizations mostly with newly created tables but I need to use business logic that joins existing tables (...
by mike92117
Fri Nov 20, 2009 8:43 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: email a friend statistics
Replies: 1
Views: 1427

email a friend statistics

When someone "emails a friend" about a product, is this logged anywhere in the db? I would like to track this. I suppose could always put a tracking pixel in the email itself but a db log would be optimum.
by mike92117
Sun Nov 15, 2009 7:14 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Postal code character limits?
Replies: 5
Views: 7396

Re: Postal code character limits?

maybe try changing the field definition, i.e., increase 2x or 3x? Don't know if it will work or not but might be worth a try.
by mike92117
Sun Nov 15, 2009 7:12 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Errors with moving a store. emergency advise requested
Replies: 12
Views: 9074

Re: Errors with moving a store. emergency advise requested

Based on the info you sent in your last post, it sure looks like there is something awry with your SSL certificate. I tried to hit your staging server with https and got a severe warning (try it yourself). I think this may be the root of your problems and you should get your hosting company to help ...
by mike92117
Sun Nov 15, 2009 3:38 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Errors with moving a store. emergency advise requested
Replies: 12
Views: 9074

Re: Errors with moving a store. emergency advise requested

Do you need a new key? If your old store and new store are the same version and the domain is exactly the same, then I would think the old key should work fine.
by mike92117
Sat Nov 14, 2009 10:19 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Postal code character limits?
Replies: 5
Views: 7396

Re: Postal code character limits?

Have you tried using the wildcard feature to reduce the number of entries?
by mike92117
Sat Nov 14, 2009 3:32 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Postal code character limits?
Replies: 5
Views: 7396

Re: Postal code character limits?

postal codes that exceed 255 characters? What planet is this on? Seriously how do you end up with a postal code > 255 chars?
by mike92117
Fri Nov 13, 2009 6:03 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: decrypting database.config
Replies: 3
Views: 2471

Re: decrypting database.config

Thank you for your answers. I actually found a super simple and very elegant way to accomplish this: VirtualDirectoryMapping vdm = new VirtualDirectoryMapping(@"C:\www\myAbleCommerceSite", true); WebConfigurationFileMap wcfm = new WebConfigurationFileMap(); wcfm.VirtualDirectories.Add("/", vdm); Con...
by mike92117
Thu Nov 12, 2009 10:44 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: decrypting database.config
Replies: 3
Views: 2471

decrypting database.config

I have several console applications that I'm developing to do various tasks. My usual approach to this is to read the web.config and get the conn string, that way when and if it changes, it won't break my existing console applications. My console apps have a configuration value of the file to read t...
by mike92117
Mon Nov 09, 2009 12:25 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: digital goods and sales tax
Replies: 0
Views: 1591

digital goods and sales tax

Here in California, there is no sales tax on digital goods. But if the customer orders a CD to go along with the download, then the entire purchase is subject to sales tax. Any suggestions on how best to handle this scenario in terms of product setup, tax setup, etc. Should this be different SKUs, o...
by mike92117
Mon Nov 09, 2009 11:52 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: rename admin folder
Replies: 1
Views: 3637

rename admin folder

I was surprised I could not find this question asked already. But it seems to me one best practice is to rename the admin folder to something not so easily guessed. I know captcha and that sort of thing helps augment security on the backend, but there should be an easy process to rename the admin fo...