Search found 157 matches

by s_ismail
Thu Dec 02, 2010 8:08 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: When is payment considered pending?
Replies: 1
Views: 1670

Re: When is payment considered pending?

I am not sure in your case why it is not applying on authorized payments but authorized payments are also considered as payment pending.
by s_ismail
Thu Dec 02, 2010 2:50 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: custom imported products to ac_Products don't show in store
Replies: 8
Views: 3861

Re: custom imported products to ac_Products don't show in store

Have you checked in your Admin -->Catalog --> Orphaned Items?
by s_ismail
Wed Dec 01, 2010 8:52 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Non-Public Information in each Product
Replies: 11
Views: 11823

Re: Non-Public Information in each Product

You can get custom fields value like this protected void Page_Load(object sender, EventArgs e) { string customFieldValue = GetCustomFieldValue(CategoryId, "CUSTOM_FIELD_NAME"); } public string GetCustomFieldValue(int categoryId, string customFieldName) { CustomFieldCollection customFields = CustomFi...
by s_ismail
Tue Nov 30, 2010 9:23 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Request Timed Out
Replies: 2
Views: 2024

Re: Request Timed Out

Give a try by increasing executionTimeout in you web.config file
Locate this code in you web.config file

Code: Select all

 <httpRuntime maxRequestLength="4096"/> 
and replace with this

Code: Select all

<httpRuntime maxRequestLength="4096" executionTimeout="300"/>
by s_ismail
Tue Nov 30, 2010 8:51 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Home Page Cusomization
Replies: 5
Views: 7532

Re: Home Page Cusomization

Yes it is ConLib/SimpleCategoryList. This thread may be helpful to you viewtopic.php?f=47&t=9150
by s_ismail
Wed Nov 24, 2010 2:40 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Register Dialog code
Replies: 6
Views: 6903

Re: Register Dialog code

i guess you have removed some captcha field html from RegisterDialog.ascx file.
by s_ismail
Tue Nov 23, 2010 10:46 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: credits on customer order notification template
Replies: 2
Views: 4767

Re: credits on customer order notification template

Give a try by this code <html> <head> <style type="text/css"> TABLE.Email { width: 640px; padding: 5px; margin: 0px; border: 1px solid #5872CB; } TABLE.Email TH { font-weight: bold; font-size: 12px; color: #ffffff; font-family: Arial, Verdana, Sans-Serif; font-style: strong; background-color: #304FB...
by s_ismail
Tue Nov 23, 2010 6:17 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Home Page Cusomization
Replies: 5
Views: 7532

Re: Home Page Cusomization

Better is to make a copy of Home Page Scriplet and customize it according to your needs then on 'edit page' select your new home page scriplet.
by s_ismail
Tue Nov 23, 2010 6:11 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: ConLib:Custom/OnePageCheckout Error after Upgrading to 7.0.6
Replies: 2
Views: 2117

Re: ConLib:Custom/OnePageCheckout Error after Upgrading to 7.0.6

[[ConLib:Custom/OnePageCheckout]] d:\hcsites\NetVision\dcccrafts\dcccrafts.com\www\shop\ConLib\Custom\OnePageCheckout.ascx.cs(1268): error CS1501: No overload for method 'Migrate' takes '3' arguments You may use any tool(e-g Win Merge) to compare both files in your Custom/OnePageCheckout Control an...
by s_ismail
Mon Nov 22, 2010 8:04 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: MyAccount, MyOrder & Receipt is Blank! but ViewOrder OK?
Replies: 4
Views: 2813

Re: MyAccount, MyOrder & Receipt is Blank! but ViewOrder OK?

Give a try by removing css classes on MyAccountPage.ascx like 'class="content"' etc
by s_ismail
Mon Nov 22, 2010 4:09 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Products Page - List other Prods in Category
Replies: 1
Views: 3728

Re: Products Page - List other Prods in Category

You can load other products like this int currentProductId=PageHelper.GetProductId(); ProductCollection products = ProductDataSource.NarrowSearch("Search_Keyword","Category_Id",0,0,0); ProductCollection filteredProducts = new ProductCollection(); foreach (Product product in products) { if (product.P...
by s_ismail
Mon Nov 22, 2010 3:01 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Accessing Database from a separate project
Replies: 1
Views: 1579

Re: Accessing Database from a separate project

Give a try by using token like this

Code: Select all

CommerceBuilder.Common.Token.Instance.Database;
by s_ismail
Mon Nov 22, 2010 2:52 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Category Page Title
Replies: 1
Views: 1671

Re: Category Page Title

You can change category title like this
Go to category.aspx page and locate this code

Code: Select all

 protected void Page_PreInit(object sender, EventArgs e)
    {
Replace with this code

Code: Select all

 protected void Page_PreInit(object sender, EventArgs e)
    {
        Page.Title = "Your_Page_Title";
by s_ismail
Mon Nov 15, 2010 6:26 am
Forum: 7.0 DataPort
Topic: Cloning Variants and Templates for a large list of products
Replies: 2
Views: 3388

Re: Cloning Variants and Templates for a large list of products

You may write a custom script to get this functionality like this List<Product> products = ProductDataSource.NarrowSearch(string.Empty, Category_id, 0, 0, 0, 0, 0, string.Empty); foreach (Product product in products) { Option option = new Option(); option.ProductOptions.Add(new ProductOption(product...
by s_ismail
Thu Nov 04, 2010 6:56 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Add line numbers to invoice
Replies: 3
Views: 3321

Re: Add line numbers to invoice

For adding line no you need to customize ConLib/ReceiptPage.ascx control. Locate this code in ReceiptPage.ascx <asp:GridView ID="ShipmentItemsGrid" runat="server" Width="100%" AutoGenerateColumns="false" DataSource='<%# OrderHelper.GetShipmentItems(Container.DataItem) %>' GridLines="none" SkinID="It...
by s_ismail
Thu Nov 04, 2010 6:39 am
Forum: 7.0 DataPort
Topic: uploaded users but they cant login in until I re-enter PWD
Replies: 7
Views: 6426

Re: uploaded users but they cant login in until I re-enter PWD

I think you need to make sure when exporting users in your CSV file then no spaces are added in password fields.
by s_ismail
Thu Nov 04, 2010 5:57 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: recently switched to 7.0.5
Replies: 2
Views: 2046

Re: recently switched to 7.0.5

It fixed my search button, but now when i click on a category (in firefox, it works fine in safari) i get a server error when i go into my error log it reads: Thread was being aborted. (C:\Inetpub\Able-SamFlax\web.config line 134); Thread was being aborted. when i open my web.config file line 134 s...
by s_ismail
Fri Oct 29, 2010 4:24 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Custom Reports
Replies: 18
Views: 13246

Re: Custom Reports

It can be like this

Code: Select all

ProductCollection products = ProductDataSource.LoadForCriteria(string.Format("Name LIKE '%{0}%' OR Name LIKE '%{1}%' ", param1, param2))
by s_ismail
Thu Oct 14, 2010 10:52 am
Forum: 7.0 DataPort
Topic: Category Import Issue
Replies: 7
Views: 6211

Re: Category Import Issue

Where you are using category tree admin side or store side?
If it is in store side then make sure its visibility is public by going on admin-->catalog-->category-->edit category page.
by s_ismail
Thu Oct 14, 2010 10:21 am
Forum: 7.0 DataPort
Topic: Category Import Issue
Replies: 7
Views: 6211

Re: Category Import Issue

You need to check 'ParentId' in 'ac_Categories' table. If it is top level category then its 'ParentId' should be 0.
by s_ismail
Thu Oct 14, 2010 2:38 am
Forum: 7.0 DataPort
Topic: Category Import Issue
Replies: 7
Views: 6211

Re: Category Import Issue

It seems that you don't specify top level categories during import process. To specify top level categories you need to provide its parent category Id to 0.
by s_ismail
Wed Oct 13, 2010 10:44 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: PageNotFound.aspx Query String Help
Replies: 2
Views: 3393

Re: PageNotFound.aspx Query String Help

Would put the search terms "some product" in the search box. I had it working perfectly until I put in an actual Able URL error (with C23 or P23). I realize that Able is using the URL for the category or product ID and the browser is getting the rewritten URL. Is there anyway I can use C# to get th...
by s_ismail
Wed Oct 13, 2010 5:52 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Upgraded to 7.0.3 but now can't add to cart!?
Replies: 14
Views: 7369

Re: Upgraded to 7.0.3 but now can't log in!?

I am not sure in your case why its showing such behavior but once i faced such issue due to some customization code, so if you have any customization then give a try by disabling that customized code .