Search found 80 matches

by Mizmo67
Sat Mar 14, 2009 9:46 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Errors in Automated email generation
Replies: 8
Views: 5387

Re: Errors in Automated email generation

Back to working on this problem. I tried creating an email triggered by Order Note Added by Merchant. I removed all the NVelocity codes from the template ($store.Name, etc) I still get 2 copies on the receiving end instead of one. I've noticed that the problem is occurring about 90% of the time. Occ...
by Mizmo67
Wed Mar 04, 2009 2:42 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Small modification, breaking a comma'd list into rows
Replies: 8
Views: 6276

Re: Small modification, breaking a comma'd list into rows

Tried Nick's code change also, but that produced a bug in the code. I'm going over this yet again to try and see what I'm missing. Just whimsically, I removed the "remove last comma" code as well. // REMOVE LAST COMMA String retValue = output.ToString(); if (!String.IsNullOrEmpty(retValue)) { return...
by Mizmo67
Wed Mar 04, 2009 2:16 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Small modification, breaking a comma'd list into rows
Replies: 8
Views: 6276

Re: Small modification, breaking a comma'd list into rows

Just to clarify. The previous change worked perfectly on the category list page elsewhere in the catalog, changing the comma to a break. Revising the code to: Category category = CategoryDataSource.Load(categoryId); if (category != null) { output.Append("<a href=\"" + Page.ResolveUrl(category.Naviga...
by Mizmo67
Sun Mar 01, 2009 1:48 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Small modification, breaking a comma'd list into rows
Replies: 8
Views: 6276

Re: Small modification, breaking a comma'd list into rows

Hi Judy, Ok, I made this change: "</a>, " to "</a><BR> " Category category = CategoryDataSource.Load(categoryId); if (category != null) { output.Append("<a href=\"" + Page.ResolveUrl(category.NavigateUrl) + "\" >" + category.Name + "</a><BR> "); But my advanced search page is still bringing up the c...
by Mizmo67
Sun Mar 01, 2009 11:26 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Small modification, breaking a comma'd list into rows
Replies: 8
Views: 6276

Re: Small modification, breaking a comma'd list into rows

Other places in the catalog I have found lists broken with commas using this:

Code: Select all

 <SeparatorTemplate>, </SeparatorTemplate>
However, I cannot find this code in association with the Advance Search page
by Mizmo67
Sun Mar 01, 2009 10:39 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Small modification, breaking a comma'd list into rows
Replies: 8
Views: 6276

Small modification, breaking a comma'd list into rows

Small modification, breaking a comma'd list into rows Example: Advanced Search The list of categories pulled up for each item. Instead of it displaying as category, category, category We want it to display as rows category category category Would that required editing here? Line 32 in the AdvanceSea...
by Mizmo67
Sat Jan 31, 2009 10:41 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Errors in Automated email generation
Replies: 8
Views: 5387

Re: Errors in Automated email generation

Thank you, Joe.

It's making me nuts. That IS the page that I'm using.
I select Cancel from the dropdown menu on the task bar in the summary page.

So why is it not working?
by Mizmo67
Fri Jan 30, 2009 3:38 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Errors in Automated email generation
Replies: 8
Views: 5387

Errors in Automated email generation

Ok...let's see if I can explain this clearly. I created a Cancellation Notice. The content is basically a modified copy of the Customer Order Notification email. I set it up to send to the customer, with a BCC to our email address. I checked off for it to automatically generate when order status is ...
by Mizmo67
Thu Jan 22, 2009 3:16 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Displaying the thumbnail in another location
Replies: 2
Views: 2033

Re: Displaying the thumbnail in another location

Found that error and fixed it, thank you Code as it stands now: using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using Sy...
by Mizmo67
Sun Jan 18, 2009 9:18 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Display error in "Recently Viewed" portion of sidebar
Replies: 2
Views: 1960

Re: Display error in "Recently Viewed" portion of sidebar

thank you! it helps to have something to search for!
by Mizmo67
Sun Jan 18, 2009 2:17 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Display error in "Recently Viewed" portion of sidebar
Replies: 2
Views: 1960

Display error in "Recently Viewed" portion of sidebar

This is an odd error. When pulling the thumbnail for the "Recently Viewed" section of the side bar, it pushed the image out to a larger size. The thumbnail is only 100px wide in this instance but it pushed it out to more than twice that size. http://d59514.u25.ablecommerce.net/Development/troublesho...
by Mizmo67
Sun Jan 18, 2009 1:19 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Displaying the thumbnail in another location
Replies: 2
Views: 2033

Displaying the thumbnail in another location

Hello all, I am trying to make a ConLib file that will pull the thumbnail image specifically I've made a Product_Penn.aspx page that will be used strictly for our parts dept. In that department, the thumbnail is a stock icon, showing in stock, disc. still available, etc. We want this to display on t...
by Mizmo67
Sat Jan 17, 2009 2:11 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Product view - Image size/popup
Replies: 3
Views: 2867

Re: Product view - Image size/popup

Thank you! This: if (!string.IsNullOrEmpty(imageUrl)) { string js = "<a href=\"javascript:var PhotoPage=window.open('" + Page.ResolveClientUrl(_Product.ImageUrl) + "','PhotoPage','width=400,height=300,top=200,left=200,resizable=yes,menubar=1,scrollbars=1'); PhotoPage.focus();\"\">"; string lit = "{0...
by Mizmo67
Fri Jan 16, 2009 3:34 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Product view - Image size/popup
Replies: 3
Views: 2867

Product view - Image size/popup

Hi all, On our Able 5.5 product view page, we put in a modification which sets the image size at 100px or thereabouts, with a link to view the larger image that pops up a new window. Here's the setting code for that version: 'display the left product image if intImagePos = 2 then response.write("<td...
by Mizmo67
Fri Jan 16, 2009 1:37 pm
Forum: Feature Requests
Topic: Place order in admin - search adjustment
Replies: 0
Views: 3075

Place order in admin - search adjustment

Could the last name be added as a search-able field when placing an order in the admin system?

Right now it looks like you can only search by email address and some of the customers can be a bit iffy on remembering their email addresses.

Thank you!

UPDATE: This is fixed in 7.06
by Mizmo67
Wed Jan 07, 2009 11:43 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Customer Comments
Replies: 40
Views: 48487

Re: Customer Comments

Thank you Mazhar! Now I get a compilation error? Compiler Error Message: CS0117: 'System.Web.UI.Control' does not contain a definition for 'DataItem' Source Error: Line 339: <tr> Line 340: <td colspan="3" class="dataSheet"><h1>ORDER NOTES:</h1> Line 341: <asp:GridView ID="OrderNotesRepeater" runat="...
by Mizmo67
Wed Jan 07, 2009 11:06 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Customer Comments
Replies: 40
Views: 48487

Re: Customer Comments - Adding a little more detail

Hi all, We like the feature of having the order notes print - we want to use it on our packing sheet. I'd like to have the date/author also display. Original order notes code: <asp:GridView ID="OrderNotesRepeater" runat="server" ShowHeader="false" AutoGenerateColumns="false" CellPadding=0 CellSpacin...
by Mizmo67
Mon Jan 05, 2009 10:32 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Item Qty pricing in a lump?
Replies: 4
Views: 3858

Re: Item Qty pricing in a lump?

It was for printing in the admin but I will have to look into the customer notification email as well.

Thank you that was exactly what I need!
I'll apply this Weds. when I'm back at work.

Much thanks!
~Mo
by Mizmo67
Sat Jan 03, 2009 4:02 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Item Qty pricing in a lump?
Replies: 4
Views: 3858

Item Qty pricing in a lump?

Hi, Looked around but can't find anyone else posting on this one. Is there a way to break down the invoice so that the individual item price shows? This is a 5.5 feature that I don't want to lose. Currently if you order 2 items at 15.00 each, you only see the total of $30.00 I'd like to have a colum...
by Mizmo67
Sat Jan 03, 2009 2:46 pm
Forum: Feature Requests
Topic: Put items that ship separately into separate shipments
Replies: 1
Views: 2899

Re: Put items that ship separately into separate shipments

This was the setup in Able 5.5Asp

There was an emailable breakdown of shipments on the conf., invoices, etc.

I don't understand why it isn't available in 7.0's emails or system invoices, etc.
by Mizmo67
Sat Dec 27, 2008 1:49 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: List of Email Variables for 7.0
Replies: 2
Views: 1841

List of Email Variables for 7.0

Hi,

I've looked all over and although there is a lovely list of email-able variables for the 5.5, I cannot find a similar list for 7.0

Can anyone direct me?

Thank you!

~Mo
by Mizmo67
Sat Dec 20, 2008 1:06 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Setting a default country in the Shipping Estimate side bar?
Replies: 4
Views: 2633

Re: Setting a default country in the Shipping Estimate side bar?

Joe, you finished up the last clue for me.

My user acct didn't have the address defined and the country read Afghanistan.

I'm now firmly in the US, lol!

Thanks
~Mo
by Mizmo67
Fri Dec 19, 2008 4:12 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Setting a default country in the Shipping Estimate side bar?
Replies: 4
Views: 2633

Re: Setting a default country in the Shipping Estimate side bar?

Bless you, Judy. You helped me see what was going on.

When I'm logged in under my user acct, it shows Afghanistan.

When logged out as an anon user, it shows United States.

It was making me nuts, lol.

Thanks!

~Mo
by Mizmo67
Fri Dec 19, 2008 3:14 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Setting a default country in the Shipping Estimate side bar?
Replies: 4
Views: 2633

Setting a default country in the Shipping Estimate side bar?

Does anyone know how to set a default country in the Shipping Estimate side bar? The catalog defaults to the first country on the alphabetical list, ie: Afghanistan. I'd want to key in the "select" option to default the drop-down menu to United States. I have been unable to locate where the drop-dow...
by Mizmo67
Mon Sep 24, 2007 5:29 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Upgrade From 5.5 to 7.0
Replies: 14
Views: 7850

Thank goodness! Dreaded rebuilding just the special accounts alone..project list is already piled high.