Search found 3 matches

by biophase
Tue Jun 23, 2009 9:17 pm
Forum: [SC] Custom Code
Topic: Free shipping + handling fee issue
Replies: 3
Views: 7958

Re: Free shipping + handling fee issue

You'd probably want to hard code in a little check for specific services that just adds in the extra if true but otherwise leaves the extra charge out. It doesn't sound like it would be hard to modify in the code... Or I guess I could hard code something in the UPS or Fedex shipping calculations to...
by biophase
Tue Jun 23, 2009 7:52 am
Forum: [SC] Custom Code
Topic: Free shipping + handling fee issue
Replies: 3
Views: 7958

Free shipping + handling fee issue

I offer free ground shipping in the US, however when someone wants it 2 day or 3 day I charge them for it using the UPS or Fedex price engine. The problem is that I can't add a pound for the box so that the pricing is usually off by a buck or two. So I thought, hey why not charge them a $2.00 handli...
by biophase
Tue Jun 23, 2009 7:48 am
Forum: [Dev] Discussion
Topic: Variations limitation
Replies: 8
Views: 24670

Re: Variations limitation

The variations engine sucks big time. However, I've found that it seems to be able to handle a little more in 5.0.3 than 4.0.X. I have a product with 4 x 8 x 2 variations and I had a memory error in 4.0.x so I just worked around it. I just added it last night in 5.0.3 and it worked. This is all spec...