Search found 471 matches

by kastnerd
Tue May 18, 2010 7:46 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Error creating order on admin side
Replies: 8
Views: 5945

Re: Error creating order on admin side

I found it adds the product to the cart with the error, but does not take into effect the price modifications of the kit items. only the parent items price.
by kastnerd
Tue May 18, 2010 7:44 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Pricing on CreateOrders2
Replies: 6
Views: 3332

Re: Pricing on CreateOrders2

I found that the kit pop up window displays the pricing of the admin user, if the user is part of a group it will show that price not the correct price for the customer.
by kastnerd
Tue May 18, 2010 7:15 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Error creating order on admin side
Replies: 8
Views: 5945

Error creating order on admin side

I am trying to get everything working so my site can go live. If I use the admin side to create an order. on /Admin/Orders/Create/CreateOrder2.aspx If I add a product that is a kit, When I click Add To Order I get this error, If I click cancel I get this error. I cant close the kit pop up window, Iv...
by kastnerd
Fri May 14, 2010 12:40 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Pricing on CreateOrders2
Replies: 6
Views: 3332

Re: Pricing on CreateOrders2

On CreateOrders2, To test, Make a kit, with one options for A or B and another options for C or D Now put standard price of 50 for all the items, then make 2 pricing rules for each, $25 for some groups, and $15 for another group. Now on the admin side, at CreateOrders2 add a kit. It opens up the win...
by kastnerd
Fri May 07, 2010 12:56 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Checkout not working in Chrome
Replies: 5
Views: 4188

Re: Checkout not working in Chrome

The error log I got from Chrome on your site has this. Default.aspx:32Unmatched </link> encountered. Ignoring tag. Default.aspx:260Unmatched </br> encountered. Ignoring tag. chrome://devtools/<internal>:1Failed to handle debugger reponse: SyntaxError: Unexpected token ) chrome://devtools/<internal>:...
by kastnerd
Fri Apr 09, 2010 8:33 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Negative Shipping Handling Fees
Replies: 1
Views: 1724

Re: Negative Shipping Handling Fees

Please see the end of this Topic viewtopic.php?f=42&t=6506&start=25
There is a way to get your Negotiated rates.
Only warning is if your package size effects shipping costs on lighter or larger packages going air.
by kastnerd
Mon Mar 22, 2010 10:26 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.3 Search Enter Key Bug
Replies: 13
Views: 8609

Re: 7.0.3 Search Enter Key Bug

Is there a stock Able demo some place to test these?
by kastnerd
Fri Mar 19, 2010 7:48 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Editing pricing in database, advice needed
Replies: 3
Views: 2298

Re: Editing pricing in database, advice needed

I think there is another field on the product table to say what specials that product uses?
Are you trying to update pricing rules or create them with the DB? Iv been able to update pricing rules but creating them did not work for me.
by kastnerd
Thu Mar 18, 2010 10:04 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.3 Search Enter Key Bug
Replies: 13
Views: 8609

Re: 7.0.3 Search Enter Key Bug

I am testing google Chrome, and at some pages when i click enter it will submit a different button then IE would.
by kastnerd
Wed Mar 17, 2010 8:43 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: "Connection Partially Encripted" on Firefox
Replies: 11
Views: 4765

Re: "Connection Partially Encripted" on Firefox

im guessing the path of the files is http://www.purdys.com/ when it should be (images/M......gif) you dont need full path. You should not have http typed in to any of the locations for any file or image. For Chrome, I load the https site and it shows the error, then i right click on the page and use...
by kastnerd
Tue Mar 16, 2010 2:38 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Add Payment function under Payments
Replies: 9
Views: 4579

Re: Add Payment function under Payments

I found this code //SHOW OR HIDE INTL DEBIT FIELDS if (intlDebitCards.Count > 0) { trIntlCVV.Visible = true; if (creditCards.Count > 0) { IntlCVVCredit.Visible = true; IntlCVVCredit.Text = string.Format(IntlCVVCredit.Text, FormatCardNames(creditCards)); } else IntlCVVCredit.Visible = false; IntlCVVD...
by kastnerd
Tue Mar 16, 2010 11:29 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Out of stock contact us
Replies: 7
Views: 3411

