Search found 570 matches

by Naveed
Wed Jan 22, 2020 11:20 pm
Forum: AbleCommerce GOLD
Topic: Product restricted to PUBLIC group is hidden to all
Replies: 7
Views: 10845

Re: Product restricted to PUBLIC group is hidden to all

Thank you for explaining the problem in details. How can I prevent the Wholesalers from seeing the normally priced items without preventing the "general public" from seeing them? When "Group Restrictions" are enabled for a product, the product will not be visible to any one except the selected group...
by Naveed
Wed Jan 22, 2020 8:16 am
Forum: AbleCommerce GOLD
Topic: How to test Payment Capture Failed event trigger
Replies: 2
Views: 7227

Re: How to test Payment Capture Failed event trigger

To test a Failed Payment scenario, Add and setup "AbleCommerce Test Gateway" payment gateway.

Administration > Configure > Payments > Gateways > Add Gateway

And from gateway configuration page, set its Execution Mode: to Always Reject
by Naveed
Wed Jan 22, 2020 7:46 am
Forum: AbleCommerce GOLD
Topic: Product restricted to PUBLIC group is hidden to all
Replies: 7
Views: 10845

Re: Product restricted to PUBLIC group is hidden to all

PUBLIC is not one of the default groups, it seems a custom group added by you to manage products. When a product is restricted to some groups, only the users who are added to those groups can view that product. Other users can not view that product anymore. I would have thought that the group "Publi...
by Naveed
Wed Feb 28, 2018 3:37 am
Forum: AbleCommerce GOLD
Topic: Upgrading to jQuery 3.0.0
Replies: 31
Views: 92262

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 Naveed
Wed Feb 28, 2018 3:25 am
Forum: AbleCommerce GOLD
Topic: Upgrading to jQuery 3.0.0
Replies: 31
Views: 92262

Re: Upgrading to jQuery 3.0.0

jguengerich wrote:Does the ~Website/AbleCommerce.csproj file only exist in the WAP version?
Yes it only exists WAP version. So do not worry about it if you are using WSP version.
by Naveed
Mon Oct 02, 2017 5:05 pm
Forum: AbleCommerce GOLD
Topic: Authorize.Net TLS 1.2 Requirements
Replies: 26
Views: 45242

Re: Authorize.Net TLS 1.2 Requirements

Please check this article for "Enabling Support for TLS 1.2" For Able-commerce (all versions):

http://help.ablecommerce.com/faqs/ablec ... ls_1.2.htm
by Naveed
Wed Aug 30, 2017 2:11 am
Forum: AbleCommerce GOLD
Topic: Gold R12 Authorize.Net CIM refunds using payment profile
Replies: 16
Views: 18274

Re: Gold R12 Authorize.Net CIM refunds using payment profile

Yes there is a different API for Authorize.net CIM. Please check the Authorize.net CIM API reference documentation at: http://www.grubtogo.com/authorize_net_cim.pdf There is a "transId" field for sending the reference transaction Id. I need your help to confirm the issue as I can not reproduce the i...
by Naveed
Mon Aug 28, 2017 11:48 pm
Forum: AbleCommerce GOLD
Topic: Gold R12 Authorize.Net CIM refunds using payment profile
Replies: 16
Views: 18274

Re: Gold R12 Authorize.Net CIM refunds using payment profile

I tried refund with following test cases and refund worked for me in all cases: 1. Payment storage ON, new profile. 2. Payment storage ON, existing profile. 3. Payment storage Off, without a profile. However in DoProfileRefund() the refTransId is never populated. Without the original transaction ID,...
by Naveed
Tue Nov 15, 2016 3:58 am
Forum: AbleCommerce GOLD
Topic: R12 product variants import format
Replies: 3
Views: 3299

Re: R12 product variants import format

* Choice names that include a comma or quotation mark seem to break the import and we get formatting errors If you are using the comma as text delimiter then you need to double quote the choice name data if it contains the comma in value. e.g. "Choice name having , in middle" * New choices that wer...
by Naveed
Thu Aug 25, 2016 5:19 am
Forum: AbleCommerce GOLD
Topic: Note Types - Purpose & Handling
Replies: 4
Views: 6194

Re: Note Types - Purpose & Handling

Public and System Public notes are the notes which will be visible to customers with order details. Private and SystemPrivate notes will only be visible to admin/merchant. System notes will be added automatically by application when order status changes or some order event occurs. While normal note...
by Naveed
Thu Aug 11, 2016 5:27 am
Forum: AbleCommerce GOLD
Topic: "address overide" Paypal standard
Replies: 7
Views: 7368

Re: "address overide" Paypal standard

You need the source code to make this change. The PayPal related code is under "PayPal" payment provider project, the code can be located under the "IntegratedProviders -> PayPal" folder in the PayNowButton.cs file.
by Naveed
Thu Aug 11, 2016 5:15 am
Forum: AbleCommerce GOLD
Topic: Admin Log Out Constantly
Replies: 7
Views: 6901

Re: Admin Log Out Constantly

Please check your web.config file for session timeout value. For latest AC Gold releases the value is 15 minutes:

Code: Select all

<sessionState mode="InProc" timeout="15" cookieName="ACGOLD.SESSIONID"/>
You can adjust the value as needed. I hope it will solve your issue.
by Naveed
Thu Aug 04, 2016 1:28 am
Forum: AbleCommerce GOLD
Topic: TinyMCE default font?
Replies: 3
Views: 5500

