Search found 105 matches

by crockettdunn
Mon Jun 24, 2013 11:35 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Sort order of Countries in Shipping Estimator
Replies: 3
Views: 5455

Sort order of Countries in Shipping Estimator

Where is the ordering of countries in the Shipping Estimator controlled? I like the way U.S. & Canada are on the top of the list, and I would also like to add our other configured zones to the top.
by crockettdunn
Mon Jun 24, 2013 10:38 am
Forum: International Questions and Topics
Topic: Any one know how to set up Puerto Rico as a shipping zone?
Replies: 8
Views: 21021

Re: Any one know how to set up Puerto Rico as a shipping zone?

I'm going down this same path and running into trouble with the shipping ESTIMATOR. I have added the appropriate international shipping methods for my carrier (UPS Wordwide Expedited, UPS Worldwide Express Saver), and this is working for the COUNTRY, "Virgin Islands, British." Using the COUNTRY, "Vi...
by crockettdunn
Sat Mar 23, 2013 12:15 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: use UL/LI for tabs instead of INPUT (asp:Button)
Replies: 3
Views: 3631

Re: use UL/LI for tabs instead of INPUT (asp:Button)

nevermind- I figured out enough to pull the code client-side, turn the asp:button's into LABELS, and encapsulate them within LIs.
Sexy tabs!
http://dev.markimicrowave.com/Amplifier ... ShowTab=46
by crockettdunn
Fri Mar 22, 2013 11:28 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: use UL/LI for tabs instead of INPUT (asp:Button)
Replies: 3
Views: 3631

Re: use UL/LI for tabs instead of INPUT (asp:Button)

I don't know which listcontrol to use (like I said, .Net novice I am). What is available in AC?
by crockettdunn
Wed Mar 20, 2013 11:00 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: trigger email for specific payment method?
Replies: 8
Views: 7493

Re: trigger email for specific payment method?

Thanks. But I asked the wrong question (juggling too many things today!). I'm wondering if I specify an EMAIL (under where it reads "select emails") on THIS screen: Capture.PNG Will changes be reflected on the Configure > Email > Templates page? In other words we're using the same set of triggers an...
by crockettdunn
Wed Mar 20, 2013 10:53 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: use UL/LI for tabs instead of INPUT (asp:Button)
Replies: 3
Views: 3631

use UL/LI for tabs instead of INPUT (asp:Button)

I have a tabbed interface for displaying certain product template fields. http://dev.markimicrowave.com/Microwave_RF_Amplifiers/Wideband-Positive_Bias_Only/AP-0010.aspx I think it was originally built to postback, but then it was modified to "return false" and handle the clicks with client-side java...
by crockettdunn
Wed Mar 20, 2013 9:34 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: trigger email for specific payment method?
Replies: 8
Views: 7493

Re: trigger email for specific payment method?

Mazhar, Is your suggestion to remove all triggers from the "order placed" email template un-related to the code (just to prevent duplicate emails for placing a PO order)? I'm talking about a merchant notification only for PO orders, so I hope I can still have the customer email notifications for ALL...
by crockettdunn
Wed Mar 20, 2013 9:30 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How to check email processing?
Replies: 3
Views: 3291

Re: How to check email processing?

What is the difference between specifying an email trigger in the Manage Order Statuses screen (below)
Capture.PNG
and the Email Templates screen (below)?
Capture2.PNG
by crockettdunn
Tue Mar 19, 2013 10:51 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: trigger email for specific payment method?
Replies: 8
Views: 7493

Re: trigger email for specific payment method?

Thanks, Mazhar! I'll give it a shot.
by crockettdunn
Mon Mar 18, 2013 3:09 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: trigger email for specific payment method?
Replies: 8
Views: 7493

trigger email for specific payment method?

My client needs notification emails sent for the case of purchases using a specific payment method (Purchase Orders) only. The way I see it, my options are: *custom trigger for this case *use the normal, "order placed" trigger, with special email content (like order status or payment method) so that...
by crockettdunn
Mon Mar 18, 2013 10:25 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Add to MiniBasket, Price value disappears
Replies: 6
Views: 9176

Re: Add to MiniBasket, Price value disappears

Thanks for the quick response. What about the first part of my question? My work-around? Is there a functionality sacrifice I'm making- some reason the price should be called by the uc: not a label?
by crockettdunn
Sun Mar 17, 2013 6:12 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Add to MiniBasket, Price value disappears
Replies: 6
Views: 9176

Re: Add to MiniBasket, Price value disappears

I'm lost. The Add2Cart button uses similar syntax, but it doesn't disappear after the postback. Both are registered here: <%@ Control Language="C#" AutoEventWireup="true" CodeFile="AdvancedSearchPage.ascx.cs" Inherits="ConLib_AdvancedSearchPage" %> <%@ Register Assembly="CommerceBuilder.Web" Namespa...
by crockettdunn
Sun Mar 17, 2013 8:18 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Add to MiniBasket, Price value disappears
Replies: 6
Views: 9176

Re: Add to MiniBasket, Price value disappears

