Search found 570 matches

by Naveed
Thu Mar 27, 2014 3:16 am
Forum: AbleCommerce GOLD
Topic: Able GOLD XML
Replies: 2
Views: 2253

Re: Able GOLD XML

I think you are asking about the XML data export? For AC707 we had Dataport application and it was supporting full store XML export. While for AC Gold we have integrated data export features, instead full store XML export we support full database export in SQL format (database backup feature). Howev...
by Naveed
Wed Mar 19, 2014 1:48 am
Forum: AbleCommerce GOLD Data Exchange
Topic: Migrating from AC 5.5 to Gold
Replies: 7
Views: 17158

Re: Migrating from AC 5.5 to Gold

You can upgrade from AC 5.5 to AC Gold, but you have to upgrade to AC707 or AC 706 first and you have to use DataPort utility for that purpose then from AC706/7 it will be an automatic database upgrade to AC Gold. Please check following links to determine your upgrade path: 1. http://help.ablecommer...
by Naveed
Fri Jan 24, 2014 6:46 am
Forum: AbleCommerce GOLD
Topic: Email list export not completing
Replies: 7
Views: 3923

Re: Email list export not completing

The export email list feature was implemented under ~/admin/marketing/email/ExportList.ashx file. It was loading all email list users in memory before starting the export and thus causing the performance issue if there are very large number of users associated. We have updated the export email list ...
by Naveed
Wed Jan 15, 2014 1:56 am
Forum: AbleCommerce GOLD
Topic: Gold R6 Similar Product Load time out
Replies: 3
Views: 2930

Re: Gold R6 Similar Product Load time out

GoldR6 (build 6169) - when accessing the "Similar Products" page in Admin it take a very long time to load and sometimes is timing out. There is no specifics on the error log when is timing out. The ac_RelatedProducts table has less than 200 entries and the files have no customizations. I tested wi...
by Naveed
Wed Jan 15, 2014 12:53 am
Forum: AbleCommerce GOLD
Topic: Gold R6 Similar Product Load time out
Replies: 3
Views: 2930

Re: Gold R6 Similar Product Load time out

I see an error on the error log: 2014-01-14 15:56:44,408 WARN e.Engine.ForeignKeys Unable to determine if CommerceBuilder.Products.RelatedProduct with assigned identifier CommerceBuilder.Products.RelatedProductKey is transient or detached; querying the database. Use explicit Save() or Update() in s...
by Naveed
Thu Jan 09, 2014 9:12 am
Forum: AbleCommerce GOLD
Topic: Appearance of being unable to delete user in admin
Replies: 4
Views: 3422

Re: Appearance of being unable to delete user in admin

2014-01-08 16:19:19,263 WARN e.Engine.ForeignKeys Unable to determine if CommerceBuilder.Users.UserGroup with assigned identifier CommerceBuilder.Users.UserGroupKey is transient or detached; querying the database. Use explicit Save() or Update() in session to prevent this. This is a warning message...
by Naveed
Thu Jan 09, 2014 7:42 am
Forum: AbleCommerce GOLD
Topic: Error in ManageProducts.aspx for product names with quotes
Replies: 4
Views: 3897

Re: Error in ManageProducts.aspx for product names with quotes

Hello Steve, We already have EscapeSpecialCharacters function defined in our CommerceBuilder.Utility.StringHelper.cs class, which can be used for this purpose. You can replace the following code: OnClientClick='<%# AbleCommerce.Code.MyHelpers.FormatForJSArg("return confirm(\"Are you sure you want to...
by Naveed
Thu Jan 09, 2014 2:47 am
Forum: AbleCommerce GOLD
Topic: Appearance of being unable to delete user in admin
Replies: 4
Views: 3422

Re: Appearance of being unable to delete user in admin

There is not much info in the provided exception stack trace. Can you check the error log file ~/App_Data/Logs/app.log for more detailed exception stack trace, I hope it will help identify the issue.
by Naveed
Thu Jan 09, 2014 2:17 am
Forum: AbleCommerce GOLD
Topic: zero payment checkout for digital goods showing error
Replies: 2
Views: 3277

Re: zero payment checkout for digital goods showing error

The issue only exists for specific digital good product or for all products?

From the error logs for exception # 2 and 3 it seems an issue with the Lucene indexes. Please re-index from "Administration > Website > Indexes" page and re-check once re-index process finish.
by Naveed
Thu Jan 09, 2014 1:39 am
Forum: AbleCommerce GOLD
Topic: Error in ManageProducts.aspx for product names with quotes
Replies: 4
Views: 3897

Re: Error in ManageProducts.aspx for product names with quotes

I tried with IE, Firefox and Chrome browsers. For products having quotes in name it do not show any confirmation dialog, and deletes to products without it. A javascript error is logged if we check the browser error console. I am going to log a new bug for it, so that it can be fixed for next release.
by Naveed
Wed Nov 20, 2013 1:25 am
Forum: AbleCommerce GOLD Data Exchange
Topic: Data Exchange Import
Replies: 7
Views: 37643

Re: Data Exchange Import

Please report any other issues you are facing while importing. The above mentioned is already reported and fixed for Gold R5 and latest releases.
by Naveed
Wed Nov 20, 2013 1:22 am
Forum: AbleCommerce GOLD Data Exchange
Topic: Credit Card Encryption on Export
Replies: 1
Views: 9150

Re: Credit Card Encryption on Export