Re: TinyMCE default font?

The TinyMCE editor is initialized in the WebControls/HtmlEditor.cs under CommerceBuilder.UI project. In the OnLoad function you can configure the default font-size etc. Please add the following javascript settings where we are building the "initScript": initScript.AppendLine("setup : function(ed) { ...
by Naveed
Tue Jul 12, 2016 6:07 am
Forum: AbleCommerce GOLD
Topic: Generic Error in GDI+
Replies: 4
Views: 6109

Re: Generic Error in GDI+

The error occurs while trying to save chart images, and might be related to the access permissions at destination folder/directory. Please make sure that for "webcharts" folder asp.net user have appropriate write permissions/access rights.
by Naveed
Tue Jun 14, 2016 4:45 pm
Forum: AbleCommerce GOLD
Topic: can't add user with .engineering email address
Replies: 8
Views: 7360

Re: can't add user with .engineering email address

The email addresses are validation using the CommerceBuilder.UI.WebControls.EmailAddressValidator, it allows 2-6 characters in this part of domain. You will require to either update the Regex defined in the CommerceBuilder.Utility.ValidationHelper.cs class or use some custom email validator in aspx ...
by Naveed
Tue May 31, 2016 2:44 am
Forum: AbleCommerce GOLD
Topic: MasterCard New 2 Series BIN Cards
Replies: 9
Views: 12766

Re: MasterCard New 2 Series BIN Cards

Thanks Jay for posting the Regex, it covers the new 2 series but we also need to validate the existing number series as well. Here is the updated Regex to cover all the ranges for master card:

Code: Select all

^(51|52|53|54|55|222[1-9]|22[3-9][0-9]|2[3-6][0-9][0-9]|27[0-1][0-9]|2720)
by Naveed
Mon Mar 07, 2016 10:44 pm
Forum: AbleCommerce GOLD
Topic: ReadOnly address field
Replies: 2
Views: 2844

Re: ReadOnly address field

At the EditBillAddress.aspx page the FIrstName and LastName textbox controls are marked as EnableViewState="false", remove this or set EnableViewState="true" for these control and it will fix your issue.
by Naveed
Mon Feb 15, 2016 2:17 am
Forum: AbleCommerce GOLD
Topic: Backorders.. the customer has no way of knowing?
Replies: 7
Views: 6464

Re: Backorders.. the customer has no way of knowing?

Yes currently there is no way to alert/notify customers about this, however such a message can be easily added by customizing ~/ConLib/BuyProductDialog.ascx control. We are using <asp:PlaceHolder ID="InventoryDetailsPanel" /> to check and display inventory related messages in this control, this is t...
by Naveed
Mon Feb 01, 2016 1:53 am
Forum: AbleCommerce GOLD Data Exchange
Topic: Export Products with Product Templates
Replies: 1
Views: 10491

Re: Export Products with Product Templates

The commented code is related to product template, but it is only up to exporting names of associated templates. I am not sure if this is what you want?
by Naveed
Thu Jan 07, 2016 12:21 am
Forum: AbleCommerce GOLD
Topic: Gold R10 Deleting email template does not delete the file
Replies: 1
Views: 2209

Re: Gold R10 Deleting email template does not delete the file

I like the suggestion to allow reverting email templates to default/original contents. The "/App_Data/EmailTemplates/Default/" folder contains the original email template files, so only location we need cleanup is "/App_Data/EmailTemplates/1/" folder. I am going to log an issue for this.
by Naveed
Wed Dec 02, 2015 1:32 am
Forum: AbleCommerce GOLD
Topic: Multi-language support
Replies: 6
Views: 6672

Re: Multi-language support

For AbleCommerce Gold we do not support multiple languages at the moment. We have some basic framework implemented for this purpose but the feature is not complete and finished. So, I am not sure if you will be able to make it work. You can look into this forum post for help: http://forums.ablecomme...
by Naveed
Mon Nov 30, 2015 2:23 am
Forum: AbleCommerce GOLD
Topic: Restrict shipping choices by product
Replies: 6
Views: 20796

Re: Restrict shipping choices by product

You can create a new Warehouse and assign the products to that warehouse. Then shipping method can be restricted for products of certain warehouse(s).
by Naveed
Thu Nov 26, 2015 1:57 am
Forum: AbleCommerce GOLD
Topic: Gold R10 Sales By Product report timeout
Replies: 15
Views: 16349

Re: Gold R10 Sales By Product report timeout

You can replace the query as suggested by Mazhar, here I repeat the steps: In CommerceBuilder.Reporting.ReportDataSource.cs file locate following code in GetProductBreakdownSummary function // RETRIEVE THE COUPONS AND DISCOUNTS TOTALS string sql = @"SELECT T1.ProductId, T1.CouponsTotal, T2.Discounts...
by Naveed
Fri Nov 20, 2015 1:34 am
Forum: AbleCommerce GOLD
Topic: Gold R10 Sales By Product report timeout
Replies: 15
Views: 16349

Re: Gold R10 Sales By Product report timeout

I have updated the query to use the DATE range filter for the inner SELECT. It should improve the query performance and should definitely decrease the processing load for large databases. Here I am posting the updated query, I want you to try it and post feedback. SELECT T1.ProductId, T1.CouponsTota...