Search found 6 matches
- Tue Sep 22, 2009 12:11 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Adding Discounts to Options
- Replies: 1
- Views: 1651
Adding Discounts to Options
Hello, I need to have my products set up as products with options but only have discounts applied at the option level. So, if you have a t-shirt with different colors and you get a discount if you order 6 or more, you'd only get the discount if you ordered 6 blue t-shirts or 6 green t-shirts. You wo...
- Thu Sep 17, 2009 9:10 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Refreshing UpdatePanel to top of page
- Replies: 1
- Views: 2479
Re: Refreshing UpdatePanel to top of page
Adding a trigger seemed to work in case anyone needs this
<Triggers>
<asp:PostBackTrigger ControlID ="ContinueButton" />
</Triggers>
<Triggers>
<asp:PostBackTrigger ControlID ="ContinueButton" />
</Triggers>
- Thu Sep 17, 2009 6:51 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Refreshing UpdatePanel to top of page
- Replies: 1
- Views: 2479
Refreshing UpdatePanel to top of page
Hello, I'm working with the OnePageCheckout and after you enter billing/shipping and click continue, the page is refreshed to the same position in the document..right around the payment methods. I want the page to refresh at the top of the page. Has anyone else faced this and found an easy fix? than...
- Tue Nov 11, 2008 10:20 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Credit Card Encryption/Decryption
- Replies: 3
- Views: 3750
Re: Credit Card Encryption/Decryption
Figured it out, thanks
- Mon Nov 10, 2008 1:25 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Credit Card Encryption/Decryption
- Replies: 3
- Views: 3750
Re: Credit Card Encryption/Decryption
Thank you. I have a couple of other questions. First, how am I connecting the Payment class with the current store. I've added the name of the store into "AccountName" and it says that key isn't in there. Do I have to use Token or will it work without it? Also, what is the account name that I am loo...
- Mon Oct 20, 2008 10:11 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Credit Card Encryption/Decryption
- Replies: 3
- Views: 3750
Credit Card Encryption/Decryption
Hi,
I am writing a plug in that uses order information in the store database. I want to take the encrypted credit card information and decrypt so it will be returned to plain text. I am wondering what encryption you use for the credit card info.
thanks
I am writing a plug in that uses order information in the store database. I want to take the encrypted credit card information and decrypt so it will be returned to plain text. I am wondering what encryption you use for the credit card info.
thanks