Search found 5 matches

by Vortx_Ian
Tue Mar 17, 2009 5:21 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Problem with shipping charge only items checkout
Replies: 8
Views: 6180

Re: Problem with shipping charge only items checkout

Without having fully tested every scenario, this fix seems to work for what you are trying to accomplish with your shipping cost only items. In OnePageCheckout.ascx.cs, find: private void RecalculateBasket() { RecalculateBasket(false); } and change it to private void RecalculateBasket() { Recalculat...
by Vortx_Ian
Wed Mar 11, 2009 12:47 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Promotional Code
Replies: 1
Views: 2129

Re: Promotional Code

In ConLib/OnePageCheckout.ascx, find the line of code: <uc:CouponDialog ID="CouponDialog1" runat="server" EnableViewState="false" /> and change it to read: <uc:CouponDialog ID="CouponDialog1" runat="server" EnableViewState="false" Visible="false" /> This will remove the Promotional/Coupon Code input...
by Vortx_Ian
Fri Feb 13, 2009 1:12 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Combination Coupons
Replies: 4
Views: 3669

Combination Coupons

I would like to be able to create a coupon that will discount both a product and the shipping cost. Here's an example: A customer comes to the site with a coupon code for product X and discounted shipping. They add Product X to the cart. During checkout they enter the coupon code. The code will take...
by Vortx_Ian
Tue Oct 14, 2008 3:03 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: USPS Shipping Configuration question
Replies: 2
Views: 2359

Re: USPS Shipping Configuration question

First, thanks for the fast reply.
Yes, my warehouse has a zip associated with it. I guess I will activate and go from there.
by Vortx_Ian
Tue Oct 14, 2008 2:53 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: USPS Shipping Configuration question
Replies: 2
Views: 2359

USPS Shipping Configuration question

I am configuring USPS on a site, and have successfully run the canned test scripts. The next part says to activate my account for production before I check activate and complete the configuration. Do I need to activate for production at this time even though I simply want to run tests against the te...