Search found 15 matches

by tinaz1818
Wed Jan 11, 2017 7:47 am
Forum: AbleCommerce GOLD
Topic: I can't log in on AbleCOmmerce from other PC except mine
Replies: 3
Views: 4330

Re: I can't log in on AbleCOmmerce from other PC except mine

Hi,

If I use FireFox there is no problem login but if I switch to using Internet Explorer then I can't log in.
by tinaz1818
Tue Jan 10, 2017 4:49 am
Forum: AbleCommerce GOLD
Topic: I can't log in on AbleCOmmerce from other PC except mine
Replies: 3
Views: 4330

I can't log in on AbleCOmmerce from other PC except mine

Hi,

Can anyone tell me why after I deployed my AbleCommerce on IIS server I can only log in from my PC but not from other PCs.
Is that because of the configuration of permission on IIS server or Application server or something else?
Thank you.
by tinaz1818
Tue Jan 03, 2017 10:56 am
Forum: AbleCommerce GOLD
Topic: Get the return value from a StoredProc by using NHibernateH
Replies: 0
Views: 21813

Get the return value from a StoredProc by using NHibernateH

I have a stored proc where I have a output parameter as a return value. I use ISQLQuery query = NHibernateHelper.CreateSQLQuery("exec StoredProcName"); query.SetParameter("BasketId", _Basket.Id); query.SetParameter("ProductName", AddProductName.Text.Trim().ToString()); query.SetParameter("Price", Co...
by tinaz1818
Mon Nov 21, 2016 7:35 am
Forum: AbleCommerce GOLD
Topic: How can I enable Wish list for anonymous user
Replies: 18
Views: 13849

Re: How can I enable Wish list for anonymous user

GoldVersion709.PNG
I am using Gold.
by tinaz1818
Mon Nov 21, 2016 4:47 am
Forum: AbleCommerce GOLD
Topic: How can I enable Wish list for anonymous user
Replies: 18
Views: 13849

Re: How can I enable Wish list for anonymous user

How can I edit those dymatically created product detail page to add the "Add to cart" and "Add to wishlist" buttons.
by tinaz1818
Mon Nov 21, 2016 4:30 am
Forum: AbleCommerce GOLD
Topic: How can I enable Wish list for anonymous user
Replies: 18
Views: 13849

Re: How can I enable Wish list for anonymous user

loginDefaultNoFrontStore.PNG detailedProductPageNoCartNoWishlist.PNG On detail product page I can't Add to Wishlist or Add to cart no matter as anonymous or log in user once I click on the image of the product. I can only add the product from Default page to cart then add it to wishlist. No Add to ...
by tinaz1818
Fri Nov 18, 2016 9:38 am
Forum: AbleCommerce GOLD
Topic: How can I enable Wish list for anonymous user
Replies: 18
Views: 13849

Re: How can I enable Wish list for anonymous user

It seems like the only way to add product to wishlist is to add it to cart first and then from Basket.aspx move to MyWishList.aspx to email me wishlist, which I think shouldn't be the behavior of AbleCommerce. Otherwise I can't find a way to add "Add to wishlist" button.
by tinaz1818
Fri Nov 18, 2016 4:39 am
Forum: AbleCommerce GOLD
Topic: How can I enable Wish list for anonymous user
Replies: 18
Views: 13849

Re: How can I enable Wish list for anonymous user

When I debug it is not there. "Error Rendering Control - BuyProductPanelAn unhandled exception has occurred. The type initializer for 'CommerceBuilder.Utility.Logger' threw an exception." is in the ProductPage.ascx design view. And there is another error in BuyProductDialog ascx. Please see the attt...
by tinaz1818
Thu Nov 17, 2016 3:18 am
Forum: AbleCommerce GOLD
Topic: How can I enable Wish list for anonymous user
Replies: 18
Views: 13849

Re: How can I enable Wish list for anonymous user

I found on ProductPage.ascx The type initializer for CommerceBuilder.Utility.Logger threw an exception on user control of BuyProductPanle so it can't render the control, that may cause the problem but what dlls am I missing
by tinaz1818
Wed Nov 16, 2016 7:45 am
Forum: AbleCommerce GOLD
Topic: How can I enable Wish list for anonymous user
Replies: 18
Views: 13849

Re: How can I enable Wish list for anonymous user

I checked all files for "add to wish list" buttons in BuyProductDialog page all are visible and in Page_Init it says "AddToWishlistButton.Visible = AbleContext.Current.StoreMode == StoreMode.Standard;" and "Enable Wishlists' is checked in Administration > Configure > Store > General Order Settings s...
by tinaz1818
Wed Nov 16, 2016 4:47 am
Forum: AbleCommerce GOLD
Topic: How can I enable Wish list for anonymous user
Replies: 18
Views: 13849

Re: How can I enable Wish list for anonymous user

HI nadeem,

I followed your suggestion but I can't see the "Add to wishlist "button or hyperlink on Default.aspx as anonymous user or as log in user.
Before I made any change there is not "Add to Wishlist" neither after I login. Any suggestion?
by tinaz1818
Wed Nov 16, 2016 3:52 am
Forum: AbleCommerce GOLD
Topic: How can I enable Wish list for anonymous user
Replies: 18
Views: 13849

Re: How can I enable Wish list for anonymous user

Thank you. I will try it.
by tinaz1818
Tue Nov 15, 2016 4:54 am
Forum: AbleCommerce GOLD
Topic: How can I enable Wish list for anonymous user
Replies: 18
Views: 13849

How can I enable Wish list for anonymous user

I want to add wishlist to anonymous user to send wish list through email without log in to AbleCommerce. How can I do that? Thanks
by tinaz1818
Mon Oct 24, 2016 12:58 am
Forum: AbleCommerce GOLD
Topic: Checkout Google Folder
Replies: 2
Views: 3866

Re: Checkout Google Folder

Thank you. nadeem
by tinaz1818
Fri Oct 21, 2016 2:41 am
Forum: AbleCommerce GOLD
Topic: Checkout Google Folder
Replies: 2
Views: 3866

Checkout Google Folder

We are migrating our old code from 7.0.0 to Gold.
Our store is within an Intranet and we don't use Google checkout, can we just exclude or even remove the folder from the solution?