paaf Posted November 19, 2004 Posted November 19, 2004 hi, I need to use following shippig rates" 25:5.40,50:6.50,75:7.60,100:8.70,200:15.20,300:21.75,400:28.35,500:35.00,600:42. 00,700:48.85,800:55.80,900:62.85,1000:69.50,1250:86.50,1500:103.00,1750:120.25,20 00:137.40,2250:154.50,2500:171.85,2750:188.93,3000:206.10,3250:223.28,3500:240.45 ,3750:257.63,4000:274.80,4250:291.98,4500:309.15,4750:326.33,5000:343.50 but it can't fit into database. It's cut just on 256th sign. Means, for this column is used varch(256). I have to change to text. But, can't find where is such a column? thanks for any help -paaf
Guest Posted November 19, 2004 Posted November 19, 2004 change the definition to text and then test it
paaf Posted November 19, 2004 Author Posted November 19, 2004 Found it. God, it was hidden! :lol: I had to go through every table... table: configuration configuration_title: Shipping table configuration value column have to change to text. But, is ther eany other solution? It's bad to change a column to text because of one (of 140) entry?
paaf Posted November 19, 2004 Author Posted November 19, 2004 change the definition to text and then test it <{POST_SNAPBACK}> Can you give me some more info about that action? thanks! -paaf
Recommended Posts
Archived
This topic is now archived and is closed to further replies.