-
SiteBuilder Cart Shipping Estimator for FedEx Guest checkout used to give results. No longer.
It used to be that the cart shipping estimator for SiteBuilder Shopping Cart Kilimanjaro, using FedEx Ground as the default shipping method, used to give results even if the user was a Guest shopper and only provided the shipping zip code. This no longer works. Adding just the zip code return $0.00 as the shipping amount.…
-
cart.setTransactionBodyField: Cannot read properties of undefined error
I have a script that sets necessary transaction body fields during the checkout process that seems to have stopped working. The relevant field is applied to sales, displayed in website, has its value stored, is a checkbox, and its default access level is edit. However, when cart.setTransactionBodyField is called, I am told…
-
SuiteCommerce Standard Maximum Order Quantity malfunction
In SuiteCommerce Standard, We have an Item configured with a Minimum Order Quantity = 1 and a Maximum Order Quantity = 25. If the user uses the Quick Add widget in the Shopping Cart page, to add 10 of this Item to their Shopping Cart, and then with one line for that Item existing in their cart with Quantity = 10, then the…
-
How to resolve the error: Cart update failed. Item does not exist?
Some of our customers get this error when they add an item to the cart (WSDK): "Cart update failed. Item (x) does not exist" I've encountered this myself as well and would like to know more about this...: I usually tell people to clear their cookies... and then the issue is gone. So it's a cookie issue (at least) The item…
-
What is the alternative solution since getCart is deprecated?
I have scripts running in the SuiteCommerce user's browser that need to see what the subtotal is on each page of the checkout, so that it can overwrite the Total displayed on the screen after adding the full truckload freight cost (something we had to do ourselves in a suitelet because NetSuite doesn't support freight that…
-
Adding an Item's Description or Display Name to Cart Contents
Hello, It seems my options for customizing the Cart Contents sublist within the Customer's Marketing subtab are quite limited. I believe these reflect data from SuiteCommerce's Shopping Cart record. We are using it to track abandoned carts from visitors to our website. I can make a Shopping Cart search and join the Item…