Search found 302 matches

by ForumsAdmin
Tue Oct 14, 2014 7:43 am
Forum: AbleCommerce GOLD
Topic: PayPal Gateway CC Storage
Replies: 2
Views: 2985

Re: PayPal Gateway CC Storage

You do not need payment data storage enabled to carry out Authorize in one step and Capture at a later time.
by ForumsAdmin
Thu Oct 02, 2014 6:27 am
Forum: AbleCommerce GOLD
Topic: Calling web API from a stand alone asp.net application
Replies: 6
Views: 30522

Re: Calling web API from a stand alone asp.net application

When it comes to adding, updating and deleting of products via RESTful API there could be too many complicated scenarios to take care of. If you just want to add or delete products in the simplest form you may make use of the existing web-api provided. However anything fancy you may be thinking of s...
by ForumsAdmin
Thu Oct 02, 2014 6:22 am
Forum: AbleCommerce GOLD
Topic: IIS 7+ required for for R9?
Replies: 4
Views: 3405

Re: IIS 7+ required for for R9?

This particular issue above may have got introduced during development of R8 and R9 but actually we do not support IIS6 and Classic Mode in AC GOLD right from the start. You may have been successfully running older versions of AC Gold on IIS6 but we never officially supported this. I strongly sugges...
by ForumsAdmin
Sat Aug 09, 2014 1:55 am
Forum: AbleCommerce GOLD
Topic: Intermittent issue with default.aspx not rendering
Replies: 3
Views: 2716

Re: Intermittent issue with default.aspx not rendering

Likely it is because of some IIS / website configuration chicanery...
by ForumsAdmin
Tue Jun 17, 2014 3:40 am
Forum: AbleCommerce GOLD
Topic: FEEDBACK WANTED:Is a filtered (Faceted) search available?
Replies: 26
Views: 22202

Re: FEEDBACK WANTED:Is a filtered (Faceted) search available?

IDEA #4 - Option templates.
Honestly, I'm not aware of what an "option template" might be.
This one actually makes a lot of sense. Call them Option Templates or Shared Options or whatever. Basically you define set of common options that can be applied to many products.
by ForumsAdmin
Fri Jun 06, 2014 11:13 pm
Forum: AbleCommerce GOLD
Topic: Using AbleCommerce Test Gateway
Replies: 1
Views: 2115

Re: Using AbleCommerce Test Gateway

AbleCommerce test gateway can be configured to always accept, always reject, or randomly accept or reject transactions. Check your configuration of the test gateway.
by ForumsAdmin
Wed Jun 04, 2014 2:39 am
Forum: AbleCommerce GOLD
Topic: Gold R6 Deadlock errors
Replies: 2
Views: 2632

Re: Gold R6 Deadlock errors

It appears you have some custom code in CategoryGridPage which causes this. Check your 'GetSortedProducts' method in CategoryGridPage.ascx.cs.
by ForumsAdmin
Mon Jun 02, 2014 1:40 am
Forum: AbleCommerce GOLD
Topic: Site Disclaimer Redirect Issues
Replies: 2
Views: 2519

Re: Site Disclaimer Redirect Issues

The site disclaimer redirection takes place in backend code (PageTracker service). If you do not have the source code available it will not be easy to make this customization. One way to bypass this without having source could be to write your own page tracking service and hook it up instead of the ...
by ForumsAdmin
Sat May 24, 2014 3:41 am
Forum: AbleCommerce GOLD
Topic: CustomHTML Control Not Working
Replies: 7
Views: 5178

Re: CustomHTML Control Not Working

Making use of a webpage object is a good idea. The id of the webpage is a good parameter to pass to the control. We will add this feature to the CutomHTML control.
by ForumsAdmin
Fri May 23, 2014 12:30 am
Forum: AbleCommerce GOLD
Topic: CustomHTML Control Not Working
Replies: 7
Views: 5178

Re: CustomHTML Control Not Working

The background and purpose of the control named CustomHTML can be understood by having a look at this old forum post. http://forums.ablecommerce.com/viewtopic.php?f=65&t=17437&p=74773& You can see that the purpose of control named 'CustomHTML' was to provide a sample control that users can make copi...
by ForumsAdmin
Wed May 21, 2014 11:43 pm
Forum: PCI Certification and Implementation Questions
Topic: CyberSource gateway
Replies: 5
Views: 32369

Re: CyberSource gateway

http://www.cybersource.com/developers/learn/integration_methods/soap_toolkit_api/ What are the main advantages of using the SOAP Toolkit API? Flexibility —with an API, you can take advantage of any CyberSource service available with the package you purchase (Tax and line item detail, for example) Sc...
by ForumsAdmin
Wed May 21, 2014 11:36 pm
Forum: PCI Certification and Implementation Questions
Topic: CyberSource gateway
Replies: 5
Views: 32369

Re: CyberSource gateway

