Search found 34 matches

by mtrujillo86
Tue Apr 08, 2014 2:15 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Unable to Login to Admin
Replies: 2
Views: 3976

Re: Unable to Login to Admin

Nevermind, the user I was using was not a super user. The user is a super user in our test environment, but apparently, not our DEV.

Figured this out by debugging the logindialog.ascx

Thanks
by mtrujillo86
Tue Apr 08, 2014 1:58 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Unable to Login to Admin
Replies: 2
Views: 3976

Unable to Login to Admin

I recently installed our development site on a new laptop. I created a blank site, installed a new version of 7.0.7, after the install I copied the .lic, replaced all files with our website, then placed the .lic in it's folder. Everything seems to run fine, I can access everything except for the adm...
by mtrujillo86
Mon May 06, 2013 9:27 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Cancel / Close User Account
Replies: 2
Views: 4597

Cancel / Close User Account

A user requested to close / cancel their registered account with us, but there is no way for them to do it. We must do it manually in the backend.

Do we have to enable this on a control or something?
by mtrujillo86
Mon Feb 25, 2013 11:12 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Volume discounts + product with many variants
Replies: 0
Views: 3265

Volume discounts + product with many variants

Noticing some weird behavior with our volume discounts when it is applied to a specific product that contains many variants. Example --Volume discount setup-- Base on: Total price of line item 1 - 1999 = 0% 2000 - 4999 = 5% 5000 + = 10% --Product setup-- Gift card with 39 value variants setup rangin...
by mtrujillo86
Tue Oct 30, 2012 10:46 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Abandoned Basket Report Gives timeout error
Replies: 5
Views: 5486

Re: Abandoned Basket Report Gives timeout error

We are experiencing this issue also. We used to just delete the anonymous users and it would load, but that isn't working.

Our version:
VERSION: 7.0.7.14600
by mtrujillo86
Thu Oct 04, 2012 10:23 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Web Server Error When Adding in Custom Namespace
Replies: 8
Views: 6675

Re: Web Server Error When Adding in Custom Namespace

When you say another site, is this a virtual folder or another site in iis? Are both of these sites on the same server?
by mtrujillo86
Tue Oct 02, 2012 12:21 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: payments not saving
Replies: 4
Views: 4003

Re: payments not saving

I don't think so. After we attached a successful *fake* payment the order status wouldn't change.
by mtrujillo86
Mon Oct 01, 2012 2:48 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Server Reboot - Have to manually restart application pool
Replies: 45
Views: 46087

Re: Server Reboot - Have to manually restart application pool

Logan, We have two in-house programmers as well as the open source code. If it's difficult to publish to your clients without open source code access, we are more than happy to receive the patch via email or some other way and implement it ourselves. If not, i'll keep watching this thread for the pa...
by mtrujillo86
Mon Oct 01, 2012 2:41 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: payments not saving
Replies: 4
Views: 4003

Re: payments not saving

We do a lot of this type of stuff.

The reason is your just adjusting the order to be "paid". But it's not really paid.

You need to attach a true payment. It must be a "processed" payment also. Then the order will not be marked unpaid when viewing the details.
by mtrujillo86
Mon Sep 24, 2012 4:50 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Server Reboot - Have to manually restart application pool
Replies: 45
Views: 46087

Re: Server Reboot - Have to manually restart application pool

Not yet, I wish ablecommerce could identify this issue as a confirmed bug.

We have spent time and money trying to figure out the issue with no luck.
by mtrujillo86
Mon Sep 17, 2012 3:28 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Web Server Error When Adding in Custom Namespace
Replies: 8
Views: 6675

Re: Web Server Error When Adding in Custom Namespace

Inside the SOLUTION EXPLORER

Right Click on your Web Project

Go to PROPERTY PAGES
Is the name of the assembly listed? If not, add it.
by mtrujillo86
Tue Sep 11, 2012 5:43 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Server Reboot - Have to manually restart application pool
Replies: 45
Views: 46087

Re: Server Reboot - Have to manually restart application pool

Anyone ever solve this issue?

Is this a confirmed bug?
by mtrujillo86
Tue Sep 11, 2012 5:38 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Web Server Error When Adding in Custom Namespace
Replies: 8
Views: 6675

Re: Web Server Error When Adding in Custom Namespace

Can you post the error?

What asp.net framework version is your web site on?

