Search found 13 matches

by gary-trainsignal
Tue May 05, 2009 2:25 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Change Text Displayed Based on User's Group
Replies: 3
Views: 3667

Re: Change Text Displayed Based on User's Group

Thanks! It worked perfectly.

Has anyone attempted and documented how to add a user to a group(s) automatically when they purchase a given product(s)?

That would just make my day wonderful.
by gary-trainsignal
Mon May 04, 2009 9:37 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Change Text Displayed Based on User's Group
Replies: 3
Views: 3667

Change Text Displayed Based on User's Group

So I'm playing around with the nVelocity code to display different text based on if a user belongs to a specific group. Here is the code I have, but when deployed the whole page is blank: #if$User.IsInGroup(10) <a href="#" target="_blank" >Now Available</a> #else Coming Soon #end Any help with corre...
by gary-trainsignal
Mon Apr 27, 2009 2:00 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Coupon Code Via Cookie
Replies: 1
Views: 1748

Coupon Code Via Cookie

I'm just looking to make a couple of Usability improvements to our site and was wondering if there was anyway to use cookies to apply coupon codes in Ablecommerce. Our previous cart offered it and we utilized it mostly on landing pages for offers that would include the cookie so when the customer ge...
by gary-trainsignal
Fri Apr 17, 2009 2:04 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: "Buy Now" button link
Replies: 1
Views: 2314

"Buy Now" button link

Is there any way I can insert img/code onto a html page or email that would create a link that would function as a buy now button and take the user into the cart with the item added? We have the functionality on the actual product page, but I would like to incorporate it into our emails and landing ...
by gary-trainsignal
Thu Apr 09, 2009 9:58 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How do I have script run after google analatyics e-commerce
Replies: 7
Views: 4470

Re: How do I have script run after google analatyics e-commerce

I gotcha. Yeah, no problem at all for analytics and ecommerce tracking when thats all we've got running. It's the dang GWO code that throws a wrench in our tracking. :twisted:
by gary-trainsignal
Wed Apr 08, 2009 11:28 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How do I have script run after google analatyics e-commerce
Replies: 7
Views: 4470

Re: How do I have script run after google analatyics e-commerce

Also, do you know where the working client is calling the Google Website Optimizer code from on their confirmation page?

Thanks again
by gary-trainsignal
Wed Apr 08, 2009 10:22 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How do I have script run after google analatyics e-commerce
Replies: 7
Views: 4470

Re: How do I have script run after google analatyics e-commerce

Thanks Judy.

By any chance do you know if the cart that has it working is split testing or multivariate testing? I haven't tried to see if it works with split testing. We've only been running mulit tests.
by gary-trainsignal
Tue Apr 07, 2009 3:12 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How do I have script run after google analatyics e-commerce
Replies: 7
Views: 4470

Re: How do I have script run after google analatyics e-commerce

hmm.. doesn't bode well for me :? Thanks, I just came across that code as well. That is the code behind that creates the string to be displayed and now the attempt is to locate where in the code the RegisterTransactionScript() function is called from so that code actually displays. I'm in the midst ...
by gary-trainsignal
Tue Apr 07, 2009 2:03 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How do I have script run after google analatyics e-commerce
Replies: 7
Views: 4470

How do I have script run after google analatyics e-commerce

I'm troubleshooting Google Website Optimizer right now on our site. It tracks great, however when we run a GWO test the e-commerce tracking from our analytics stops collection $ data. Analtyics keeps collecting data, but the e-commerce tracking stops. I've brought in a Google consulting firm and the...
by gary-trainsignal
Tue Dec 23, 2008 3:40 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Discount options
Replies: 2
Views: 2559

Re: Discount options

I'm not sure if I completely follow what you are doing, but I think we just had the similar problem. We have products that are normally quantity 1 orders, but wanted to offer volume discounts if any customer was buying $750-$1250 and $1250 or more. I've accomplished this by changing the volume disco...
by gary-trainsignal
Tue Dec 23, 2008 3:34 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Volume Discount based on Subtotal
Replies: 4
Views: 3419

Re: Volume Discount based on Subtotal

Good news. We've figured it out. With the volume discount there is a setting under the store configuration in the Dashboard. This allows you to change from line item to group by category and then when we selected global for the volume discount it was applied based on the subtotal of the cart. I put ...
by gary-trainsignal
Tue Dec 23, 2008 1:40 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How Do I Control Home Page Address?
Replies: 2
Views: 2491

Re: How Do I Control Home Page Address?

Thanks, Judy. I'll continue the discussion in that thread.
by gary-trainsignal
Tue Dec 23, 2008 12:57 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How Do I Control Home Page Address?
Replies: 2
Views: 2491

How Do I Control Home Page Address?

For SEO purposes (avoid duplicate content) I'm trying to find out how to make our home page in Able to be just our http://www.mydomain.com/ instead of what it currently seems to be set at http://www.mydomain.com/default.aspx

Is anyone aware of where this setting can be modified? Thanks.