Search found 4912 matches

by mazhar
Tue Jul 26, 2016 3:28 am
Forum: AbleCommerce GOLD
Topic: R12 Severity Error Common Proxy Webservice
Replies: 2
Views: 4010

Re: R12 Severity Error Common Proxy Webservice

Do you have any customization in your store? It doesn't seems like out of the box web service related code.
by mazhar
Tue Jul 26, 2016 3:25 am
Forum: AbleCommerce GOLD
Topic: ConLib reference list empty
Replies: 6
Views: 6037

Re: ConLib reference list empty

We develop against WAP mode and in my current development install if I choose to see ConLib Reference then it does populate the controls. I am using Administration -> Help -> Conlib Reference menu link.
by mazhar
Mon Jul 18, 2016 5:46 am
Forum: AbleCommerce GOLD
Topic: Is there a limit to the number of categories/sub in a store?
Replies: 1
Views: 2223

Re: Is there a limit to the number of categories/sub in a store?

We don't enforce any limit on number of categories but huge number of categories can slow down category tree building resulting in page timeouts. You may try to increase request timeout for application.
by mazhar
Sun Jul 17, 2016 10:09 pm
Forum: AbleCommerce GOLD
Topic: Lucene index update maintenance?
Replies: 16
Views: 15312

Re: Lucene index update maintenance?

Are we supposed to have a styles.css Not really, we are using less to generate .css files. You will need to install "Web Essentials" extension in your Visual Studio. Every time you will update style.less it will automatically generate stylesheet. We are using minified version of generated style she...
by mazhar
Tue Jul 12, 2016 9:57 pm
Forum: AbleCommerce GOLD
Topic: Product review and Anonymous Users problem (Gold R11)
Replies: 4
Views: 4083

Re: Product review and Anonymous Users problem (Gold R11)

Unfortunately it seems it got buried in discussions and we missed it in R12. I am going to open a report now.
by mazhar
Tue Jul 12, 2016 9:50 pm
Forum: AbleCommerce GOLD
Topic: Adding Store Email and Phone Number to Invoice
Replies: 7
Views: 6163

Re: Adding Store Email and Phone Number to Invoice

Here is the information about software requirements http://help.ablecommerce.com/installation/ac_gold/system_requirements.htm A new (empty) Microsoft SQL database for data storage. The following versions are supported: SQL 2012 SQL 2008 R2 SQL 2005 SQL 2005/2008 Express** SQL 2012 ** Microsoft's SQL...
by mazhar
Sun Jul 10, 2016 10:24 pm
Forum: AbleCommerce GOLD
Topic: Display code inside webpage
Replies: 2
Views: 2963

Re: Display code inside webpage

TinyMC should have some plugin/extension to support embedded code blocks. You should be able to download and use code plugin by doing a custom initialization and asking for code plugin to be loaded and available. You may have to do it manually by using javascript instead of using ablecommerce's Html...
by mazhar
Mon Jun 27, 2016 11:20 pm
Forum: AbleCommerce GOLD
Topic: Square support
Replies: 4
Views: 4438

Re: Square support

You can post feature requests at https://ablecommerce.uservoice.com/
by mazhar
Wed Jun 22, 2016 4:58 pm
Forum: AbleCommerce GOLD
Topic: Make one page publicly available w/ Registered Users Only
Replies: 3
Views: 3342

Re: Make one page publicly available w/ Registered Users Only

Web.config change is being overridden by "Registered Users Only" mode. That mode only allows request to login page for anonymous users. You can try a trick by renaming your help page to something that ends with login.aspx. This will make the store mode enforcer believe request is coming for login an...
by mazhar
Thu Jun 16, 2016 12:43 am
Forum: AbleCommerce GOLD
Topic: Adding Store Email and Phone Number to Invoice
Replies: 7
Views: 6163

Re: Adding Store Email and Phone Number to Invoice

I am assuming the next lines would be something like: <span class="inlineCaption"><%#AbleContext.Current.Store.Email%></span> - email <span class="inlineCaption"><%#AbleContext.Current.Store.Phone%></span> - phone It would be like this where you will have to get Email and Phone from Default Warehou...
by mazhar
Tue Jun 14, 2016 11:41 pm
Forum: AbleCommerce GOLD
Topic: can't add user with .engineering email address
Replies: 8
Views: 7225

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

n my opinion this should be fixed in the next release, don't you think? Hi, I just reported this in our logs and we will look into it. There seems to be lot of new TLDs so yes maybe we should improve the regular expression. In couple of tests that I performed it seems like expression complain when ...
by mazhar
Wed Jun 08, 2016 7:34 pm
Forum: AbleCommerce GOLD
Topic: What is the "PayPalId" field?
Replies: 3
Views: 3946

Re: What is the "PayPalId" field?