What asp.net framework version is your custom library using?
by mtrujillo86
Tue Sep 04, 2012 5:09 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Account/Customer Notes
Replies: 5
Views: 4120

Re: Account/Customer Notes

That was our next choice.

Thank you for the replies, we will use the user.settings().
by mtrujillo86
Thu Aug 30, 2012 2:03 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Account/Customer Notes
Replies: 5
Views: 4120

Re: Account/Customer Notes

The comment field looks promising, but I just looked at our test system and it's being populated by something and I don't want to overwrite existing data. For instance, this text is in two of the members: wUEsTAeyb77B nX6YdfR9onvZ Does anyone have an idea why ablecommerce would populate the ac_users...
by mtrujillo86
Thu Aug 30, 2012 11:05 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Account/Customer Notes
Replies: 5
Views: 4120

Account/Customer Notes

We would like to add notes/history to customer accounts, not orders. Does anyone have code that will do this or know of a plugin? I understand this is somewhat of a large request and probably doesn't have an easy "turn on" switch. For instance we have corporate customers we liked to handle in specif...
by mtrujillo86
Wed Aug 22, 2012 10:18 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Setting NVelocity Variables
Replies: 5
Views: 5262

Re: Setting NVelocity Variables

You don't have to pass a database object. It can be your own custom object.
by mtrujillo86
Fri Aug 10, 2012 11:01 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Setting NVelocity Variables
Replies: 5
Views: 5262

Re: Setting NVelocity Variables

There are two files that you could add custom objects too: Scriptletpart.cs scriptletpartex.cs You can't just add a "100", it has to be an object of some sort. For instance: object store = Token.Instance.Store; object customer = Token.Instance.User; parameters.Add("store", store); parameters.Add("cu...
by mtrujillo86
Mon Jun 18, 2012 9:50 am
Forum: Critique My AbleCommerce Shopping Cart Powered Site!
Topic: Movie Web Site
Replies: 5
Views: 14934

Re: Movie Web Site

We created a custom class where we just manually add the browser agent information. You could add an admin page to manage this or hard code it like we did. We have it in a different .dll so that we can just upload this separately from the rest of the site if we need to update them. public static cla...
by mtrujillo86
Thu Jun 14, 2012 1:04 pm
Forum: Critique My AbleCommerce Shopping Cart Powered Site!
Topic: TrailerOnline.se
Replies: 2
Views: 11118

Re: TrailerOnline.se

Great way of completely changing the look from the regular ecommerce store to more of a magazine style web site.

It looks really clean.
by mtrujillo86
Thu Jun 14, 2012 1:03 pm
Forum: Critique My AbleCommerce Shopping Cart Powered Site!
Topic: Movie Web Site
Replies: 5
Views: 14934

Re: Movie Web Site

Yes definitely, this is what we did: Created a new theme for Mobile. We created a new layout for scriptlets: /layouts/mScriptlet.master We created a new layout for Custom Content Pages: /layouts/webpages/mWebpage.master /layouts/webpages/BlankMobile.aspx I believe we created /M-Default.aspx, set the...
by mtrujillo86
Mon Jun 11, 2012 2:37 pm
Forum: Critique My AbleCommerce Shopping Cart Powered Site!
Topic: Movie Web Site
Replies: 5
Views: 14934

Movie Web Site

We were hard at work for the past several months migrating from znode/custom php to having our web site on a single platform. Ablecommerce has been extremely flexible and open, we have been able to accomplish great things with ablecommerce. We integrated our movie ticketing with checkout functions, ...
by mtrujillo86
Tue May 22, 2012 12:46 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Captcha Vulnerability
Replies: 3
Views: 4019

Re: Captcha Vulnerability

That fixed it. We had debug=false which I thought was suppose to not show any errors.
by mtrujillo86
Tue May 22, 2012 11:01 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Captcha Vulnerability
Replies: 3
Views: 4019

Captcha Vulnerability

5/22/2012 9:09:53 AM Error An error has occured at /Captcha.ashx?h=ping -c2 -i60 localhost&id=486008&sid=1&t=082819&w=250 Input string was not in a correct format. Since we started receiving these hack attempts we have enabled our encryption key. The ID is now being encrypted, however when the user ...
by mtrujillo86
Mon May 21, 2012 4:38 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Auth number on Confirmation Email
Replies: 1
Views: 2054

Auth number on Confirmation Email

How can I add the authorize.net transaction/auth number to the payment method of the order confirmation email?