Search found 3779 matches

by jmestep
Tue Oct 13, 2020 11:34 am
Forum: AbleCommerce GOLD
Topic: Authorize.Net CIM and how AVS will work
Replies: 2
Views: 15993

Re: Authorize.Net CIM and how AVS will work

I didn't run into an AVS error, but we have a client who is using Authnet CIM on a R11 site. When customers try to check out with a saved profile, they get the error that Bill To Address is required. I've checked and they have the latest version of the dll, according to your help site hot patches If...
by jmestep
Mon Jun 10, 2019 5:25 am
Forum: AbleCommerce GOLD
Topic: Restrict shipping choices by product
Replies: 6
Views: 17993

Re: Restrict shipping choices by product

No, the new options are in the new version of AC9, which is out as Release Candidate 3 now. There is information on the AbleCommerce website.
by jmestep
Thu May 30, 2019 5:35 am
Forum: AbleCommerce GOLD
Topic: Restrict shipping choices by product
Replies: 6
Views: 17993

Re: Restrict shipping choices by product

AC9 has more variety of shipping options and solves this problem. AC has released RC3 of it so far.
by jmestep
Thu May 02, 2019 5:36 am
Forum: AbleCommerce GOLD
Topic: Error log
Replies: 4
Views: 11661

Re: Error log

We see that on numerous sites and AC did some troubleshooting on one but never found the issue and suggested it was custom code because they were not getting other reports. It is because of the Anti-Xss patch.
by jmestep
Thu May 02, 2019 5:35 am
Forum: AbleCommerce GOLD
Topic: Forums change?
Replies: 7
Views: 18115

Re: Forums change?

I miss the link to click to go right to unread posts, but I don't know if you can get it back or not.
by jmestep
Sun Mar 17, 2019 9:15 pm
Forum: AbleCommerce GOLD
Topic: schema.org missing markup
Replies: 10
Views: 23681

Re: schema.org missing markup

There is probably code in the code behind that populates the nameLabel so you need to comment that out also You can hide it and leave the code behind the same by adding Visible="false" to the nameLabel tag or using html comments <!-- xxx --> <h2 style="font-size:28px; color:#ffffff;font-family:'Bitt...
by jmestep
Tue Mar 12, 2019 8:59 pm
Forum: AbleCommerce GOLD
Topic: schema.org missing markup
Replies: 10
Views: 23681

Re: schema.org missing markup

It's hard to tell for sure without seeing all your code but if <asp:Label ID="nameLabel" runat="server"></asp:Label> shows the product name, you would add itemprop="name" to that markup and leave everything else the same.
by jmestep
Wed Mar 06, 2019 10:03 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Email template - add data from the random table
Replies: 6
Views: 18502

Re: Email template - add data from the random table

I don't know about R9, but in R12, you can override the default events handler similar to the following snippet: public class PowerWebStoreEventsHandler : DefaultEventsHandler { public override void OrderPlaced(object o, OrderPlacedEventArgs e) { base.OrderPlaced(o, e); var order = e.Order; ... Edit...
by jmestep
Sun Mar 03, 2019 10:17 pm
Forum: AbleCommerce GOLD
Topic: Schema.org "name" field missing
Replies: 1
Views: 8841

Re: Schema.org "name" field missing

You would remove this tag, assuming you are going to put the original code elsewhere so that you have the name: <span itemprop="name" id="ctl00_ctl00_NestedMaster_PageHeader_StoreHeader_H_nameLabel">mooncake mold round</span> AC original code comes in ConLib/ProductPage.ascx, right after the breadcr...
by jmestep
Tue Jan 29, 2019 10:16 pm
Forum: AbleCommerce GOLD
Topic: AbleCommerce 9 RC1 released!
Replies: 1
Views: 10955

Re: AbleCommerce 9 RC1 released!

The install instructions link is broke. It looks like it should be http://help.ablecommerce.com/upgrades/a ... erce_9.htm ?
by jmestep
Wed Jan 02, 2019 10:06 pm
Forum: AbleCommerce GOLD
Topic: Add Signature ($3.00) checkbox at checkout
Replies: 1
Views: 7843

Re: Add Signature ($3.00) checkbox at checkout

You could add the check box, then if it is checked, add a basket item of Orderitemtype.Charge to the order via code.
by jmestep
Sun Oct 28, 2018 10:03 pm
Forum: AbleCommerce GOLD Data Exchange
Topic: Ship Station Export
Replies: 1
Views: 11134

Re: Ship Station Export

I just checked the R12 source code vs. the R10 source code and there are 4 null checks in R12 that aren't there in R10.
by jmestep
Wed Sep 26, 2018 9:59 pm
Forum: AbleCommerce GOLD
Topic: PCI compliance issue
Replies: 4
Views: 11498

Re: PCI compliance issue

