Search found 570 matches

by Naveed
Fri May 01, 2015 3:56 pm
Forum: AbleCommerce GOLD
Topic: Not allowing group discounts and coupons at the same time
Replies: 7
Views: 6894

Re: Not allowing group discounts and coupons at the same time

I am not sure if this will help your case or not, but here are few tips: 1. For both coupons and discounts you can choose to include or exclude specific products where coupon or discount should not be applicable. 2. For a coupon you can set the minimum quantity to be purchased to qualify for the cou...
by Naveed
Tue Apr 28, 2015 6:09 am
Forum: AbleCommerce GOLD
Topic: License Agreement Button goes back to Default page
Replies: 2
Views: 2415

Re: License Agreement Button goes back to Default page

You must check the read and accept agreement checkbox to proceed to the next configuration pages. I understand you said that it still do not allow you to move to next page. Please make sure javascript is enabled for your browser, which is required for client side validation.
by Naveed
Tue Apr 28, 2015 2:02 am
Forum: AbleCommerce GOLD
Topic: R9 Data Import fields missing?
Replies: 2
Views: 2121

Re: R9 Data Import fields missing?

Match fields are those fields which can be used (alone or combination) to uniquely identity products. Price, Retail or cost fields do not seems related in this regard, though I am not sure about your particular scenario. The value of these fields can be imported/exported but I am sorry these fields ...
by Naveed
Tue Apr 21, 2015 6:10 am
Forum: AbleCommerce GOLD
Topic: Scrollable or zoomable Fancybox
Replies: 3
Views: 2676

Re: Scrollable or zoomable Fancybox

