Search found 436 matches

by jguengerich
Tue Apr 17, 2018 3:57 am
Forum: AbleCommerce GOLD
Topic: What source page has captcha image
Replies: 13
Views: 7660

Re: What source page has captcha image

Hmm, not sure what happened then. I tried it on my test server and it worked fine. The page loaded, and Firefox's Inspector tool showed that the captcha image html element had an "alt" tag. Are you sure you had the spaces and quotes correct in the source?
by jguengerich
Tue Apr 17, 2018 3:07 am
Forum: AbleCommerce GOLD
Topic: What source page has captcha image
Replies: 13
Views: 7660

Re: What source page has captcha image

What error did you get?
by jguengerich
Tue Apr 17, 2018 2:07 am
Forum: AbleCommerce GOLD
Topic: What source page has captcha image
Replies: 13
Views: 7660

Re: What source page has captcha image

Just add the AlternateText parameter to the CaptchaImage control:

Code: Select all

<cb:CaptchaImage ID="CaptchaImage" runat="server" Height="80px" Width="150px" AlternateText="test" EnableViewState="False" /><br />
by jguengerich
Mon Apr 16, 2018 9:27 am
Forum: AbleCommerce GOLD
Topic: What source page has captcha image
Replies: 13
Views: 7660

Re: What source page has captcha image

Looks like Conlib\ProductTellAFriend.ascx
by jguengerich
Thu Apr 12, 2018 1:26 am
Forum: AbleCommerce GOLD
Topic: Template for specific product
Replies: 5
Views: 6143

Re: Template for specific product

Depending on where the other information is stored and what indicates that a product has this extra information, you may be able to accomplish this using NVelocity #if statements in the "normal" template. For example, #if ($orderItem.Product.Manufacturer == "Acme") $orderItem.Product.ExtendedDescrip...
by jguengerich
Tue Apr 10, 2018 3:25 am
Forum: AbleCommerce GOLD
Topic: Cannot Limit Records on Manage Products Page
Replies: 4
Views: 5408

Re: Cannot Limit Records on Manage Products Page

Your ObjectDataSource definition element is missing the SelectCountMethod parameter. Here is what mine looks like, I'm pretty sure this is as shipped (no customizations): <asp:ObjectDataSource ID="ProductsDS" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="FindProducts" Se...
by jguengerich
Thu Apr 05, 2018 9:01 am
Forum: AbleCommerce GOLD
Topic: ManageProducts.aspx - Change initial query on page load
Replies: 2
Views: 3593

Re: ManageProducts.aspx - Change initial query on page load

Which version are you using? In R12, it shouldn't be rendering all the products unless you have "Show All" selected in the dropdown at the top right of the list. R12 also has the search tools at the top, no matter how what you select in the "Show" dropdown. I'm not sure why changing the maxRequestLe...
by jguengerich
Wed Mar 21, 2018 6:15 am
Forum: AbleCommerce GOLD
Topic: Paypal changes TLS1.2
Replies: 6
Views: 7816

Re: Paypal changes TLS1.2

I'm guessing that would be covered by following these guidelines:
http://help.ablecommerce.com/index.htm# ... LS_1.2.htm
But, I don't use PayPal, so I can't say for sure.
by jguengerich
Wed Mar 14, 2018 8:54 am
Forum: AbleCommerce GOLD
Topic: Problem with KB4088875 (Update Rollup)
Replies: 2
Views: 3432

Re: Problem with KB4088875 (Update Rollup)

More info: apparently only affects VMWare Virtual Servers running Windows Server 2008 (perhaps only R2) or Windows 7.
by jguengerich
Wed Mar 14, 2018 8:40 am
Forum: AbleCommerce GOLD
Topic: FedEx provider needs update - move to GitHub?
Replies: 31
Views: 40424

Re: FedEx provider needs update - move to GitHub?

Based on my experience, and from reading the FedEx Web Services developer's guide and web pages, if you just want to request rates (which I realize is less than the ultimate goal), "Certification is not required for any Standard Services." Therefore, AC customers can just take the connector project,...
by jguengerich
Wed Mar 14, 2018 7:22 am
Forum: AbleCommerce GOLD
Topic: Problem with KB4088875 (Update Rollup)
Replies: 2
Views: 3432

Problem with KB4088875 (Update Rollup)

This isn't strictly about AbleCommerce, but it may affect you if you are running your AbleCommerce web site on a virtual server. Applying KB4088875 (2018-03 Security Monthly Quality Rollup...) may replace the virtual NIC with a default one, which, depending on your configuration, may cause it to los...
by jguengerich
Fri Mar 09, 2018 10:32 am
Forum: AbleCommerce GOLD
Topic: Store Down due to not able to process credit cards
Replies: 5
Views: 6499

Re: Store Down due to not able to process credit cards

Looks like Katie forgot to put in the link, I think this is the FAQ she is referring to:
http://help.ablecommerce.com/FAQs/AbleC ... lletin.htm
by jguengerich
Thu Mar 01, 2018 5:52 am
Forum: AbleCommerce GOLD
Topic: FedEx provider needs update - move to GitHub?
Replies: 31
Views: 40424

Re: FedEx provider needs update - move to GitHub?

