U_Go_Girl Posted June 20, 2007 Share Posted June 20, 2007 Hi .... l been searching high n low of how to solve this ---> At the moment, my current maximum shipping weight are 5kg @ $62.50 but how can l comment out and by not showing the $0.00 USD amount from the page. At the moment since l havent be able to solve or got a clue - l indicate as such on Delivery Information page - Maximum Shipping Weight - 5kg Only * You have exceeded the maximum weight of 5kg. No goods will be delivered. Please minimize the weight items below 5kg. Please contact us if you require to purchase more than the maximum weight.* Under Shipping/Packaging- Enter the Maximum Package Weight you will ship, l put a test by inserting 6kg as l've set weight to be in Kg but under Delivery Information page under Shipping Method : if l test to just 5 ... it shows calculation Shipping Weight as -3.125 kg(s) and calculate as $103.00 USD and if l put a test to 0.5 = Shipping calculation shown as : 0.48076923076923 kg(s) and calculate as $156.00 USD but if l put a test to 5000 or 50 = it shown as what l wanted : * You have exceeded the maximum weight of 5kg. No goods will be delivered. Please minimize the weight items below 5kg. Please contact us if you require to purchase more than the maximum weight.* $0.00 USD But How can l get rid of this --$0.00 USD to alert customer and Force them to minimise orders below 5kg and not be able to proceed with the purchases??? ls there a file that l'm missing out or it not possible to get rid of it. l dont have a clue and l'm seeking help to those who knows the answer. Please help Thank You :blush: Link to comment Share on other sites More sharing options...
U_Go_Girl Posted June 20, 2007 Author Share Posted June 20, 2007 Anyone out there??? l just need someone to show me to the right direction. ls there a solution to this??? :huh: Link to comment Share on other sites More sharing options...
U_Go_Girl Posted June 20, 2007 Author Share Posted June 20, 2007 Hi .... l been searching high n low of how to solve this ---> At the moment, my current maximum shipping weight are 5kg @ $62.50 but how can l comment out and by not showing the $0.00 USD amount from the page. At the moment since l havent be able to solve or got a clue - l indicate as such on Delivery Information page - Maximum Shipping Weight - 5kg Only * You have exceeded the maximum weight of 5kg. No goods will be delivered. Please minimize the weight items below 5kg. Please contact us if you require to purchase more than the maximum weight.* Under Shipping/Packaging- Enter the Maximum Package Weight you will ship, l put a test by inserting 6kg as l've set weight to be in Kg but under Delivery Information page under Shipping Method : if l test to just 5 ... it shows calculation Shipping Weight as -3.125 kg(s) and calculate as $103.00 USD and if l put a test to 0.5 = Shipping calculation shown as : 0.48076923076923 kg(s) and calculate as $156.00 USD but if l put a test to 5000 or 50 = it shown as what l wanted : * You have exceeded the maximum weight of 5kg. No goods will be delivered. Please minimize the weight items below 5kg. Please contact us if you require to purchase more than the maximum weight.* $0.00 USD But How can l get rid of this --$0.00 USD to alert customer and Force them to minimise orders below 5kg and not be able to proceed with the purchases??? ls there a file that l'm missing out or it not possible to get rid of it. l dont have a clue and l'm seeking help to those who knows the answer. Please help Thank You :blush: Seems like l'm not getting a reply on this :( I wonder why? Am l asking a silly question here or not making sense?! <_< Or the answer is right there which l'm unaware of? My inquiry is : l have set to a specific maximum weight and IF the shipping modules couldnt find a weight amount and it would say " NO GOODS WILL BE DELIVERED --> at $0.00 cost " or just to get rid of that $0.00 amount shown somehow. Cause the customer could still select this shipping and The customer would then think, that he /she will gets their order without shipping costs or unaccidentally purchase it eventhough they're aware of the written words so l would like to Prevent it from happening. Well, is the file under : admin/includes/classes/shipping.php? if (is_array($this->modules)) { $shipping_quoted = ''; $shipping_num_boxes = 1; $shipping_weight = $total_weight; if (SHIPPING_BOX_WEIGHT >= $shipping_weight*SHIPPING_BOX_PADDING/100) { $shipping_weight = $shipping_weight+SHIPPING_BOX_WEIGHT; } else { $shipping_weight = $shipping_weight + ($shipping_weight*SHIPPING_BOX_PADDING/100); } if ($shipping_weight > SHIPPING_MAX_WEIGHT) { // Split into many boxes $shipping_num_boxes = ceil($shipping_weight/SHIPPING_MAX_WEIGHT); $shipping_weight = $shipping_weight/$shipping_num_boxes; } $include_quotes = array(); reset($this->modules); while (list(, $value) = each($this->modules)) { $class = substr($value, 0, strrpos($value, '.')); if (tep_not_null($module)) { if ( ($module == $class) && ($GLOBALS[$class]->enabled) ) { $include_quotes[] = $class; } } elseif ($GLOBALS[$class]->enabled) { $include_quotes[] = $class; } } if so, under which line should I amend it? Or I'm looking at the wrong file??? l've read from forum to offer expensive rate so they will not go beyond the limit weight but l dont find it appropiate ideas and thats why l'm seeking for a solution here. :huh: Appreciated!!! Link to comment Share on other sites More sharing options...
tigergirl Posted June 21, 2007 Share Posted June 21, 2007 I may not have the answer you require but hey! Why would you want to restrict sales? You can send separate packages which won't go over 5 kilos each but you'll make more money??? As a customer, I'd be p'd off if a seller tried to restrict my buying on something I was prepared to pay for - and I'd shop elsewhere. My shipping rate table just takes anything over 10k and divides it in two packets or whatever, as 10k is my max weight. Just a suggestion.... I'm feeling lucky today......maybe someone will answer my post! I do try and answer a simple post when I can just to give something back. ------------------------------------------------ PM me? - I'm not for hire Link to comment Share on other sites More sharing options...
U_Go_Girl Posted June 21, 2007 Author Share Posted June 21, 2007 Thank You for your suggestion TigerGirl , The reason l did this is all my item weight are mostly very light. The maximum content l had is 0.78kg. And Yup, it might turn off some customers but this is how l want it to be "Strictly 5kg Only". lf they insist on buying items from my site- they have no other way But to decreased the weight content. lf the customers are unhappy with the maximum weight provided - they're most welcome not to shop at my site and shop elsewhere. lt may sounds hush to some of you out there BUT Thats the restriction of my site. Thats why l'm seeking some help here for prevention of some stubborn customers who ignored the Restriction n continue with purchases cause once payment being made or if somehow they unaccidently made a mistake or blindly unware of it - * No such refund will be given.* Even if the Overall weight content was above even a slight of half/ 1grams - l will remove 1 item frm their shopping cart purchases to reduce below 5kg and the item that was remove, l will not Refund the amount costs and My site will not hold any responsiblity due to their own mistakes and it is their own responsibility to be Aware of it. So if there is a clue or file to hack it (which l'm dying to know) or any suggestion or comment, please do not hesitate to infrm me. l might somehow put ur ideas into re-consideration. Thank You I may not have the answer you require but hey! Why would you want to restrict sales? You can send separate packages which won't go over 5 kilos each but you'll make more money??? As a customer, I'd be p'd off if a seller tried to restrict my buying on something I was prepared to pay for - and I'd shop elsewhere. My shipping rate table just takes anything over 10k and divides it in two packets or whatever, as 10k is my max weight. Just a suggestion.... Link to comment Share on other sites More sharing options...
tigergirl Posted July 5, 2007 Share Posted July 5, 2007 Is that legal? If I were you I would check out the law. Please do let us know your URL so we don't ever shop there... good luck with the legal battles and chargebacks from you ripping people off and pissing people off... Sorry to be blunt but this is not the sort of thing I'd want to be associated with and brings down the good name of decent and trustworthy e-commerce business. I'm feeling lucky today......maybe someone will answer my post! I do try and answer a simple post when I can just to give something back. ------------------------------------------------ PM me? - I'm not for hire Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.