Search found 144 matches

by Road Rider
Mon Oct 20, 2008 11:10 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Email Setup
Replies: 4
Views: 4612

Re: Email Setup

Not sure about this but I suspect that it is an issue with the configuration of the mail server itself. It is not allowing "local to external" mail.

What is your mail server software?
by Road Rider
Thu Oct 16, 2008 8:23 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Drop Shadows via straight CSS
Replies: 3
Views: 4756

Re: Drop Shadows via straight CSS

Please.... Somebody has got to know how to do this.
by Road Rider
Thu Oct 16, 2008 8:19 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Exclude Item Image from Email
Replies: 6
Views: 8043

Re: Exclude Item Image from Email

Ok..... Maybe I am going the wrong direction and trying to solve the wrong problem. I am good with the current setup I have for product and items that are not products other than I do not want the "Review this product" image link displayed for things that are not products. My current code for displa...
by Road Rider
Thu Oct 16, 2008 8:02 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Drop Down Menu
Replies: 5
Views: 6896

Re: Drop Down Menu

It is actually a custom javascript menu. Can do anything you want. Not a freebie. If you want PM me and we can talk.
by Road Rider
Thu Oct 16, 2008 7:59 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Gap between store header and three column scriplett
Replies: 3
Views: 4177

Re: Gap between store header and three column scriplett

I am not seeing a gap. Notice how the top of the "top sellers" header and "categories" header meet up flush with the actual header.

If you are referring to the bit of white space above the main panel it is in the design of the main panel.

Make sense?
by Road Rider
Thu Oct 16, 2008 7:26 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Exclude Item Image from Email
Replies: 6
Views: 8043

Re: Exclude Item Image from Email

Hmmm. Doesn't work. Any other ideas?
by Road Rider
Wed Oct 15, 2008 4:06 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Drop Down Menu
Replies: 5
Views: 6896

Re: Drop Down Menu

Take a look at http://www.bikeauthority.com/ablecomm and tell me if this is the sort of menu you are looking for?
by Road Rider
Wed Oct 15, 2008 4:03 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Exclude Item Image from Email
Replies: 6
Views: 8043

Re: Exclude Item Image from Email

So I am clear, here is my current code: #if ($orderItem.product.ThumbnailUrl.Substring(0,2) == "~/") <a href="${store.StoreUrl}/Product.aspx?ProductId=${orderItem.ProductId}"> <img src='$store.StoreUrl/$orderItem.product.ThumbnailUrl.Substring(2)' border="0" /> </a> #else Image Not Available #end Yo...
by Road Rider
Wed Oct 15, 2008 11:58 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Drop Shadows via straight CSS
Replies: 3
Views: 4756

Drop Shadows via straight CSS

How do I create drop shadows using straight CSS and without adding a div to every item I want to drop shadow? I would like to have every link button have a drop shadow but obviously creating a div around every button on every page is not practical, especially come next upgrade. Does anyone know of a...
by Road Rider
Wed Oct 15, 2008 11:52 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Exclude Item Image from Email
Replies: 6
Views: 8043

Exclude Item Image from Email

They say a picture is worth a thousand words: http://www.bikeauthority.com/out_image/confirmation.jpg This is my confirmation email. How do I eliminate certain SKU's from returning an image in the email as no image exists for discounts or coupons and items of that nature. I would obviously then want...
by Road Rider
Wed Oct 15, 2008 11:36 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: how to display user name or email after login: solved
Replies: 8
Views: 7223

Re: how to display user name or email after login: solved

This is what I use in my header:

Logged in as: #if($User.IsAnonymous)You are not logged in #else $User.Username #end


Simple and elegant.
by Road Rider
Wed Oct 15, 2008 11:32 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: UPS Rate on Site Don't Match what UPS.com Provides?
Replies: 5
Views: 4586

Re: UPS Rate on Site Don't Match what UPS.com Provides?

I am guessing that based on the zip codes (they are very close) that UPS knows that the package will arrive within 2 days so from there site 2nd day is not really a viable option. However you have Able configured with 2nd day as a method so it will return a value for it. Are the rates for ground and...
by Road Rider
Mon Oct 13, 2008 10:37 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Pulling the Thumbnail Image into "Send To Friend"
Replies: 18
Views: 21179

Re: Pulling the Thumbnail Image into "Send To Friend"

This is exactly what I am looking for, however where in the "order confirmation template" code do I insert this?
by Road Rider
Sun Oct 12, 2008 3:27 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: HTML Editor and image links have an unwanted border
Replies: 6
Views: 5631

Re: HTML Editor and image links have an unwanted border

Joe:

If you have not solved your problem call me and I will help you out.
by Road Rider
Wed Oct 08, 2008 3:25 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: CSS for Specific LinkButton
Replies: 3
Views: 3988

CSS for Specific LinkButton

How do add some "code" to the css to control a specific link button? I do not want to change all link buttons just a particular one. The css section that now controls this controls all of them, what code do I insert to control a particular link button, for example the "KeepShoppingButton" which is f...
by Road Rider
Mon Oct 06, 2008 2:41 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Shipping Estimate on anonymous users defaulting to business?
Replies: 10
Views: 14772

Re: Shipping Estimate on anonymous users defaulting to business?

Why would you default to the least used shipping option? I believe everyone would agree that 90% of most shipping is done to a residential address for most peoples business. With all of the problems that the shipping estimate has had in the past, asking if it was still buggy is a perfectly legitimat...
by Road Rider
Mon Oct 06, 2008 1:29 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Shipping Estimate on anonymous users defaulting to business?
Replies: 10
Views: 14772

Re: Shipping Estimate on anonymous users defaulting to business?

Well, not exactly. The subject of my original post was changed and does not accurately reflect the problem. Wonder who did that? The shipping estimate from "[[ConLib:BasketShippingEstimate]]" always returns a rate as if the shipment is going to a business. During an anonymous checkout the rate is ca...
by Road Rider
Mon Oct 06, 2008 12:53 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Shipping Estimate on anonymous users defaulting to business?
Replies: 10
Views: 14772

Shipping Estimate on anonymous users defaulting to business?

I am running AC7 Final. While playing around with the shipping estimator (now 4 fields of customer input) I have discovered that the estimate returns a shipping cost assuming that the shipment is going to a business by default and there appears to be no way to select "this is a residence" as you wou...
by Road Rider
Wed Oct 01, 2008 8:50 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Custom Payment Gateway for the Laymen?
Replies: 2
Views: 4446

Re: Custom Payment Gateway for the Laymen?

Ya..... Thanks Mike, might be over my head as well.

A wiki on this would be great.
by Road Rider
Tue Sep 30, 2008 4:04 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Tax Rules and Zip Codes
Replies: 12
Views: 10297

Re: Tax Rules and Zip Codes

I have it done for you. PM me your email and I will fire it off to you.
by Road Rider
Tue Sep 30, 2008 2:34 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Tax Rules and Zip Codes
Replies: 12
Views: 10297

Re: Tax Rules and Zip Codes

Ya.... That doesn't work. I loose the the formatting of the zip code field ,probably due to the fact that they are all separated by coma's. If I copy and paste them one at a time I can use the text import wizard but that is pretty time consuming.
by Road Rider
Tue Sep 30, 2008 12:09 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Tax Rules and Zip Codes
Replies: 12
Views: 10297

Re: Tax Rules and Zip Codes

Judy:

It would be my pleasure. However and this might sound stupid..... I don't know how to pull the table down into a spreadsheet format.

Databases are not my strong suit.
by Road Rider
Tue Sep 30, 2008 9:01 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Custom Payment Gateway for the Laymen?
Replies: 2
Views: 4446

Custom Payment Gateway for the Laymen?

I have searched through all of the posts on the custom Gateway Payment Gateway topic and need some help. Where do I start? I have downloaded the Authorize.Net code but reading the posts on this topic really doesn't help me much at all. Perhaps I am in over my head as I cannot make heads or tails of ...