BTW I had to make 2 changes to the FedExProvider.cs file so it would work for me: Line 200: _services.Add(ServiceType.FIRST_OVERNIGHT.ToString(), "FedEx Overnight"); changed to: _services.Add(ServiceType.FIRST_OVERNIGHT.ToString(), "FedEx First Overnight"); Line 593: if (Array.IndexOf(imperialUnits,...
by jguengerich
Thu Mar 01, 2018 5:18 am
Forum: AbleCommerce GOLD
Topic: FedEx provider needs update - move to GitHub?
Replies: 31
Views: 40424

Re: FedEx provider needs update - move to GitHub?

Where did this end up? Is the Able-coded source or binary for the Fedex integration available somewhere? The Wiki article is here: http://wiki.ablecommerce.com/index.php/FedEx_Connector_for_AbleCommerce_Gold Now that CodePlex is shutdown, they've archived everything, so the link on that page redire...
by jguengerich
Wed Feb 28, 2018 2:53 am
Forum: AbleCommerce GOLD
Topic: Upgrading to jQuery 3.0.0
Replies: 31
Views: 80303

Re: Upgrading to jQuery 3.0.0

Does the ~Website/AbleCommerce.csproj file only exist in the WAP version?
by jguengerich
Wed Feb 28, 2018 2:45 am
Forum: AbleCommerce GOLD
Topic: Upgrading to jQuery 3.0.0
Replies: 31
Views: 80303

Re: Upgrading to jQuery 3.0.0

In the source code, the file \CommerceBuilder.WebApi\Areas\HelpPage\Views\Help\DisplayTemplates\TestClientReferences.cshtml has the following line: <script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.3.min.js" defer="defer"></script> Should that be changed too? It looks like reference to ...
by jguengerich
Mon Feb 26, 2018 7:25 am
Forum: AbleCommerce GOLD
Topic: NHibernate Cache AC Gold R11
Replies: 6
Views: 7069

Re: NHibernate Cache AC Gold R11

I've never had it revert a price for me (on R5, R12, R12 SR1, or R12 SR2), so I doubt it is something in the standard AbleCommerce code. Are you sure you don't have a recurring Agent job set up in SQL Server or a recurring Windows Task set up in Task Manager (wouldn't even have to be on the SQL Serv...
by jguengerich
Wed Feb 21, 2018 8:07 am
Forum: AbleCommerce GOLD
Topic: Chase Paymentech AVS matching
Replies: 7
Views: 7894

Re: Chase Paymentech AVS matching

I don't have time to figure out the exact code, but if you want to code it yourself, in general you would check the transaction's AVSResultCode property, and show a color or flag or something on the appropriate screen (list of orders, list of payments, etc.). Or, you could check it right after the c...
by jguengerich
Fri Feb 16, 2018 2:24 am
Forum: AbleCommerce GOLD
Topic: UPS Online Tools Configuration
Replies: 2
Views: 3680

Re: UPS Online Tools Configuration

My site (Gold R12 SR2) does not have any problems using the rating url in the AbleCommerce documentation (https://onlinetools.ups.com/ups.app/xml/). I'm pretty sure the User Id and Access Key were filled in when I added the UPS shipping method. I have this additional sentence at the top of the page:...
by jguengerich
Wed Nov 29, 2017 8:17 am
Forum: AbleCommerce GOLD
Topic: R12 SR2 code missing from Base.Master
Replies: 4
Views: 6624

R12 SR2 code missing from Base.Master

EDIT: Oops, looks like the code in \Layouts\Base.Master.cs has been simplified and AntiXsrfUserName is no longer needed. False alarm :) . It appears that the following line of code is missing from \Layouts\Base.Master <asp:HiddenField ID="AntiXsrfUserName" runat="server" /> Shouldn't it be after thi...
by jguengerich
Wed Nov 29, 2017 7:10 am
Forum: AbleCommerce GOLD
Topic: R12 SR2 location of log4net.config
Replies: 2
Views: 3225

R12 SR2 location of log4net.config

I initially built our site using GOLD R5, and have since upgraded to R12 and R12 SR1. All those versions had the log4net.config file in the \App_Data folder. In the R12 SR2 update, the log4net.config file has changed, and it is in the \bin folder. What is the correct update path: A. Leave the old on...
by jguengerich
Tue Nov 28, 2017 5:59 am
Forum: AbleCommerce GOLD
Topic: Change warning message from basket.validate
Replies: 5
Views: 4598

Re: Change warning message from basket.validate

It looks like it is in CommerceBuilder\Resources\LocalizedStrings.resx, which probably means you need the source code. I haven't tried changing them, so you may want to wait for someone from AbleCommerce to respond with confirmation.
by jguengerich
Tue Nov 21, 2017 2:12 am
Forum: AbleCommerce GOLD
Topic: Payment & Integrated Shipper Gateway Config Data cleared
Replies: 9
Views: 6671

Re: Payment & Integrated Shipper Gateway Config Data cleared

Glad you got it working. Another possible cause would be applying Windows Updates to the web server.
by jguengerich
Thu Nov 09, 2017 10:27 am
Forum: AbleCommerce GOLD
Topic: Payment & Integrated Shipper Gateway Config Data cleared
Replies: 9
Views: 6671

Re: Payment & Integrated Shipper Gateway Config Data cleared

In the other threads about it on here, Katie (from Able) has stated that this issue doesn't affect everyone, and they have been unable to figure out what the unique set of circumstances/configurations it is that causes it to be a problem for some people.
by jguengerich
Thu Nov 09, 2017 10:10 am
Forum: AbleCommerce GOLD
Topic: Payment & Integrated Shipper Gateway Config Data cleared
Replies: 9
Views: 6671

Re: Payment & Integrated Shipper Gateway Config Data cleared

OK, below is what I have in my deployment notes for creating a machine key in IIS Manager. Maybe I never posted it here. Keep a copy of the machine key (or the whole web.config) and your AC encryption key (Use the Get Backup button on the Configure > Security > Encryption Key page after you encrypt)...