Search found 120 matches

by mkeith1
Tue Nov 29, 2011 6:37 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Customer Comments
Replies: 40
Views: 48476

Re: Customer Comments

Can someone provide the code for adding customer comments to Invoices.aspx for version 7.07

Thanks!
by mkeith1
Fri Aug 19, 2011 11:12 am
Forum: 7.0 DataPort
Topic: Moving products from category, not just adding
Replies: 3
Views: 10329

Re: Moving products from category, not just adding

I've found using the UPDATE mode in dataport seems to move products to a new category, provided that you have removed the reference to the old category from this field.
by mkeith1
Fri Aug 19, 2011 11:01 am
Forum: 7.0 DataPort
Topic: Deleting products from XML or CSV
Replies: 1
Views: 8112

Re: Deleting products from XML or CSV

No, but you can move the products to a new category, then delete the new category and all of the products in the category. First, export products in .CSV format using Dataport, open the file in excel or open office, replace the categories field of the products you want to delete with a new category ...
by mkeith1
Fri Aug 19, 2011 10:38 am
Forum: 7.0 DataPort
Topic: Product to Category Import
Replies: 3
Views: 9647

Re: Product to Category Import

if you are using dataport to import your products, in the categories field, just separate each category you want items placed in in with a comma between the categories. for example: Automotive -> Cheverolet -> Cavalier -> 2001 -> L4 - 2.0L -> PRODUCT should be changed to: Automotive:Cheverolet:Caval...
by mkeith1
Mon Apr 18, 2011 10:42 am
Forum: Good Reference Posts
Topic: Email Alert to the registered users with Abandoned Baskets
Replies: 30
Views: 68582

Re: Email Alert to the registered users with Abandoned Baskets

i'm using this code for the email <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-col...
by mkeith1
Tue Feb 08, 2011 12:28 pm
Forum: 7.0 DataPort
Topic: Field in export called CustomUrl
Replies: 1
Views: 2900

Field in export called CustomUrl

I see a new field in my Dataport version 7.6.248 product export called "CustomURL" it appears next to "MSExcelWorkAround" and has a blank value.

What's this field for?
by mkeith1
Mon Feb 07, 2011 4:53 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Batch print of orders
Replies: 0
Views: 1931

Batch print of orders

is there a way to batch print orders? currently I have to print each order from the Vieworder.aspx (order summary) page, which is time consuming when you have 20 plus orders a day to process. From the Admin/orders/default.aspx page there is an option to print multiple invoices, pull sheets, or packi...
by mkeith1
Thu Feb 03, 2011 6:20 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: HTML support on order note from admin side
Replies: 11
Views: 7558

Re: HTML support on order note from admin side

here's the code from my file. <%@ Page Language="C#" MasterPageFile="Order.master" CodeFile="OrderHistory.aspx.cs" Inherits="Admin_Orders_OrderHistory" Title="Order History and Notes" %> <%@ Register Assembly="CommerceBuilder.Web" Namespace="CommerceBuilder.Web.UI.WebControls" TagPrefix="cb" %> <asp...
by mkeith1
Mon Jan 31, 2011 12:38 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: HTML support on order note from admin side
Replies: 11
Views: 7558

Re: HTML support on order note from admin side

Mazhar, how about code that will work in VERSION: 7.0.4.14026?

the first part
<asp:Localize ID="AddCommentCaption" runat="server" Text="Add Comment"></asp:Localize>

is in the file, but

_Order = OrderHelper.GetOrderFromContext();

is not in this file.
by mkeith1
Mon Aug 31, 2009 10:26 am
Forum: Good Reference Posts
Topic: Adding order number search to all Admin pages
Replies: 7
Views: 38662

Re: Adding order number search to all Admin pages

anyone care to share the code for this. The above code works for 7.02, but i had difficulty using it in 7.03.
by mkeith1
Mon Aug 31, 2009 10:23 am
Forum: Good Reference Posts
Topic: How to add a Product Custom Field
Replies: 41
Views: 83697

Re: How to add a Product Custom Field

Once I add custom fields, can i still use DATAPORT to import new items in a .csv format?
by mkeith1
Thu Aug 27, 2009 9:41 am
Forum: Good Reference Posts
Topic: Adding order number search to all Admin pages
Replies: 7
Views: 38662

Re: Adding order number search to all Admin pages