When you write, "the control," you mean the " uc: " item?
by crockettdunn
Sat Mar 16, 2013 12:41 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Add to MiniBasket, Price value disappears
Replies: 6
Views: 9176

Add to MiniBasket, Price value disappears

When I "add to cart" from my page (a GridView of search results), the values under the "Price" column (uc:ProductPrice) disappear (see attachment a). Capture.PNG If I use <asp:Label ID="PriceL" runat="server" Text='<%#Eval("Price")%>'></asp:Label>, the price persists. For testing, I stacked both way...
by crockettdunn
Mon Jan 23, 2012 7:41 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Category link in Wishlist page
Replies: 2
Views: 2146

Re: Category link in Wishlist page

Maybe I should backup... the real objective is to make a "keep shopping" link that goes back to a category list view. I'm not clear how GetLastShoppingUrl is populated, so I decided to try to grab the category.
by crockettdunn
Mon Jan 23, 2012 7:26 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Category link in Wishlist page
Replies: 2
Views: 2146

Category link in Wishlist page

I'm trying to link to a products parent category in the wishlist page, and I'm striking out. How can I expose the parent category id in this page?

thanks.
by crockettdunn
Fri Jan 13, 2012 10:30 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Sales Tax
Replies: 15
Views: 10335

Re: Sales Tax

I see I'm jumping in here a couple years after this forum was last active. Has a standard preferred method emerged for handling a single zip with multiple tax zones? Approximation and post-sale accounting reconciliation? 3rd party service? State offered solution?

My client is in AL.
by crockettdunn
Thu Jan 12, 2012 3:19 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: CSS Vertical Left Category Flyout Menu
Replies: 14
Views: 76352

Re: CSS Vertical Left Category Flyout Menu

Here you are. It's not very exciting, because most of the magic happens in CSS/JS: <%@Control Language="C#" CodeFile="TechSupportFlyout.ascx.cs" Inherits="TechSupportFlyout" %> <asp:Panel ID="MainPanel" runat="server" CssClass="section"> <!-- START CONTENT BOX CONTAINER DO NOT EDIT CONTAINER HTML --...
by crockettdunn
Wed Jan 11, 2012 6:35 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: CSS Vertical Left Category Flyout Menu
Replies: 14
Views: 76352

Re: CSS Vertical Left Category Flyout Menu

It's been a while since I've counted this many braces! ...wait that's not true. When I was taught programming, there weren't braces (in FORTRAN77). But I digress. I got it working. fly-outs that handle categories, links, and pages: using System; using System.Data; using System.Configuration; using S...
by crockettdunn
Mon Jan 09, 2012 4:25 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: CSS Vertical Left Category Flyout Menu
Replies: 14
Views: 76352

Re: CSS Vertical Left Category Flyout Menu

Beautiful! Thanks, David-ebt.
by crockettdunn
Mon Jan 09, 2012 2:16 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: CSS Vertical Left Category Flyout Menu
Replies: 14
Views: 76352

Re: CSS Vertical Left Category Flyout Menu

Anyone off the top of their head know how to enumerate all navigation items (categories, products, links, webpages)? I'm ready to expand the flyout menus to more than just categories. Ideally I'd like to show categories, links, and webpages, while ignoring products. Something like CatalogNodeDataSou...
by crockettdunn
Thu Dec 29, 2011 9:30 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: CSS Vertical Left Category Flyout Menu
Replies: 14
Views: 76352

Re: CSS Vertical Left Category Flyout Menu

Thanks, david-ebt. My sloppy coding aside, I think I figured it out. I suppose I shouldn't be posting the URL of a 3rd party's dev server, so you will have to trust that it works in AC as well as it does on my example site. It will eventually reside @ http://www.markimicrowave.com where you can see ...
by crockettdunn
Thu Dec 29, 2011 8:30 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: CSS Vertical Left Category Flyout Menu
Replies: 14
Views: 76352

flyout menus- quick variable scope question from C# amateur

I'm building a standards-compliant, SEO-friendly flyout menu based on the code in this forum. Problem is, I don't know C#, or any object-oriented programming language. Would someone be kind enough to help me with the scope of my index variables? I'm currently seeing this error: [[ConLib:CategoryFlyo...
by crockettdunn
Thu Dec 29, 2011 1:48 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: CSS Vertical Left Category Flyout Menu
Replies: 14
Views: 76352

Re: CSS Vertical Left Category Flyout Menu

double check the UL nesting. I had to change mine as follows sb.Append("<ul id='sidenav' class='level1'>"); foreach (Category category in subCategories) { if (category.ParentId == 0) { sb.Append("<li class='folder'><a href='" + Regex.Replace(category.NavigateUrl, "~", "") + "' class='explain'><img s...
by crockettdunn
Thu Dec 29, 2011 1:20 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Applying Sort Order to Categories and Manufacturers
Replies: 8
Views: 10023

Re: Applying Sort Order to Categories and Manufacturers

Thanks mazhar!

.LoadForStore(" Name ASC ") was the syntax I was looking for.

Crockett