Search found 20 matches

by ayilmaz
Thu Mar 20, 2008 3:01 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: PayPal express Checkout is not working
Replies: 1
Views: 2255

PayPal express Checkout is not working

Ok, I followed all the instructions on http://help.ablecommerce.com/ to set up PayPal Express Checkout. The pay pal express checkout button is showing up. However it is throwing an exception when I click on it. What am I missing? Any ideas? Thanks a lot. Here is the exception: [SecurityException: Th...
by ayilmaz
Sat Mar 15, 2008 1:36 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Recently Viewed Products Control is not working correctly
Replies: 11
Views: 8366

Hey Joe, BTW, I have checked out your website and have been reading your comments. First of all thanks a lot for all the contribution, they have been extremely helpful. I noticed that you have a live chat option on your webpage. How did you do that and is there an affiliate program that you are usin...
by ayilmaz
Sat Mar 15, 2008 1:33 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How to accept paypal?
Replies: 0
Views: 2006

How to accept paypal?

Hi, I have successfully integrated GoogleCheckout and Authorize.net however I have no idea how to accept payments with Paypal. I don't want to use PayPal gateway since I already have Authorize.net and I don't want to pay anymore monthly fees. I just need to be able to accept payment that are done vi...
by ayilmaz
Sat Mar 15, 2008 1:30 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Recently Viewed Products Control is not working correctly
Replies: 11
Views: 8366

Thanks for the comment. I am glad to hear I am not the only one. I just submitted a ticket.
by ayilmaz
Fri Mar 14, 2008 8:33 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Recently Viewed Products Control is not working correctly
Replies: 11
Views: 8366

Thanks Judy :) I ran the Sql Server Profiler to see the queries running, here is the query to get the top 5 products from ac_pageviews table. SELECT DISTINCT TOP 5 CatalogNodeId, CatalogNodeTypeId FROM ( SELECT TOP 15 PageViewId,StoreId,ActivityDate,RemoteIP,RequestMethod,UserId,UriStem,UriQuery,Tim...
by ayilmaz
Fri Mar 14, 2008 3:07 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Recently Viewed Products Control is not working correctly
Replies: 11
Views: 8366

Hi Mike,
Did you get a chance to look at the website? Do you have any ideas, recommendations?
Thanks a lot,
Aylin
by ayilmaz
Fri Mar 14, 2008 12:31 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Recently Viewed Products Control is not working correctly
Replies: 11
Views: 8366

I did not change any code in this control. I did not change the backend. How come it is not working?

My site's url is http://www.candlesandhomedecor.com
Would you like to see it yourself? Just click on a product and then click on a category link.

Any ideas? It is really bizarre...

Thanks,
Aylin
by ayilmaz
Fri Mar 14, 2008 11:42 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Recently Viewed Products Control is not working correctly
Replies: 11
Views: 8366

Recently Viewed Products Control is not working correctly

Hi, I have added the Recently Viewed Products control which is ConLib/RecentlyViewd.ascx. However the very recent product that I viewed shows up at the very bottom of the list not at the top. In the code behind the call to the datasource: PageViewDataSource.GetRecentlyViewedProducts(userId, this.Max...
by ayilmaz
Thu Mar 13, 2008 9:45 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Shipping estimator -- residential or business?
Replies: 9
Views: 8433

In ConLib/BasketShippingEstimate.ascx in method protected void SubmitButton_Click(object sender, System.EventArgs e) add this line estimateAddress.Residence = true; after estimateAddress.PostalCode = safePostalCode; so SubmitButton_Click method would look like protected void SubmitButton_Click(objec...
by ayilmaz
Thu Mar 13, 2008 12:20 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: shipping zone setup question
Replies: 2
Views: 3185

Thanks a lot
by ayilmaz
Thu Mar 13, 2008 11:44 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: shipping zone setup question
Replies: 2
Views: 3185

shipping zone setup question

Hi,
I set UPS Ground to only contiguous US states. And when I type a a zipcode like say Florida, UPS Ground does not show up. However it is valid for all states other than Hawaii and Alaska.
Any ideas?
Thanks,
ayilmaz
by ayilmaz
Wed Mar 12, 2008 2:09 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How to add a text to the "From" field in Email Tem
Replies: 2
Views: 3091

Oh no. I hope this is not the case. I think it is a must feature to provide a reputable company image no some junk like email...Any able commerce admins? Please help!!!
by ayilmaz
Wed Mar 12, 2008 12:52 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How to add a text to the "From" field in Email Tem
Replies: 2
Views: 3091

How to add a text to the "From" field in Email Tem

Hi, I have set up the smtp server and when I purchase a product I get an order confirmation email. However in the from field it only says "info" which is not what I want. I want the company name to show up too as in "Company Name" info@abc.com. The email address in the Order Confirmation Template Fr...
by ayilmaz
Wed Mar 05, 2008 11:50 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How to make sure we charge the right shipping
Replies: 10
Views: 21555

To make shipping estimator in basket return residential rates, add this line to ConLib/BasketShippingEstimator.ascx.cs // CREATE AN ADDRESS INSTANCE TO HOLD ESTIMATE DESTINATION Address estimateAddress = new Address(); bool isCA = Regex.Match(safePostalCode, "^[A-Z][0-9][A-Z][0-9][A-Z][0-9]$").Succe...
by ayilmaz
Fri Feb 29, 2008 3:37 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: How do I create a simple "Signup to receive email"
Replies: 1
Views: 3039

I found it. There is an control called SubscribeToEmailList. I don't know how I missed it.
by ayilmaz
Fri Feb 29, 2008 2:19 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: How do I create a simple "Signup to receive email"
Replies: 1
Views: 3039

How do I create a simple "Signup to receive email"

Hi, I want to create a simple sign up control, the one you see in almost all commerce pages. It will have a textbox for the user to enter the email and add the user to an email list. Is there a control like this? if not, what Busines Layer class do I need to use? There should be some api like EmailD...
by ayilmaz
Thu Jan 24, 2008 3:14 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Bulk Product Upload
Replies: 1
Views: 2515

Bulk Product Upload

Hi,
Is there a bulk product upload/import feature from an excel sheet or an xml file or any format in AbleCommerce 7.0? We already have our products in amazon.com and want to import the products into AbleCommerce.
Thanks,
Aylin
by ayilmaz
Fri Jan 04, 2008 6:38 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Retaining Categories in left side panel.
Replies: 13
Views: 10563

Retaining navigation menu

Thank you very much for the explanation. It works now.
by ayilmaz
Fri Jan 04, 2008 2:22 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Retaining Categories in left side panel.
Replies: 13
Views: 10563

Retaining navigation menu

Hi, I am new to AbleCommerce. currently I am evaluating the product to see if I can customize it. I am using ComponentArt's Tree view from another post in the forum. However I don't know how to retain this menu across different pages. Can you explain in detail how I can do this please? Thank you ver...
by ayilmaz
Fri Jan 04, 2008 2:19 pm
Forum: Good Reference Posts
Topic: Navigation treeview or flyout menus?
Replies: 152
Views: 8221504

How to keep the left side menu

Hi,
Thanks for showing how to implement the ComponentArt tree view for category navigation. I also tried it and it works really nice. Great post! I have a question though. I want this menu on all other pages. How can I do this? I would appreciate your answer.
Thanks a lot,
Ayilmaz