The credit card data is stored in database in encrypted format. Using the encryption key provided by merchants at admin side (Admin/Store/Security/EncryptionKey.aspx). You can download the encryption key, from admin. There is no way to export decrypted credit card data for security purposes.
by Naveed
Wed Nov 20, 2013 1:13 am
Forum: 7.0 DataPort
Topic: Dataport from 5.5 to 7.0.7
Replies: 1
Views: 8555

Re: Dataport from 5.5 to 7.0.7

Did you imported the users and groups separately? XML or CSV import? Please provide more details and if possible provide some sample data.
by Naveed
Tue Aug 13, 2013 8:22 am
Forum: AbleCommerce GOLD
Topic: Override Default Services Implementation for AC Gold
Replies: 2
Views: 2637

Re: Override Default Services Implementation for AC Gold

Thanks Judy for the feedback, I have updated the wiki article contents and added the instructions to copy the service assembly dll file to Bin folder before configuring the Windsor config file. I have also updated/re-arranged other contents and added some descriptions about services which are resolv...
by Naveed
Mon Aug 12, 2013 10:11 am
Forum: AbleCommerce GOLD
Topic: R5 View Order page never shows tax line items
Replies: 1
Views: 1950

Re: R5 View Order page never shows tax line items

Thanks for reporting the issue.
by Naveed
Mon Aug 12, 2013 9:36 am
Forum: AbleCommerce GOLD
Topic: Override Default Services Implementation for AC Gold
Replies: 2
Views: 2637

Override Default Services Implementation for AC Gold

AbleCommerce CommerceBuilder API implements many services for different features, for example Coupon Calculator service, Checkout service, Shipping and Tax quotes calculation services. And it uses Castle Windsor to resolve the implementation of these services. This way its fairly easy to override th...
by Naveed
Mon Aug 12, 2013 6:33 am
Forum: AbleCommerce GOLD Data Exchange
Topic: Dataport issue with Gold
Replies: 14
Views: 25238

Re: Dataport issue with Gold

UPS Worldship import/export feature already released for Gold R5 (May, 2013). Please check this forum post:
viewtopic.php?f=66&t=17365
by Naveed
Mon Aug 12, 2013 3:39 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: USPS and ABLE don't agree
Replies: 29
Views: 50583

Re: USPS and ABLE don't agree

Please have a look at following links where same issue is discussed. I hope it will help you solve this issue: http://www.pagedowntech.com/faq/faq.aspx?faqid=190 https://getsatisfaction.com/corecommerce/topics/how_do_i_fix_a_usps_api_authorization_failure_ratev3_is_not_a_valid_api_name_for_this_prot...
by Naveed
Mon Aug 12, 2013 3:35 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: USPS and ABLE don't agree
Replies: 29
Views: 50583

Re: USPS and ABLE don't agree

I accidentally deleted my old USPS user id, so I created a new one. There seems some issue with your USPS user id or some configuration issue at USPS end. As the error message is about authorization failure. I tried the above user id and its giving me following error: <Description>Authorization fai...
by Naveed
Wed Aug 07, 2013 9:32 am
Forum: AbleCommerce GOLD
Topic: MaintenanceWorker, Payments, and Transactions questions
Replies: 2
Views: 2375

Re: MaintenanceWorker, Payments, and Transactions questions

1. MaintenanceWorker only clears the EncryptedAccountData field.
2. A quick search shows that its only used by Protx provider currently.
by Naveed
Wed Aug 07, 2013 2:04 am
Forum: AbleCommerce GOLD
Topic: Data Exchange Modifications (Alternative to ZIP Files)
Replies: 4
Views: 3456

Re: Data Exchange Modifications (Alternative to ZIP Files)

I try to explain some related code stuff: 1. You can locate the latest modified file using some code below: Add following namespaces with using statements: using System.Collections.Generic; using System.IO; using CommerceBuilder.Common; string mappedPath = Server.MapPath("~/App_Data/DataExchange/Dow...
by Naveed
Tue Aug 06, 2013 10:37 pm
Forum: AbleCommerce GOLD
Topic: Regular Expressions in Zones
Replies: 6
Views: 4689

Re: Regular Expressions in Zones

This do not seems a bug, the regular expressions are working for AC Gold, but we need to follow some guidelines to indicate that we are using regular expression based filters for postal codes. For example we need to start the filter with '@' to indicate the the filter is a regular expression. Here i...
by Naveed
Tue Aug 06, 2013 9:10 pm
Forum: AbleCommerce GOLD
Topic: Disable COUNTRIES box?
Replies: 4
Views: 3420

Re: Disable COUNTRIES box?

Countries are centeral to many features in the store. Removing countries drop down will require a considerable amount of customization work. It is not worth the effort if you think you want to add countries back in near future. So I recommend deleting the countries other then US for your purpose and...
by Naveed
Tue Aug 06, 2013 8:53 pm
Forum: AbleCommerce GOLD
Topic: AC Gold Membership and Single Sign On Login
Replies: 1
Views: 2331

Re: AC Gold Membership and Single Sign On Login

AbleCommerce have its own membership and role provider classes based on Microsoft MembershipProvider and RoleProvider(AbleCommerceMembershipProvider and AbleCommerceRoleProvider clases) located in CommerceBuilder.Users namespace (CommerceBuilder.dll). You can implement your own custom wrappers for t...
by Naveed
Mon Aug 05, 2013 10:49 pm
Forum: AbleCommerce GOLD
Topic: R5 PayMyOrder page always 'credit card number is required'
Replies: 5
Views: 4740

Re: R5 PayMyOrder page always 'credit card number is required'

I have posted a workaround for a related issue at:
viewtopic.php?f=65&t=17469

Please check if it fixes the above issue.