AbleCommerce implements CyberSource using Simple Order API/SOAP Toolkit API method. In this method communication of credit card data to Cybersource takes place on secure HTTPS. SOAP Toolkit API is full featured API that makes available all CyberSource features and services. From Cybersource docs SOA...
by ForumsAdmin
Wed May 21, 2014 11:22 pm
Forum: AbleCommerce GOLD
Topic: What Happened to the Whats New Feature?
Replies: 11
Views: 6631

Re: What Happened to the Whats New Feature?

If you can't wait for R8, use the following code to load the new products and display them in your custom control. public IList<Product> GetNewProducts(bool useDays, int numberOfDays, string sortExpression = "LastModifiedDate DESC", int maximumRows = 0, int startRowIndex = 0) { DateTime date = new D...
by ForumsAdmin
Wed May 21, 2014 11:19 pm
Forum: AbleCommerce GOLD
Topic: What Happened to the Whats New Feature?
Replies: 11
Views: 6631

Re: What Happened to the Whats New Feature?

In the very next release ... R8.
by ForumsAdmin
Wed May 21, 2014 12:58 am
Forum: AbleCommerce GOLD
Topic: Our Zip Code being entered in shipping information
Replies: 62
Views: 32975

Re: Our Zip Code being entered in shipping information

Thanks to Katie for getting this reproduced.

This is happening because of something we are doing in tax calculator. A temporary address created during tax calculation causes this. We have fixed this but we are in process of detailed verification.
by ForumsAdmin
Mon May 19, 2014 12:25 am
Forum: AbleCommerce GOLD
Topic: Our Zip Code being entered in shipping information
Replies: 62
Views: 32975

Re: Our Zip Code being entered in shipping information

@CGrouse
You are at R5?

And @Brewhaus
you are at R6?

right?

Is the bug reproducible in all browsers? FireFox, IE, Chrome?
by ForumsAdmin
Fri May 16, 2014 3:58 am
Forum: AbleCommerce GOLD
Topic: Our Zip Code being entered in shipping information
Replies: 62
Views: 32975

Re: Our Zip Code being entered in shipping information

Which version of AC Gold are you at?
by ForumsAdmin
Wed May 14, 2014 12:32 am
Forum: AbleCommerce GOLD
Topic: Cannot View CVV Data
Replies: 3
Views: 3038

Re: Cannot View CVV Data

When you call to confirm the order, get the CCV and use it process the transaction.
In that case CVV is not stored anywhere. It is simply sent to the payment provider along with CC information for payment processing.
by ForumsAdmin
Mon May 12, 2014 3:52 am
Forum: AbleCommerce GOLD
Topic: Cannot View CVV Data
Replies: 3
Views: 3038

Re: Cannot View CVV Data

This is something you are not supposed to see. CVV can not even be stored on the server even if it is encrypted.
https://www.braintreepayments.com/blog/ ... -standards
https://www.pcihost.com/blog/2013/02/me ... cvv-codes/
by ForumsAdmin
Mon May 12, 2014 3:49 am
Forum: AbleCommerce GOLD
Topic: Authorize.net CIM Gateway?
Replies: 3
Views: 4198

Re: Authorize.net CIM Gateway?

Yes - that token is called Payment Profile Id
by ForumsAdmin
Mon May 12, 2014 3:48 am
Forum: AbleCommerce GOLD
Topic: Implementing Authorize.net Direct Post Method
Replies: 3
Views: 5423

Re: Implementing Authorize.net Direct Post Method

Orders are created before payments can be processed. This is because of the way payment gateways work. They require an OrderId / OrderNumber that can be used to uniquely identify and order. The standard reference in AC Gold is order number.
by ForumsAdmin
Fri May 09, 2014 2:07 am
Forum: AbleCommerce GOLD
Topic: Implementing Authorize.net Direct Post Method
Replies: 3
Views: 5423

Re: Implementing Authorize.net Direct Post Method

The purpose of CIM is different. It allows you to store customer credit cards for future transactions. You are relieved from the storage related requirements as Authorize.NET servers take care of the secure storage and provide you a reference token that you can use for subsequent payments. You have ...
by ForumsAdmin
Fri May 09, 2014 12:56 am
Forum: AbleCommerce GOLD
Topic: Authorize.net CIM Gateway?
Replies: 3
Views: 4198

Re: Authorize.net CIM Gateway?

The point of CIM is not that the data never touches your server. Instead CIM allows you to 'STORE' credit-card data on Authorize.NET servers. That data that if you store locally otherwise, will raise your PCI compliance requirements. CIM is most useful when you have to make subsequent charges on cre...
by ForumsAdmin
Wed Apr 23, 2014 12:41 am
Forum: AbleCommerce GOLD
Topic: What Happened to the Whats New Feature?
Replies: 11
Views: 6631

Re: What Happened to the Whats New Feature?

This has been done for our next release.