We are having to patch this also- some sites are reporting it from their PCI compliance scans. Here is what we did in web.config. Adding the xxx="true" at end of tags <forms timeout="15" slidingExpiration="true" name="ACGOLD.ASPXAUTH" requireSSL="true"/> <anonymousIdentification enabled="true" cooki...
by jmestep
Wed Sep 12, 2018 9:08 pm
Forum: AbleCommerce GOLD
Topic: Windows Server 2016
Replies: 4
Views: 11783

Re: Windows Server 2016

I usually see that error when the site can't connect to the database.
by jmestep
Sun Aug 19, 2018 9:57 pm
Forum: AbleCommerce GOLD
Topic: Strange error when using Auth.net CIM
Replies: 5
Views: 13284

Re: Strange error when using Auth.net CIM

What build of AC are you running? I see a bug fix in R12 SR2 that might be related.
AC8-3253
Authorize.net CIM Authorize and Refund issues with new profile
http://help.ablecommerce.com/#t=upgrade ... ld_R12.htm
by jmestep
Tue Aug 07, 2018 9:28 pm
Forum: AbleCommerce GOLD
Topic: Customization for "More Info" button alternative
Replies: 1
Views: 8001

Re: Customization for "More Info" button alternative

This shouldn't be too difficult. How do you distinguish your one of a kind products from the others that go out of stock where you want the button to say More Info?
by jmestep
Thu Jul 26, 2018 12:31 am
Forum: AbleCommerce GOLD
Topic: Google Shopping Feed: Availability Line in Source Code
Replies: 23
Views: 73624

Re: Google Shopping Feed: Availability Line in Source Code

At this point, I don't know what to say. It looks like the pricing display is commented out so it must be somewhere else.
by jmestep
Tue Jul 24, 2018 10:07 pm
Forum: AbleCommerce GOLD
Topic: Google Shopping Feed: Availability Line in Source Code
Replies: 23
Views: 73624

Re: Google Shopping Feed: Availability Line in Source Code

It looks like on your site it is in ConLib/BuyProductDialog. You can search for itemprop="price".
by jmestep
Sun Jul 22, 2018 9:55 pm
Forum: AbleCommerce GOLD
Topic: Google Shopping Feed: Availability Line in Source Code
Replies: 23
Views: 73624

Re: Google Shopping Feed: Availability Line in Source Code

You need to move the dollar sign outside the tag. Then change the price display in the code behind to something like .LSCurrencyFormat("ulcf") or .ToString("F2") - off the top of my head.
by jmestep
Sun Jul 22, 2018 9:47 pm
Forum: AbleCommerce GOLD
Topic: All Paypal, UPS, USPS logins wiped out on server reboot
Replies: 1
Views: 8107

Re: All Paypal, UPS, USPS logins wiped out on server reboot

Here is what probably happened. Do you have a machineKey entry in your web.config?
http://help.ablecommerce.com/#t=FAQs%2F ... rhsyns=%20
by jmestep
Tue Jul 17, 2018 10:17 pm
Forum: AbleCommerce GOLD
Topic: Shipping issue I cannot figure out
Replies: 3
Views: 9924

Re: Shipping issue I cannot figure out

Maybe I'm misunderstanding your set up, but I tested some. I have a zone for Ohio, another one for all but Ohio. I have a flat rate that applies to Ohio zone only. UPS Ground applies to all but Ohio zone. Ohio address sees the flat rate only. Illinois address seess UPS ground only. I don't have any ...
by jmestep
Wed Jul 11, 2018 9:20 pm
Forum: AbleCommerce GOLD
Topic: Upgrading to jQuery 3.0.0
Replies: 31
Views: 80349

Re: Upgrading to jQuery 3.0.0

That's funny. Customers that use Trustwave were the first ones to report it to us!
by jmestep
Tue Jul 10, 2018 9:37 pm
Forum: AbleCommerce GOLD
Topic: Upgrading to jQuery 3.0.0
Replies: 31
Views: 80349

Re: Upgrading to jQuery 3.0.0

It doesn't look like it since the issue was first posted in February. We are patching sites because they are failing PCI Compliance scans.
by jmestep
Wed Jun 20, 2018 10:17 pm
Forum: AbleCommerce GOLD
Topic: Duplicate DLL references in VS temp files
Replies: 1
Views: 7803

Re: Duplicate DLL references in VS temp files

If this happens shortly after you have changed code, the site could be still compiling. I have had that happen at times. Wait a minute and refresh the page and see if it happens again.
by jmestep
Wed May 16, 2018 2:40 am
Forum: AbleCommerce GOLD
Topic: Paypal update to API Certificate required
Replies: 2
Views: 8773

Paypal update to API Certificate required

One of our clients got this email from Paypal. Is there something you need to do? Should the client do this and put the certificate in the App_Data folder? I do see code in the Paypal PayNowButton that looks in the App_Data folder. Good Afternoon xx! I hope this email finds you well. There is an imp...