Search found 264 matches

by sweeperq
Wed Jun 10, 2020 12:29 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Bug in Shipment.GetItems()
Replies: 2
Views: 10643

Re: Bug in Shipment.GetItems()

I had the source for Gold R8 and the same bug was present in there as well.
by sweeperq
Wed Jun 10, 2020 12:21 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Bug in Shipment.GetItems()
Replies: 2
Views: 10643

Bug in Shipment.GetItems()

We implemented a new ship method today. We split an existing order and went to update the ship method in the /Admin/Orders/Shipments/Default.aspx page by clicking the change link. It keeps displaying and applying a rate that would apply to the whole order, not the shipment. We have the AC 7.0.7 Comm...
by sweeperq
Mon Jul 15, 2019 9:02 am
Forum: AbleCommerce GOLD
Topic: Avalara Complete in Gold?
Replies: 7
Views: 10053

Re: Avalara Complete in Gold?

Do we know if Recalculating will work in AC9?
by sweeperq
Mon Nov 12, 2018 5:02 am
Forum: AbleCommerce GOLD
Topic: Avalara Complete in Gold?
Replies: 7
Views: 10053

Avalara Complete in Gold?

Is the Avalara AvaTax Provider in AbleCommerce Gold a complete implementation? We are getting started with it in our legacy AC7 stores and it works great when the order is first created. However, the "Recalculate Taxes" button in the Admin clears the taxes and does not recalculate. In the error log ...
by sweeperq
Tue Oct 09, 2018 8:23 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Sales Tax Calculations
Replies: 0
Views: 25209

Sales Tax Calculations

Is there any way to bypass Sales Tax Calculations when calling basket.Recalculate() ? I'm creating a new Sales Tax Provider for TaxJar. They charge per "transaction". They include API usage as a transaction. Unfortunately, it fires on the basket, and at each stage of the checkout. I only want it to ...
by sweeperq
Fri Feb 02, 2018 7:39 am
Forum: AbleCommerce GOLD
Topic: Authorize.Net Cim SSL/TLS secure channel Error
Replies: 2
Views: 4498

Re: Authorize.Net Cim SSL/TLS secure channel Error

SSL uses different protocols to secure connections. For PCI-compliance, Authorize.net is in the process of disabling TLS 1.0 and TLS 1.1. By default ASP.net utilizes TLS 1.0 or TLS 1.1. You need to set it up to use TLS 1.2 and it should start working. Here is a post with instructions I put together ...
by sweeperq
Wed Sep 27, 2017 6:12 am
Forum: AbleCommerce GOLD
Topic: Authorize.Net TLS 1.2 Requirements
Replies: 26
Views: 43260

Re: Authorize.Net TLS 1.2 Requirements