You can do it by setting a couple of parameters while initializing the fancybox for product images, please follow these steps: Open the ~/Website/ConLib/ProductImage.ascx control for editing and change the following lines of javascript code: From: $('a.fancygallery').fancybox(); $(".fancybox-thumbs"...
by Naveed
Fri Apr 17, 2015 12:41 am
Forum: AbleCommerce GOLD
Topic: Can Able Gold automatically classify an address?
Replies: 9
Views: 6790

Re: Can Able Gold automatically classify an address?

Sorry, there is no automatic way, it has to be done manually by the customer to indicate about each address while editing/inputting the address.
by Naveed
Thu Apr 02, 2015 9:01 am
Forum: AbleCommerce GOLD
Topic: PayPal Express site and Gold 9 adding home state tax?
Replies: 5
Views: 5072

Re: PayPal Express site and Gold 9 adding home state tax?

I checked and we are sending the tax amount with the cart total when express checkout is used. At PayPal we just show basket total and no breakup so it seems confusing as taxes are not shown at basket page before billing & shipping addresses are selected so the total amounts at basket page and PayPa...
by Naveed
Wed Jan 21, 2015 6:14 pm
Forum: AbleCommerce GOLD
Topic: Super Quick PayPal Question
Replies: 3
Views: 2838

Re: Super Quick PayPal Question

It is correct, we had this issue but the good news is that this issue is already fixed for the next release. I will try to get a patch for you but I need to know which AC GOLD version you are using?
by Naveed
Fri Dec 19, 2014 5:18 am
Forum: AbleCommerce GOLD
Topic: How can I move all old user groups to the new _Default_
Replies: 8
Views: 5045

Re: How can I move all old user groups to the new _Default_

Use this query, it will add new user -> group relation for all users except admin users (groupId > 9) and anonymous users and users which are already not assigned to default group. INSERT INTO ac_UserGroups(UserId, GroupId) SELECT UserId, 383 FROM ac_Users WHERE UserId NOT IN (SELECT DISTINCT U.User...
by Naveed
Thu Nov 20, 2014 5:29 am
Forum: AbleCommerce GOLD
Topic: Can't import orders to Stone Edge - Live with Gold
Replies: 9
Views: 16025

Re: Can't import orders to Stone Edge - Live with Gold

Can you please ask more details about the error and the fix from the Stone Edge?

Or provide the link to download the Stone Edge for AC Gold.
by Naveed
Wed Nov 12, 2014 2:01 am
Forum: AbleCommerce GOLD
Topic: Dynamic Redirects, R9, Mobile Directory
Replies: 6
Views: 6148

Re: Dynamic Redirects, R9, Mobile Directory

It sounds like a bug and I am going to log this issue to investigate in details.
by Naveed
Fri Oct 24, 2014 6:18 pm
Forum: AbleCommerce GOLD
Topic: Increasing character limit for summary
Replies: 6
Views: 4757

Re: Increasing character limit for summary

I checked again the database type for ac_Webpages.Summary field is NVARCHAR(MAX), so it should not be an issue. From from your error log it is clear, that your issue is the field length. String or binary data would be truncated. The statement has been terminated ... [GenericADOException: could not u...
by Naveed
Fri Oct 24, 2014 8:54 am
Forum: AbleCommerce GOLD
Topic: Increasing character limit for summary
Replies: 6
Views: 4757

Re: Increasing character limit for summary

I tested by setting MaxLength="5000", and it works good. I am able to save value upto 5000 characters without any issue. What error you are getting, post details please.
by Naveed
Thu Oct 23, 2014 11:18 pm
Forum: AbleCommerce GOLD
Topic: Increasing character limit for summary
Replies: 6
Views: 4757

Re: Increasing character limit for summary

Open the ~/Admin/Website/ContentPages/EditContentPage.aspx file for editing, and locate the line with following code: <cb:HtmlEditor ID="Summary" runat="server" Width="100%" Height="200px" ToolbarSet="Inline" MaxLength="1000" /> Change the value of MaxLength to your desired value, or remove the attr...
by Naveed
Thu Oct 23, 2014 6:09 am
Forum: AbleCommerce GOLD
Topic: Gold R9 Import Products question
Replies: 8
Views: 8244

Re: Gold R9 Import Products question

The name field is required for new products (inserts). However for update it should not be required technically, so you are right. As a workaround, you can download the CSV data and include the name field in it, you do not need to change the name, and you can select a combination of sku and name as ...
by Naveed
Wed Oct 22, 2014 6:20 pm
Forum: AbleCommerce GOLD
Topic: Change the Page Size Options For Order Manager
Replies: 2
Views: 3286

Re: Change the Page Size Options For Order Manager

You need to specify the PageSizeOptions value using following format:

PageSizeOptions = "Show All:0|5:5|10:10|20:20|50:50|100:100"
by Naveed
Fri Oct 17, 2014 7:36 am
Forum: AbleCommerce GOLD Data Exchange
Topic: Products CSV Gold R8 build 7345
Replies: 6
Views: 17434

Re: Products CSV Gold R8 build 7345

NavigateUrl is a generated field and its value is not saved. It value is calculated based on the product id and name/title. You are not needed to specify a value when importing product data.
by Naveed
Fri Oct 10, 2014 6:24 am
Forum: AbleCommerce GOLD
Topic: ShopBy Filters within R9
Replies: 4
Views: 3781

Re: ShopBy Filters within R9

We were able to reproduce the issue and it is fixed. Here I explain the code changes to fix the issue: 1. Open the "Website/Search.aspx.cs" file in Visual Studio. 2. Go around line # 24 and define a new class level variable to hold the information about the "shop by" options selection as under: priv...
by Naveed
Tue Sep 23, 2014 6:13 am
Forum: AbleCommerce GOLD
Topic: Customer Accounts Disabled?
Replies: 57
Views: 35461

Re: Customer Accounts Disabled?

Hi All,

I just want to confirm if anyone able to reproduce this issue for Gold R7 or R8 releases? Though we were not able to reproduce the issue properly, but we made some updates to user maintenance routine for Gold R7 release to avoid this issue. I hope this is fixed for Gold R7 release.
by Naveed
Mon Sep 22, 2014 1:55 am
Forum: AbleCommerce GOLD
Topic: Customer Accounts Disabled?
Replies: 57
Views: 35461

Re: Customer Accounts Disabled?

I have reviewed all the related user maintenance implementation. We have proper checks to make sure only to disable inactive admin user accounts and never disable customer accounts (These checks were added for Gold R7 release).
by Naveed
Mon Jun 23, 2014 4:30 am
Forum: AbleCommerce GOLD Data Exchange
Topic: Adding, Updating and Deleting Products via API
Replies: 1
Views: 9933

Re: Adding, Updating and Deleting Products via API

AbleCommerce Gold offers built in web services API support to insert, update and delete products. Please check wiki link for details: http://wiki.ablecommerce.com/index.php/AbleCommerce_Gold_Web_Api It offers a lot more operations then that, you can visit the API help page for your store using the h...
by Naveed
Wed Jun 11, 2014 7:38 am
Forum: AbleCommerce GOLD
Topic: Question about NHibernate
Replies: 5
Views: 3419

Re: Question about NHibernate

The data is cached/fetched only for current nhibernate session. We usually use one session per http request, so you can safely assume it is cached for only one browser request. Next time the page is loaded, it will use a new nhibernate session and will again access the database.
by Naveed
Wed Jun 11, 2014 3:20 am
Forum: AbleCommerce GOLD
Topic: Question about NHibernate
Replies: 5
Views: 3419

Re: Question about NHibernate

Ryan is right about fetching related product data from database for all category pages. The data is pre-fetched/loaded from database and cached by nhibernate before rendering products information at category pages, this data is later used by different controls (e.g. ~/ConLib/ProductPrice.ascx, ~/Con...
by Naveed
Fri May 16, 2014 3:26 am
Forum: AbleCommerce GOLD
Topic: Our Zip Code being entered in shipping information
Replies: 62
Views: 33379

Re: Our Zip Code being entered in shipping information

http://www.FireFold.com I checked the store. And to me it seems something related to estimate shipping cost feature at basket page and guest checkout. At first run I started a new anonymous session. I added a product to cart and attempted to checkout using guest checkout option. At the billing addr...
by Naveed
Thu May 15, 2014 3:37 am
Forum: AbleCommerce GOLD
Topic: Error after 7.07. upgrade to Gold R7
Replies: 5
Views: 8233

Re: Error after 7.07. upgrade to Gold R7

Thanks for reporting the issue. There are few helpful hints about the issue, but not clear enough to identify the problem exactly. [NullReferenceException: Object reference not set to an instance of an object.] CommerceBuilder.Payments.PaymentRepository.BeforeSave(Object entity) +1094 CommerceBuilde...
by Naveed
Mon May 12, 2014 4:56 am
Forum: AbleCommerce GOLD
Topic: USPS retiring Rate V3 Api
Replies: 32
Views: 16480

Re: USPS retiring Rate V3 Api

Yes, It seems this will require code changes, as we are using Rate V3 API, and we have to update our API to RateV4.