can this mod be integrated into version 7.0.3. I used it with 7.0.2 and it worked great but then Able added a search capability to the header and i couldn't get the order search to mesh with it.
by mkeith1
Thu Aug 27, 2009 9:19 am
Forum: Good Reference Posts
Topic: How to add a Product Custom Field
Replies: 41
Views: 83697

Re: How to add a Product Custom Field

Ok, one question i have is, "how do you populate customized fields using dataport 7.0.3? I want to add 3 text fields to each product, and i want to be able to populate those 3 fields using dataport.

As a side note is anyone out there able to help me make those three fields searchable?
by mkeith1
Thu Jul 23, 2009 12:53 pm
Forum: 7.0 DataPort
Topic: How about letting this group beta 7.0.3 DataPort
Replies: 37
Views: 33480

Re: How about letting this group beta 7.0.3 DataPort

I'm currently running the 7.0.3 beta dataport with my 7.0.3 store. Love that I can do updates by SKU. Been waiting for that forever!. I've run into a problem importing new products, and updating old products "Description" fields. When I do an import the "Description" field does not populate, or upda...
by mkeith1
Mon Jul 20, 2009 5:02 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: events registration
Replies: 5
Views: 3396

Re: events registration

why don't you create a non-shippable product with options to add the person's name to register or reserve their place for the event see here: http://www.musicmart.com/Albuquerque-Sacred-Choral-Reading-Session-July-24-2009-P151137.aspx then create an order status with an email tied to it, so that whe...
by mkeith1
Thu May 21, 2009 4:21 pm
Forum: 7.0 DataPort
Topic: Product update by SKU
Replies: 11
Views: 12421

Re: Product update by SKU

The process of updating items by sku would be soooooo much easier if it were just included as an option in the existing dataport, and would be especially useful for the majority of us who use SKU to identify an item.
by mkeith1
Mon Apr 06, 2009 3:40 pm
Forum: 7.0 DataPort
Topic: Problem EXPORTING UTF-8
Replies: 3
Views: 4797

Problem EXPORTING UTF-8

Problem EXPORTING UTF-8 using Alt symbols How do i fix an export file so that alt symbols are legible? i have a number of foreign products which have words using alt symbols like: à á ü ý ñ Ë È Æ Ù Ë it seems like i spend half my time fixing export files with messed up alt symbols, I've tried using ...
by mkeith1
Fri Mar 27, 2009 9:44 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Searching for "hidden" products
Replies: 3
Views: 2566

Re: Searching for "hidden" products

so what's the difference between a hidden product and a private product? Is a product only searchable when it is labeled "Public"?
by mkeith1
Thu Mar 26, 2009 10:57 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Searching for "hidden" products
Replies: 3
Views: 2566

Searching for "hidden" products

How can i make the basic search and advanced search find "hidden" products? Currently they can only be found in a search if they are "Public".
by mkeith1
Wed Mar 25, 2009 1:29 pm
Forum: 7.0 DataPort
Topic: Product update by SKU
Replies: 11
Views: 12421

Re: Product update by SKU

Yes, updating by sku would be really nice, we have 250,000+ items in our website. it would be nice if there were a way to upload items and have them update by sku, or add new sku's which aren't present. Now i have to export a manufacturer, then import that file into M.S. Access along with a 2nd file...
by mkeith1
Tue Mar 03, 2009 1:22 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Login page/Forgot password email
Replies: 10
Views: 5463

Re: Login page/Forgot password email

Can anyone post the original HTML code from the lost password email?
by mkeith1
Fri Feb 27, 2009 1:06 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: change wording of "delivery instructions" on ship page
Replies: 13
Views: 7126

Re: change wording of "delivery instructions" on ship page

ok, so i restored it with a backup version i had, which was from a previous release. Hosting support has fixed the problem.
by mkeith1
Fri Feb 27, 2009 12:16 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: change wording of "delivery instructions" on ship page
Replies: 13
Views: 7126

Re: change wording of "delivery instructions" on ship page

both original pages have been restored. checkout still doesnt work.
by mkeith1
Fri Feb 27, 2009 11:40 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: change wording of "delivery instructions" on ship page
Replies: 13
Views: 7126

Re: change wording of "delivery instructions" on ship page

what is "admin side code"? I already replaced the modified pages with the originals, but it still doesn't work.