Search found 18 matches

by mskurnik
Thu Feb 10, 2011 12:21 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: E-Mail Localization
Replies: 0
Views: 2102

E-Mail Localization

I am finishing up localizing AbleCommerce for a client and I just got to the e-mail templates. I am using <asp:localize> tags for the website and I am storing my language data in resx files. Now what I am trying to figure out is how to access those resx files inside of the e-mail templates using nve...
by mskurnik
Fri Jan 28, 2011 4:21 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: PayFlow force capture with Fraud Protection
Replies: 1
Views: 1670

Re: PayFlow force capture with Fraud Protection

I figured it out. I added payment.Capture(args...) on the pay now method
by mskurnik
Fri Jan 28, 2011 2:58 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: PayFlow force capture with Fraud Protection
Replies: 1
Views: 1670

PayFlow force capture with Fraud Protection

I am using PayFlow for the payment gateway and we have fraud protection enabled. Is there a way to authorize and capture the payment? All of our products have digital goods and keys associated with them. We only release the keys on full payment (successful capture).

Is there a way to do this?
by mskurnik
Fri Jan 14, 2011 4:32 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Save payment info and then user later
Replies: 1
Views: 1699

Save payment info and then user later

I am in the process of modifying the checkout steps for my client and I was wondering about something. My client wants the following steps Peronal Info (Shipping and Billing) --> Payment info (But not actually pay here) --> Confirm (confirmation with pay now button) --> Receipt page Is there a simpl...
by mskurnik
Tue Jan 11, 2011 10:23 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Only allow Anonymous checkout
Replies: 3
Views: 2458

Re: Only allow Anonymous checkout

Actually. If you add a e-mail field to the editbilling page and then have the default page redirect to the editbilling, the checkout process works perfectly. It was a simple work around.
by mskurnik
Fri Jan 07, 2011 6:44 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Only allow Anonymous checkout
Replies: 3
Views: 2458

Only allow Anonymous checkout

I need to know if there is a way to only allow anonymous checkout in the multi page checkout process.
by mskurnik
Thu Dec 30, 2010 11:47 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Complex Variations
Replies: 4
Views: 3208

Re: Complex Variations

Why don't you instead create separate products for digital downloads and a separate . Within the product description you can have an image that can be a mini advertisement for the digital or physical product in case the missed that option. I ended up doing this and then creating a custom product pa...
by mskurnik
Thu Dec 30, 2010 11:41 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Web Services
Replies: 2
Views: 2086

Re: Web Services

What about for user syncronization across multiple systems?
by mskurnik
Thu Dec 30, 2010 11:40 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Digital Goods and Anonymous Users
Replies: 8
Views: 6330

Re: Digital Goods and Anonymous Users

I too would like to know this. My client just requested this of their site.
by mskurnik
Wed Dec 29, 2010 5:39 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Web Services
Replies: 2
Views: 2086

Web Services

I need some way to manage users and license keys for digital goods via a web service. I have a custom cd key generation system in place that has a webservice and usernames. I need to push sync these two systems when items change. I also need to add keys to the digital good based on the digital good ...
by mskurnik
Tue Dec 28, 2010 11:42 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Adding custom field to cart
Replies: 2
Views: 2087

Re: Adding custom field to cart

I figured it out. Find out the Template ID that you want to use and change the following: Product product = ProductDataSource.Load(_ProductId); if (product.ProductProductTemplates.Count > 0) { BasketItemInput BII = new BasketItemInput(); BII.InputFieldId = MYTEMPLATEIDGOESHERE; BII.InputValue = MYIN...
by mskurnik
Mon Dec 27, 2010 12:40 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Adding custom field to cart
Replies: 2
Views: 2087

Adding custom field to cart

I had to create a custom product page for a client due to some complex variants and I got the product to add to the cart but I cannot seem pass anything to the "Previous CD Key" custom field. Any thoughts? protected void AddToCart(int _ProductId) { string PreviousCDKey = PreviousKeyTextBox.Text; //G...
by mskurnik
Fri Dec 17, 2010 5:50 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Complex Variations
Replies: 4
Views: 3208

Re: Complex Variations

This actually wont work as It still requires administrators to "Ship" the non-shippable item.
by mskurnik
Fri Dec 10, 2010 7:00 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Complex Variations
Replies: 4
Views: 3208

Re: Complex Variations

Well I found a work around. Add a fixed price of $0 to a shipping option called "Digital Download Only" and we dont have an issue. I can now just use variants.
by mskurnik
Fri Dec 10, 2010 5:06 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Complex Variations
Replies: 4
Views: 3208

Complex Variations

I have a client that has a rather complex product. Here is the scenario: Languages: English, German, Japanese Operating System: Windows, Mac Delivery Options: Physical CD & Digital Download, Digital Download Only, Physical CD It comes out to 18 different variations. Now, since you cannot turn on/off...
by mskurnik
Mon Nov 08, 2010 8:46 am
Forum: International Questions and Topics
Topic: Multilingual support customization
Replies: 10
Views: 30816

Re: Multilingual support customization

How many hours did this take you? I need to estimate this for a client.
by mskurnik
Wed Nov 03, 2010 9:51 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Checkout process
Replies: 9
Views: 11345

Re: Checkout process

Is this an option in the admin section or do I need to modify a file?
by mskurnik
Tue Nov 02, 2010 11:56 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Checkout process
Replies: 9
Views: 11345

Checkout process

I am trying to find a solution for a client’s e-commerce site that I am working on. We would like them to use Able Commerce but one key feature that they would like is missing from the product…The checkout steps (see image attached). Nothing like this seems to exist in Able Commerce but is available...