Search found 7 matches
- Mon Oct 08, 2012 5:16 pm
- Forum: AbleCommerce GOLD
- Topic: Is this what we waited for so long?
- Replies: 9
- Views: 15164
Re: Is this what we waited for so long?
Thank you for NHibernate!!!!! I have spent the day just reading through the day, analyzing how to port my previous code into this one. I am overall thrilled with how much easier the code in this new version is to read / work through. I am greatly appreciative of this upgrade. Now just need themes! :D
- Mon Oct 08, 2012 9:31 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Setting NVelocity Variables
- Replies: 5
- Views: 6834
Re: Setting NVelocity Variables
Thanks for the feedback guys. I have tried now for some time to get it to work (eventually moved on to other portions), but now coming back to this. I apologize for not "getting it", but I am still just lost... I have tried numerous methods, from creating custom objects etc. and still cannot get a r...
- Tue Aug 21, 2012 12:52 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Setting NVelocity Variables
- Replies: 5
- Views: 6834
Re: Setting NVelocity Variables
Thanks, I'll try just passing an object from the database.
Also, I am unable to find the scripletpart.cs and scriptletpartex.cs files you are referring to?
Also, I am unable to find the scripletpart.cs and scriptletpartex.cs files you are referring to?
- Thu Aug 09, 2012 1:03 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Customer has a balance due - prevent new orders
- Replies: 4
- Views: 6844
Re: Customer has a balance due - prevent new orders
If you limited the balance check to the checkout page, and thus just disable the checkout button, your SQL hits would not be that much tbh, just one SQL call per checkout page performing a SUM of the TotalCharges - TotalPayments within the Orders table. If you have a positive number, then you have a...
- Thu Aug 09, 2012 12:59 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Running AC 7 Locally on Windows 7
- Replies: 24
- Views: 29892
Re: Running AC 7 Locally on Windows 7
Your error is an authentication one. To use the SA as authentication, the SQL server would have had to been installed and configured for SQL authentication (which is NOT the default). Typically the administrator account has access, I would use your windows administrator and password combination. If ...
- Wed Aug 08, 2012 3:42 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Running AC 7 Locally on Windows 7
- Replies: 24
- Views: 29892
Re: Running AC 7 Locally on Windows 7
Have you verified that the SQL service is running? Do you have the SQL administrative tools in which you can log in and verify databases?
- Tue Aug 07, 2012 4:40 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Setting NVelocity Variables
- Replies: 5
- Views: 6834
Setting NVelocity Variables
I have read through nearly every post here regarding NVelocity, and taken a good bit of ideas. However, I am struggling with setting a new variable to the NVelocity engine, I feel I am missing how to commit it to the NVelosity engine after I add new variables. I am trying to simply allow me to read ...