Re: Out of stock contact us

Code: Select all

#if($Product.InStock == 0)
[[ConLib:Custom\ContactUs]]
#end
I fixed it, it needed ==
by kastnerd
Tue Mar 16, 2010 10:45 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Out of stock contact us
Replies: 7
Views: 3411

Re: Out of stock contact us

No error, It just wont show, I tested changing the if statement to #if($Product) then it shows all the time of course. Its like its not getting the instock quantity?
by kastnerd
Tue Mar 16, 2010 9:55 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Out of stock contact us
Replies: 7
Views: 3411

Re: Out of stock contact us

A number of contact us samples are available in this thread http://forums.ablecommerce.com/viewtopic.php?f=47&t=7954 All you need is to download and place a suitable one in your product page and wrap it within a NVelocity if that depends upon InStock value like #if($Product.InStock = 0) [[ConLib:Cu...
by kastnerd
Mon Mar 15, 2010 10:51 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Stone Edge Invalidating Orders?
Replies: 5
Views: 10698

Re: Stone Edge Invalidating Orders?

It looks like we should change some of Able's code to not show these errors. That is all Stone Edge is designed to update.
by kastnerd
Fri Mar 12, 2010 4:29 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Remove Kit Option
Replies: 2
Views: 1772

Re: Remove Kit Option

I am trying to build a very complicated kit builder. With some options1 it would limit the option2, option3 and option4. And 2 would control 2&3. I got it working with standard dropdown's. Check out my link. http://67.225.187.60/Wheel-Builder-P298C24.aspx the bottom ones have the java control but ar...
by kastnerd
Fri Mar 12, 2010 4:04 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Pricing on CreateOrders2
Replies: 6
Views: 3332

Re: Pricing on CreateOrders2

Try Replacing ProductDataSource.FindProducts call with ProductDataSource.AdvancedSearch method that is used for store advance search and doesn't lists the hidden products. So changing visibility will hide it on both ends store and merchant order feature. I cant find this line of code to edit to cha...
by kastnerd
Fri Mar 12, 2010 3:03 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Price Rule & Variants
Replies: 1
Views: 1492

Re: Price Rule & Variants

sadly no only kits.
by kastnerd
Fri Mar 12, 2010 3:03 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Add Payment function under Payments
Replies: 9
Views: 4579

Re: Add Payment function under Payments

Mine shows a field for security code below expiration. Maybe a setting in your gateway?
by kastnerd
Fri Mar 12, 2010 2:46 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Remove Kit Option
Replies: 2
Views: 1772

Remove Kit Option

I am trying to find a way to modify kits to allow me to remove/add options. With standard java dropdown's its simple like this example. http://www.felgall.com/jstip22.htm I am looking threw the Producthelper.cs, BuyProductDialog.ascx, and ShowProduct 1.htm I found the lines public static Dictionary<...
by kastnerd
Fri Mar 12, 2010 8:41 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Choosing shipping method
Replies: 2
Views: 2764

Re: Choosing shipping method

I have also wished USPS used dimensions, another trouble is UPS dose not get dimensions if more then 1 item is in the basket.

I would like s/h free as a item % or similar options.

I have not seen Able make any large changes to shipping and how it calculates dimensions.
by kastnerd
Fri Mar 05, 2010 12:50 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Stone Edge Invalidating Orders?
Replies: 5
Views: 10698

Re: Stone Edge Invalidating Orders?

This is due to the payment status.
Stone edge only updates the order status and not any other status's like payment.

I think if you make something like "if order status is changed to shipped then change payment status to paid"
by kastnerd
Fri Mar 05, 2010 11:58 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Able & Stone Edge synched updates
Replies: 12
Views: 9134

Re: Able & Stone Edge synched updates

One other trouble I have with Able with Stone Edge is payment. If you set able up not to charge the credit card but to authorize it. Then charge the card using stone edge when you ship the order. The trouble is when a customer logs in to there account to see the status of the order it is listed and ...
by kastnerd
Fri Mar 05, 2010 10:55 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Handling Fee
Replies: 2
Views: 1758

Re: Handling Fee

Id like to have a % handling fee based off of product total for UPS.