I have been wondering if there was a way I could tell which Paypal payments were made using PP Express and which were made with PP Standard (which is the blue Paypal button on the last page of the normal checkout process, right?). Yes the blue button on payment page is for Paypal Standard. The expr...
by mazhar
Tue Jun 07, 2016 9:33 pm
Forum: AbleCommerce GOLD
Topic: What is the "PayPalId" field?
Replies: 3
Views: 3946

Re: What is the "PayPalId" field?

This field is populated during PayPal express checkout.
by mazhar
Tue May 24, 2016 4:15 am
Forum: AbleCommerce GOLD
Topic: OrderSearchCriteria versus OrderFilter classes
Replies: 4
Views: 4085

Re: OrderSearchCriteria versus OrderFilter classes

Nice catch! I just reported this in our logs though I am surprised why no one came across this so far.
by mazhar
Mon May 23, 2016 10:18 pm
Forum: AbleCommerce GOLD
Topic: OrderSearchCriteria versus OrderFilter classes
Replies: 4
Views: 4085

Re: OrderSearchCriteria versus OrderFilter classes

I think OrderFilter was introduced for data export criteria. Considering you are porting customization you should be using OrderSearchCriteria.
by mazhar
Tue Apr 26, 2016 12:25 am
Forum: AbleCommerce GOLD
Topic: Modified source error: could not resolve property: GroupId
Replies: 5
Views: 5653

Re: Modified source error: could not resolve property: GroupId

What Jay suggested should work. Properties like GroupId were introduced for backward compatibility of codes and may not be mapped in Nhibernate. In order to make these properties work with nhibernate query they must be mapped as read only within mappings. Just use it like as Jay suggested and it wil...
by mazhar
Mon Apr 25, 2016 9:22 pm
Forum: AbleCommerce GOLD
Topic: Custom URL - refresh cache
Replies: 2
Views: 3311

Re: Custom URL - refresh cache

Try this.

Code: Select all

AbleContext.Resolve<CommerceBuilder.Catalog.IUrlCache>()
                .ReloadCache();
by mazhar
Fri Apr 22, 2016 5:17 am
Forum: AbleCommerce GOLD
Topic: Manually attach ShipGateway to a tracking number.
Replies: 2
Views: 3136

Re: Manually attach ShipGateway to a tracking number.

When saving tracking number if you are associating them with their shipments then you can easily get shipping gateway from shipment's ship method.

Code: Select all

var shipGateway = shipment.ShipMethod.ShipGateway
trackingNumber.ShipGateway  = shipGateway;
by mazhar
Wed Apr 20, 2016 12:22 am
Forum: AbleCommerce GOLD
Topic: Updating saved credit cards
Replies: 5
Views: 6937

Re: Updating saved credit cards

It appears this problem happens when the customer has a subscription. We have found a work around, where you can go into the subscription, add a new payment there, and then change the default payment and remove the previous card but it is not intuitive and difficult to walk customers thru that. I a...
by mazhar
Wed Apr 20, 2016 12:04 am
Forum: AbleCommerce GOLD
Topic: Custom 404 Pages
Replies: 11
Views: 17707

Re: Custom 404 Pages

As its discussed here http://stackoverflow.com/questions/4302566/asp-net-custom-error-page-for-404-returns-302-for-http-status It seems like its how ASP.NET is dealing with it. Please give a try to the suggested solution by using redirectMode="ResponseRewrite" for customErrors in web.config. <custom...
by mazhar
Tue Apr 19, 2016 11:53 pm
Forum: AbleCommerce GOLD
Topic: Error installing AbleCommerceGold-GoldR11SR1-b8858-WAP
Replies: 4
Views: 5109

Re: Error installing AbleCommerceGold-GoldR11SR1-b8858-WAP

Glad that its working for you now, may database connection credentials were not correct in attempt you made before.
by mazhar
Tue Apr 19, 2016 11:49 pm
Forum: AbleCommerce GOLD
Topic: Looking for help resolving PayPal IPN failures
Replies: 14
Views: 15711

Re: Looking for help resolving PayPal IPN failures

Few quick internet searches suggest that other people do have this issue with AKAMAI and paypal IPNs. Have you tried asking PayPal and maybe they could point out some fire configurations like possible IP ranges?
by mazhar
Tue Apr 19, 2016 11:25 pm
Forum: AbleCommerce GOLD
Topic: AbleCommerce Gold CDN plugin is now Free for download
Replies: 3
Views: 5236

Re: AbleCommerce Gold CDN plugin is now Free for download

That's great! Thanks for sharing your codes with community.
by mazhar
Tue Apr 19, 2016 8:44 pm
Forum: AbleCommerce GOLD
Topic: Return or Refund
Replies: 25
Views: 43700

Re: Return or Refund

Here are the changes which will allow you to do post order processing for refunds. Edit Website/Admin/Orders/Payments/RefundPayment.aspx.cs and locate following code if (_PaymentProvider != null && _PaymentProvider.RefundRequiresAccountData) and update to if (_PaymentProvider != null && (_PaymentPro...