easybeau Posted October 30, 2006 Posted October 30, 2006 (edited) Hi, I decided to install my own shipping module cause I have special needs. There're 3 types of package: Letter B5 (small -> 500g.), letter B4 (medium ->1Kg) and colis (->30kg). I created the files: lettreB4.php, lettreB5.php et colis.php and put them in the right places with the right values. Everything works fine in the admin but the problem is: - I can't enable the 3 packages at the same time (in checkout_shipping.php). - I'd like to select in admin -> product, the right package for any product (with radio button): Product weight : 0.5 Package: B4 - Then, I need to define: 1 prod. package B5 -> letter B5 price 2-3 prod. package B5 -> letter B4 price 4 and + -> colis 1 prod. package B4 -> letter B4 price 2 and + -> colis 1 prod. colis and + -> colis price 1 prod. B5 + 1 prod. B4 -> colis price etc... Anybody did something similar for its website?! I need help, please! Edited October 30, 2006 by easybeau Quote
usernamenone Posted November 16, 2006 Posted November 16, 2006 You also need to set up tables in your sql database. You might download a payment contrib, any payment contrib check how they set up the files and tables and make your adjustments from that. Quote
easybeau Posted November 16, 2006 Author Posted November 16, 2006 Hi Lola, I already use two payment methods (Paypal & Bank transfer) and for shipping, it's calculated depending on weight: 0.1:1.80,0.5:2.00,1:4.00,2:6.00,5:8.00,10:11.00,20:16.00,30:23.00. But I need something more specific for shipping! Do you have any idea how to configure it? Quote
usernamenone Posted November 17, 2006 Posted November 17, 2006 http://www.oscommerce.com/community/contri...,all/search,mvs maybe sonething like this could be reworked. Hi Lola, I already use two payment methods (Paypal & Bank transfer) and for shipping, it's calculated depending on weight: 0.1:1.80,0.5:2.00,1:4.00,2:6.00,5:8.00,10:11.00,20:16.00,30:23.00. But I need something more specific for shipping! Do you have any idea how to configure it? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.