Joe, System.Net.ServicePointManager.SecurityProtocol is indeed an application-wide setting that only needs to be set once. We tackled this issue just recently on AC7 ( http://forums.ablecommerce.com/viewtopic.php?f=42&t=19115 ). There is source code for a test page on that link that will allow you t...
by sweeperq
Wed Aug 23, 2017 4:58 am
Forum: AbleCommerce GOLD
Topic: File Upload Button
Replies: 6
Views: 10643

Re: File Upload Button

Completely understand the requirement, but be very careful when allowing uploads directly to your ecommerce server. It is an easy way to get hacked and lose control of your server when not done properly. You are going to want to filter which files can be uploaded on the client side and server side, ...
by sweeperq
Wed Aug 23, 2017 2:31 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Authorize.net TLS Disablement
Replies: 1
Views: 8787

Authorize.net TLS Disablement

February 2018 Authorize.net is disabling TLS 1.0 and TLS 1.1 connections to their API in order to remain/become PCI-compliant. TLS is a protocol used to transport information securely over the internet. It is utilized in the Payment Gateway when connecting to Authorize.net via HTTPS in order to pass...
by sweeperq
Wed Feb 22, 2017 5:41 am
Forum: AbleCommerce GOLD
Topic: Variant Sku Search
Replies: 25
Views: 44556

Re: Variant Sku Search

Our SQL Criteria search provider will have this ability in next version
This was almost 2.5 years ago. Has this feature been added yet?
by sweeperq
Mon Jan 23, 2017 5:07 am
Forum: AbleCommerce GOLD
Topic: Production AC Gold on Azure
Replies: 6
Views: 9356

Re: Production AC Gold on Azure

Can you provide any details on the recommended Google Cloud setup? We currently run on dedicated servers but want to be able to respond to peak traffic without having to buy/keep a bunch of extra servers around. We've been running on a beefy server with dedicated VMs for Web and DB. We split them ou...
by sweeperq
Mon Jan 23, 2017 2:59 am
Forum: AbleCommerce GOLD
Topic: Production AC Gold on Azure
Replies: 6
Views: 9356

Production AC Gold on Azure

I saw that AC put up a demo site on Azure. Is anyone running a live site in Azure? If so, how has it been working for you? Any headaches?
by sweeperq
Mon Mar 14, 2016 5:02 am
Forum: AbleCommerce GOLD
Topic: Plans to make Gold compatible with AzureSQL?
Replies: 20
Views: 17523

Re: Plans to make Gold compatible with AzureSQL?

Just wanted to say that this is great and should certainly position AC well for the future. It also brings AC back into the fold for us when it comes to future upgrades. Agree 100% with what Neal said about AC Web App.
by sweeperq
Thu Feb 04, 2016 1:28 pm
Forum: AbleCommerce GOLD
Topic: Plans to make Gold compatible with AzureSQL?
Replies: 20
Views: 17523

Re: Plans to make Gold compatible with AzureSQL?

Not sure I understand your "We would not be able to 'officially' support Azure because it is in a cloud hosted environment."? All web servers are in the cloud, it is just a matter of whose cloud. Are you saying that I could do everything wrong from a PCI standpoint on my own servers and it would be ...
by sweeperq
Tue Feb 02, 2016 5:55 am
Forum: AbleCommerce GOLD
Topic: Plans to make Gold compatible with AzureSQL?
Replies: 20
Views: 17523

Re: Plans to make Gold compatible with AzureSQL?

Any updates @kstevenson? We've co-located our servers at one of the data centers in town for the past 11 years. Would be awesome if we could get out of the hardware/os maintenance game altogether and just focus on developing great sites. From what I've read, Azure can give that to us at a reasonable...
by sweeperq
Thu Jul 09, 2015 11:40 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Login Redirect?
Replies: 1
Views: 8252

Login Redirect?

We had to update the location of our Login page. Is there a way to set the authentication provider to go to the new page? If not I'll through a redirect on the old one.
by sweeperq
Wed Jul 08, 2015 4:15 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Rewrite Rules Include Querystring???
Replies: 1
Views: 6845

Re: Rewrite Rules Include Querystring???

In case anybody else has the issue, I replaced periods with %2E in the ReturnUrl and it bypassed the rewrite rule and redirected properly after login.
by sweeperq
Tue Jul 07, 2015 6:51 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Rewrite Rules Include Querystring???
Replies: 1
Views: 6845

Rewrite Rules Include Querystring???

I tried setting up a link to the login page with a ReturnUrl of one of the product pages. It never makes it to the login page because the rewrite engine keeps sending it to the URL specified in the ReturnUrl querystring parameter. Any ideas on how to prevent this? Shouldn't the standard redirects on...
by sweeperq
Wed Jun 17, 2015 5:12 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Banned IP query run several times?
Replies: 3
Views: 8260

Re: Banned IP query run several times?

I was unable to figure this out. I tried searching for the query in the website code and in the CommerceBuilder source code, but it turned up nothing. So I'm guessing it is firing from within a CommerceBuilder class where the source code is not provided. Here is a screenshot that shows what I'm talk...
by sweeperq
Tue May 26, 2015 11:00 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Fulltext Search?
Replies: 3
Views: 8078

Re: Fulltext Search?

Thanks Judy. Added FULLTEXT search with the following Transact-SQL:

Code: Select all

CREATE FULLTEXT INDEX ON ac_Webpages (Name, Summary, [Description]) KEY INDEX ac_Webpages_PK ON ac_SearchCatalog;
Things are working now :)
by sweeperq
Tue May 26, 2015 5:19 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Fulltext Search?
Replies: 3
Views: 8078

Re: Fulltext Search?

Thanks Judy, I'll look into it.
by sweeperq
Thu May 21, 2015 10:40 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Fulltext Search?
Replies: 3
Views: 8078

Fulltext Search?

I'm curious where and how FULLTEXT Search is used in AC7? In looking at the source for CatalogDataSource and SearchDataSource , everything appears to be using a standard SQL LIKE operator. The reason I am interested is because I need to perform a FULLTEXT search on the webpages table within the Name...
by sweeperq
Mon May 18, 2015 10:23 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Make Coupon Stick
Replies: 2
Views: 6266

Re: Make Coupon Stick

Obviously this is an older version and I'm not expecting a "fix", but it would be nice to be able to apply a coupon code to a basket without applicable products (or no products). It would then only create the coupon discount lines for applicable products. I had incorrectly assumed this was the way i...
by sweeperq
Mon May 18, 2015 6:48 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Make Coupon Stick
Replies: 2
Views: 6266

Make Coupon Stick

In AC7, it appears that if there are no items in the cart, coupons do not stick. For example, I might have a special landing page that applies a coupon, but if there is nothing in the cart it gets deleted from the cart right away. Are my observations correct, and is there a way to change this behavi...
by sweeperq
Mon May 11, 2015 10:15 am
Forum: AbleCommerce GOLD
Topic: AC Gold with a CDN
Replies: 11
Views: 9163

Re: AC Gold with a CDN

Probably a good idea to move most static content (scripts, stylesheets, images, pdfs, etc) off to a CDN if you are going through the trouble. Since you are separating static content from the rest of the site a cookie-less domain is recommended for faster response times.