tasari Posted November 29, 2003 Share Posted November 29, 2003 I have MS 2.. I did set the shipping to "Table Rate" in the shipping module.. This is what I got : Enable Table Method True Shipping Table 10:6.0,50:5.0,10000:0.00 Table Method price Handling Fee 0 Tax Class None Shipping Zone None Sort Order 0 When you add a product and then click on "checkout".. I always get the "Delivery Information" page BUT now without the shipping cost displayed !! Addition info !!! I enabled the "free shipping" over $50 in modules => order total => shipping : Order Shipping Cost Display Shipping true Sort Order 799 Allow Free Shipping true Free Shipping For Orders Over $50.00 Provide Free Shipping For Orders Made national Can you help me fix this ?? It won't show up and it isn't added to the price neither.. so now I am paying shipping !! Tx in advance Link to comment Share on other sites More sharing options...
tasari Posted November 29, 2003 Author Share Posted November 29, 2003 I found the solution... All your product need to have a weight.. it may not be zero.. just do : update products set product_weight = "0.01" and it will work again ;-) Link to comment Share on other sites More sharing options...
T. Raven Posted February 7, 2004 Share Posted February 7, 2004 I found the solution... All your product need to have a weight.. it may not be zero.. just do : update products set product_weight = "0.01" and it will work again ;-) update products set productS_weight = "0.01" i added the s to products.... But still having problems, i use the flate rate with price. Anyone can help , its not showing up the shipping cost in the checkout procedure...So its not on the invoice as well ;) Link to comment Share on other sites More sharing options...
pman233 Posted February 21, 2004 Share Posted February 21, 2004 Having similar problem, but on 2.1 CVS. It used to work, but then I ran a free shipping promo. When I put the new shipping prices in, all that gets added to the customer's bill on checkout is the handling fee. Here's my setup: Table Rate Enable Table Method True Shipping Table 10:2.00,50:5.00,75:7.00,100:11.00 Table Method price Handling Fee 3.95 Tax Class --none-- Shipping Zone --none-- Sort Order 0 No glaring errors that I see, but I'm going broke eating all the shipping costs! Please HELP! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.