Search found 15 matches

by azar
Thu Jul 19, 2012 9:09 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Options for Template Email to Vendor
Replies: 6
Views: 4878

Re: Options for Template Email to Vendor

I have the same problem. Does anyone know how ToString("ulc") and ToString("C") are different?
by azar
Mon Feb 27, 2012 11:03 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Backend randomly going down
Replies: 1
Views: 1802

Backend randomly going down

We've been using AbleCommerce for a bit and there always seems to be intermittent issues with connecting to the AC gateway. For example, this morning the backend/secure login was unaccessible for a few and then seemed to correct itself and work magically.

Anyone experience similar issues?
by azar
Thu Aug 04, 2011 12:12 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Strange errors since moving to 7.0.5
Replies: 12
Views: 12756

Re: Strange errors since moving to 7.0.5

Are you making a lot of code changes? This error usually happens after you make code changes. It is an error within asp.net application pool and usually gets resolved quickly after all the new code files are re-compiled. The solution is to recycle the application pool after each code change.
by azar
Thu Aug 04, 2011 12:01 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How to get the list of scriptlets & conlibs used in AC pages
Replies: 0
Views: 1954

How to get the list of scriptlets & conlibs used in AC pages

It would be useful to have a tool that builds a tree list of scriptlets and conlibs used in AC pages. We usually have a problem of figuring out where a specific scriptlet or conlib is being used. We are keeping an excel sheet which shows what the active scriptlets and conlibs in every page are. But ...
by azar
Mon May 02, 2011 10:31 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Custom URL "activation"
Replies: 5
Views: 5531

Re: Custom URL "activation"

Thanks Mazhar. The code is working as expected.
by azar
Tue Apr 12, 2011 2:21 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: email from Google Product Search
Replies: 3
Views: 10606

Re: email from Google Product Search

Thanks George. I will keep "disallow: /Assets/". I want to see what happens. If this really causes our product images to disappear from google product search, then it is an important issue that will require attention from AC dev team to include a fix in the next release and inform all customer about...
by azar
Mon Apr 11, 2011 12:40 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: email from Google Product Search
Replies: 3
Views: 10606

email from Google Product Search

Hi all, Just got an email from Google Product search: Hello, Thank you for participating in Google Product Search. It has come to our attention that a robots.txt file is preventing us from crawling some or all of the images on your site. In order for us to access and display the images you provide i...
by azar
Tue Apr 05, 2011 10:09 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Custom URL "activation"
Replies: 5
Views: 5531

Re: Custom URL "activation"

I have a feeling it is similar to the problem I am facing with redirects. see my post: http://forums.ablecommerce.com/viewtopic.php?f=42&t=15133 How do you create the custom URL? directly insert in ac_CustomUrls table? Try running SQL profiler and see what queries does Able run when you manually cre...
by azar
Fri Apr 01, 2011 2:11 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: inserting records into ac_redirects table
Replies: 1
Views: 2437

inserting records into ac_redirects table

Hi all, I inserted a record directly into the ac_redirects table using insert into ac_redirects(storeid,sourceurl,loweredsourceurl,targeturl,useregex,createddate,orderby) values (,,,,,,) the query works fine and inserts a record in the table. when i view the resulting redirect from admin/SEO/fixed r...
by azar
Thu Mar 31, 2011 10:43 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Where does AC store the scriptlet choices?
Replies: 4
Views: 2832

Re: Where does AC store the scriptlet choices?

Thanks a lot! This answers my question
by azar
Tue Mar 29, 2011 3:43 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Where does AC store the scriptlet choices?
Replies: 4
Views: 2832

Re: Where does AC store the scriptlet choices?

That is what I did. logged in as admin, scrolled to the bottom, changed "view page" to "edit page" and changed the layout scriptlet to "Home Page". This information (that the default.aspx is using "Home Page" scriptlet instead of "Three Column" scriptlet for its layout) should be stored somewhere ri...
by azar
Tue Mar 29, 2011 11:13 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Where does AC store the scriptlet choices?
Replies: 4
Views: 2832

Where does AC store the scriptlet choices?

Hi all, i logged in as admin and edited the homepage (default.aspx) to change active layout from "Three Column" to "Home Page". when i check the default.aspx, it still has <cb:ScriptletPart ID="HomePage" runat="server" Layout="Three Column"... but the page correctly shows the "Home Page" layout. whe...
by azar
Thu Dec 16, 2010 4:19 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Shipping costs does not Authorize
Replies: 3
Views: 2496

Re: Shipping costs does not Authorize

We have the same issue. Shipping cost does not authorize. Looking for a solution.

Another probably related issue that we have is that tax is being authorized in all states, although it is only set-up for NY. Capture works correctly and only calculates tax in NY.

We're using AC 7.0.6
by azar
Thu Dec 16, 2010 4:14 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Drop Shipping with AC7
Replies: 1
Views: 1902

Re: Drop Shipping with AC7

We do use drop shipping. But we haven't used any special feature in AC7 that helps us. Only the inventory management maybe. We have created a script that saves AC7 orders in a specific format and sends to our drop ship supplier. who then processes the order. And we use scripts to update inventory on...
by azar
Thu Dec 16, 2010 4:08 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: "CC" and "BCC" in email templates do not work in AC 7.0.6
Replies: 1
Views: 1606

"CC" and "BCC" in email templates do not work in AC 7.0.6

We have created custom email templates which we send to customers by clicking on their email addresses on the order page. The templates do not have any event triggers, are in html format and use nvelocity. The problem is that CC and BCC email addresses that we set up in the email template do not rec...