Search found 27 matches

by JaminLeather
Mon Dec 29, 2014 9:45 am
Forum: AbleCommerce GOLD
Topic: Unable to Download Orders from AbleCommerce to StoneEdge
Replies: 3
Views: 3352

Re: Unable to Download Orders from AbleCommerce to StoneEdge

Thanks Katie. I have contacted Monsoon....still waiting to hear from them. At this point, I am trying to use all of my resources to fix this!

I will check the files as suggested.

Thanks again,
Simone
by JaminLeather
Mon Dec 29, 2014 8:42 am
Forum: AbleCommerce GOLD
Topic: Unable to Download Orders from AbleCommerce to StoneEdge
Replies: 3
Views: 3352

Unable to Download Orders from AbleCommerce to StoneEdge

Error when importing orders: SETIError: System.NullReferenceException : Object reference not set to an instance of an object. at SETIService.DO_DownloadOrders(HttpResponse HttpResponse, XmlDocument& xRespDoc, String Order Date, String LastOrder, String StartNum, String BatchSi Please help! This erro...
by JaminLeather
Fri Oct 31, 2014 9:15 am
Forum: AbleCommerce GOLD
Topic: GOLD R8 - Google AdWords Conversion Tracking
Replies: 2
Views: 5750

Re: GOLD R8 - Google AdWords Conversion Tracking

Worked like a charm! Thanks so much!
by JaminLeather
Thu Oct 30, 2014 11:49 am
Forum: AbleCommerce GOLD
Topic: GOLD R8 - Google AdWords Conversion Tracking
Replies: 2
Views: 5750

GOLD R8 - Google AdWords Conversion Tracking

I am using the following code on our Receipt.aspx page: <!-- Google Code for Purchase Conversion Page --> <script type="text/javascript"> /* <![CDATA[ */ var google_conversion_id = 1234567890; var google_conversion_language = "en_US"; var google_conversion_format = "1"; var google_conversion_color =...
by JaminLeather
Mon Oct 06, 2014 8:57 am
Forum: AbleCommerce GOLD
Topic: USPS retiring RateV3 API - upgrade to RateV4 today!
Replies: 14
Views: 23637

Re: USPS retiring RateV3 API - upgrade to RateV4 today!

Since updating our site with the new API information, we are continuing to get errors obtaining shipping rates. We are currently using GOLD R8. "Failed to obtain rate quote for the given ship method 'Priority Mail International (6-14 Days)' " "Failed to obtain rate quote for the given ship method 'S...
by JaminLeather
Fri Aug 29, 2014 8:25 am
Forum: AbleCommerce GOLD
Topic: Category Description / Summary (R8/Gold)
Replies: 6
Views: 5426

Re: Category Description / Summary (R8/Gold)

Ok, maybe there is something else preventing the description from displaying. Here is the full code: <%@ Control Language="C#" AutoEventWireup="True" Inherits="AbleCommerce.ConLib.CategoryGridPage2" Codebehind="CategoryGridPage2.ascx.cs" %> <%-- <conlib> <summary>A category page that displays all pr...
by JaminLeather
Thu Aug 28, 2014 2:11 pm
Forum: AbleCommerce GOLD
Topic: Category Description / Summary (R8/Gold)
Replies: 6
Views: 5426

Category Description / Summary (R8/Gold)

I am in the final days of our site upgrade and am having trouble displaying the Category Description. I am using CategoryGridPage2.ascx and have made the modifications needed to display the product summary. However, the Category Description is not behaving as expected. This is what I am using to dis...
by JaminLeather
Tue Oct 29, 2013 7:51 am
Forum: AbleCommerce GOLD
Topic: Third Party Custom Handler Script and AbleCommerce GOLD
Replies: 4
Views: 8657

Re: Third Party Custom Handler Script and AbleCommerce GOLD

You could try changing this in the App_Code/PageHelper.cs public static bool IsInMobileContext(HttpRequest request) { return request.AppRelativeCurrentExecutionFilePath.ToLower() .StartsWith("~/mobile/"); } Thanks for the reply! Not sure it helps for preventing the header modification of this one p...
by JaminLeather
Fri Oct 25, 2013 9:00 am
Forum: AbleCommerce GOLD
Topic: Third Party Custom Handler Script and AbleCommerce GOLD
Replies: 4
Views: 8657

Re: Third Party Custom Handler Script and AbleCommerce GOLD

It appears that AbleCommerce detects the calling client as a mobile device. One thing you can do to avoid getting redirected is to add a query parameter FSIntent=true to the URL. Thank you for the reply. That is good to know! Unfortunately I can not modify the query parameters as they are sent by t...
by JaminLeather
Mon Oct 21, 2013 12:09 pm
Forum: AbleCommerce GOLD
Topic: Third Party Custom Handler Script and AbleCommerce GOLD
Replies: 4
Views: 8657

Third Party Custom Handler Script and AbleCommerce GOLD

Our local order processing system interfaces with AbleCommerce through a custom handler which (in version 7.x) resides in the ClientAPI directory. This integration script allows for order downloads, inventory management and other tasks through HTML GET requests. This integration script will not work...
by JaminLeather
Fri Jun 28, 2013 2:17 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: viewing customers searchs
Replies: 2
Views: 5979

Re: viewing customers searchs

If you are running Google Analytics on your site, there is a super easy non-coding way to see what searches your customers are performing. Go to Content | Site Content | All Pages and type Search.aspx in the search box. Each customer search will show up as a separate page with the search term listed...
by JaminLeather
Fri Mar 02, 2012 11:25 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Complete Item Listing
Replies: 7
Views: 5645

Re: Complete Item Listing

You could create your own query, but for pulling a list of all products along with any variants, you could use the existing CommerceBuilder methods. Try something like this... ... using CommerceBuilder.Products; ... ProductCollection allProducts = CommerceBuilder.Products.ProductDataSource.LoadForSt...
by JaminLeather
Thu Jan 26, 2012 2:03 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Discover Card Network Not Fully Supported?
Replies: 2
Views: 2443

Re: Discover Card Network Not Fully Supported?

Thank you for testing. This is the number given to me by the Discover Card representative and it does represent JCB cards. It's possible they made an error.
by JaminLeather
Tue Jan 24, 2012 10:55 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Discover Card Network Not Fully Supported?
Replies: 2
Views: 2443

Discover Card Network Not Fully Supported?

I received a letter from Discover stating that our website (7.0.5.14053) is not full enabled to accept Discover network cards. After investigating with their support department, we found that is one range of numbers that Able Commerce fails to recognize as valid. I get the message "You must enter a ...
by JaminLeather
Thu Apr 21, 2011 10:34 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Facebook Like Issue
Replies: 5
Views: 3793

Re: Facebook Like Issue

You can force Facebook to use a specific image, as well as specify other pertinent information about the page by using the Facebook Open Graph Tags. Use the following link for more information. http://developers.facebook.com/docs/reference/plugins/like/ You can include these Tags in the header of yo...
by JaminLeather
Mon Apr 11, 2011 2:29 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: email from Google Product Search
Replies: 3
Views: 10606

Re: email from Google Product Search

The robots.txt file "suggests" relevant content to search engine bots. If you have content on your site that you would rather not have crawled, list it in this file. The search engines may or may not take your suggestions. In the case of your images on Google Product Search, Google is probably takin...
by JaminLeather
Mon Mar 14, 2011 7:08 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Need Help Testing Variant Behavior in 7.0.6
Replies: 4
Views: 4189

Re: Need Help Testing Variant Behavior in 7.0.6

As I understand this is the way AbleCommerce works. ac_ProductVariants table is not used to store all the variants but it is used to store only the variants that have a non-default values for some field. Other (default) variants are created on the fly. I don't think AbleCommerce is going to change ...
by JaminLeather
Fri Mar 11, 2011 10:31 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Need Help Testing Variant Behavior in 7.0.6
Replies: 4
Views: 4189

Need Help Testing Variant Behavior in 7.0.6

I am trying to track down a problem and needed help with a quick test. Could anyone that is on a clean install of 7.0.6 please perform the following test for me? It should only take a few minutes. 1. Create a new item. Give it a name and a sku and hit Save. 2. Click Options and Variants. Enter "Size...
by JaminLeather
Mon Mar 07, 2011 12:01 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Variant Tracking Bug - StoneEdge and AbleCommerce
Replies: 3
Views: 3469

Re: Variant Tracking Bug - StoneEdge and AbleCommerce

They are using CommerceBuilder.Products.ProductVariantCollection to return the list of variants. However in AbleCommerce Verision 7.0.5.14053 this only returns variants with a quantity on hand. If the variant quantity is zero, it is not returned. According to Stone Edge, this behavior is new to the ...
by JaminLeather
Mon Mar 07, 2011 10:14 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Variant Tracking Bug - StoneEdge and AbleCommerce
Replies: 3
Views: 3469

Re: Variant Tracking Bug - StoneEdge and AbleCommerce

Here is the latest information I have from Stone Edge regarding this problem. We use the AbleCommerce API, not their tables directly. The behavior seen is correct behavior. We do not build variants in the absence of a variant. We take whatever the shopping cart gives us. They have blamed this proble...
by JaminLeather
Tue Mar 01, 2011 10:40 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Variant Tracking Bug - StoneEdge and AbleCommerce
Replies: 3
Views: 3469

Variant Tracking Bug - StoneEdge and AbleCommerce

I need help tracking down a bug that occurs when updating quantity on hand for inventory variants between Stone Edge Order Manager and AbleCommerce. Strictly speaking this is a bug with Stone Edge, unfortunately I am being told it will be at least two weeks before their developers can even begin loo...
by JaminLeather
Tue Dec 21, 2010 10:52 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Stone Edge Integration with AbleCommerce
Replies: 0
Views: 2460

Stone Edge Integration with AbleCommerce

Because of the "real time" link with AbleCommerce, we are considering switching our current Enterprise Management software to Stone Edge. I would love to find out who is currently using Stone Edge with the AbleCommerce 7.x and was wondering if any of you would be willing to speak with me about your ...
by JaminLeather
Tue Nov 09, 2010 9:19 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Subscriptions and serial keys / access to special content
Replies: 1
Views: 2006

Re: Subscriptions and serial keys / access to special content

When you set up a subscription, you can associate one or more groups with that subscription. Once you create a new group for the premium content, it is easy to check if a user belongs to that group. Use somethings like the following in Page_Load for your new page(s). int premiumContentGroup = 999; /...
by JaminLeather
Thu Oct 14, 2010 3:01 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: More images - Productimages.aspx problem
Replies: 3
Views: 4755

Re: More images - Productimages.aspx problem

I had this same problem and if I remember correctly, I fixed it by forcing IE compatibility mode to version 7. Try the following meta tag and see if it fixes the problem for you.

Code: Select all

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />