Search found 77 matches

by troutlet
Tue Aug 18, 2009 7:38 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Handlefailedpayments not working with PayPal Gateway
Replies: 3
Views: 2906

Re: Handlefailedpayments not working with PayPal Gateway

Same problem here, this sucks. BUT I thank you for the workaround. I'll bet that in testing it was always in the authorize mode and it was just missed.
by troutlet
Mon Aug 17, 2009 12:24 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: auto product tags
Replies: 2
Views: 2568

auto product tags

There are a lot of threads here about meta tags but I've not found anything like what I'm trying to do. On product pages I want to have a meta description that uses the Products Name followed by the Summary Information. <meta name="Description" content="THE PRODUCTS NAME + THE PRODUCTS SUMMARY" />. ...
by troutlet
Thu Aug 13, 2009 2:48 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Nvelocity assistance please
Replies: 2
Views: 2497

Re: Nvelocity assistance please

Thanks, with that I was able to get it done.
by troutlet
Thu Aug 13, 2009 9:16 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Nvelocity assistance please
Replies: 2
Views: 2497

Nvelocity assistance please

I'm trying to place a list of order items within a new email template. Each item should be a link to the actual product page but I'm not clear on how to do the looping. Can anyone give me a hand with this? <p> <!--Should be 1st product in order--><a href="${store.StoreUrl}Product3.aspx?ProductId=${p...
by troutlet
Thu Aug 06, 2009 6:47 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Error Log full of errors
Replies: 10
Views: 5602

Re: Error Log full of errors

Judy,
I'm one of your sites, if that helps.
by troutlet
Wed Aug 05, 2009 1:52 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Error Log full of errors
Replies: 10
Views: 5602

Re: Error Log full of errors

I get a lot of them too. As long as they are ScriptResource, or WebResource I do not worry about it. I think it's a cache thing.
by troutlet
Thu Jul 30, 2009 4:21 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Need Cost of Goods for Options for Drop Ship Business
Replies: 2
Views: 8273

Re: Need Cost of Goods for Options for Drop Ship Business

You can adjust the cost of goods for each individual option.

go to [product]-[options and variants]-[manage variants] you then have the columns:sku, price, weight, and COGS (cost of goods).
by troutlet
Sun Jul 19, 2009 6:52 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Changing text colors
Replies: 2
Views: 1805

Re: Changing text colors

by troutlet
Thu Jul 16, 2009 4:15 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: setting a style to price
Replies: 5
Views: 4133

Re: setting a style to price

Mazhar,

Thank you very much! That really makes my morning. I would never have found that.
by troutlet
Wed Jul 15, 2009 11:42 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: setting a style to price
Replies: 5
Views: 4133

Re: setting a style to price

mazhar,
Can you tell me where the control is for the Options List grid?
by troutlet
Wed Jul 15, 2009 6:40 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: setting a style to price
Replies: 5
Views: 4133

Re: setting a style to price

Thanks but that didn't do it. Making that change caused the class to be applied to the Popular Products Grid though.
by troutlet
Wed Jul 15, 2009 3:56 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: setting a style to price
Replies: 5
Views: 4133

setting a style to price

Using the 'Show Product with Options Grid' Scriptlet I want to set a style class for the Price that is displayed within the grid. I've followed it to the Conlib 'BuyProductDialogOptionsList' but I've not been able to locate where the code is that puts out the <span> $0.00 </span>. Can anybody give m...
by troutlet
Tue Apr 08, 2008 8:55 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: International handling fee
Replies: 2
Views: 2416

Re: International handling fee

That's a very good work around. Nice going.
by troutlet
Sat Mar 29, 2008 4:12 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Cant figure out how to make this work the way I need it to.
Replies: 1
Views: 2064

maybe

I'm just throwing this out there.

What about having two sets . One would be for the number of colors that the customer wants. This would be priced accordingly. The second would be to choose the actual colors.
by troutlet
Wed Mar 26, 2008 3:11 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Storing email text
Replies: 3
Views: 2723

History and Notes

Eric, Does AC store the contents of the email after it has been sent? No not that I've found. What AC does do is allow you to create a note. When you create a note on an order you have the option of having this note emailed to the customer or it can remain a private note. All notes are stored under ...
by troutlet
Wed Mar 26, 2008 3:03 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Coupons nVelocity in Confirmation Email
Replies: 3
Views: 3317

non shipping items

<!-- Output Non-Shipping Items --> #foreach($orderItem in $order.Items.FilterByShipmentAndSort()) #beforeall <table class="Email"> <tr> <th class="Email">Non-Shipping Items</th> </tr> </table> <table class="Email"> <tr> <td style="background:#cccccc; color:#00000; text-align: center;"><strong>SKU</...
by troutlet
Tue Mar 25, 2008 3:27 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: order total
Replies: 5
Views: 4413

Thanks

Thank you very much Judy that did it. Before I was actually trying to drop this script after the Receiptpage. When I was trying <% Response.Write(Order.TotalCharges);%> it would not work. Once I reread your post a little more carefully I placed this WITHIN receiptpage.aspx (just like you said) and i...
by troutlet
Mon Mar 24, 2008 3:28 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: order total
Replies: 5
Views: 4413

order total

Well I talked with the people providing the tracking code to help, they talked to Able Commerce people over Live Chat and were told to search the forum (thanks). At first I felt slighted but then I realized that it's not a Support contract that we have by buying AC7, it's only a software upgrade con...
by troutlet
Mon Mar 24, 2008 10:44 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: order total
Replies: 5
Views: 4413

nope

Thanks Judy. I tried and it did not do it. hmmmmmmmmmmm
by troutlet
Mon Mar 24, 2008 8:08 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: order total
Replies: 5
Views: 4413

order total

I'm trying to fill in the blank for a string to display the Order total on the /Checkout/Receipt.aspx page. This is for a tracking script that looks like: script language="javascript" type="text/javascript">var gdf_orderTotal = '0.00'; I need to insert the correct total instead of 0.00. I was unable...
by troutlet
Wed Mar 19, 2008 2:39 am
Forum: Good Reference Posts
Topic: Code for Alert when there are reviews to approve
Replies: 10
Views: 22826

very nice

Sweet! That worked like a charm. Thank you for that.
by troutlet
Mon Mar 17, 2008 1:39 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: nVelocity Field for Shipping Tracking Number
Replies: 2
Views: 2432

Tracking #

Hey Bruce,
You want this post right here:

viewtopic.php?p=25732&highlight=tracking+email#25732

That should give you the code in your emails.

Chris
by troutlet
Tue Mar 04, 2008 10:05 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Cross-listing same product in different categories
Replies: 2
Views: 2324

categories

When editing a product select the Categories button. From here you can put a check next to as many categories as you would like the product to appear in.
Is that what you were talking about?
by troutlet
Sun Mar 02, 2008 3:59 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Order of Ratings/Reviews
Replies: 18
Views: 11766

Thanks

Thanks Mike, that is very appreciated. :D