hitman0042 Posted October 25, 2010 Posted October 25, 2010 Oscommerce comes with a Per Item shipping module already. Although i have created this for standard postage. I want another per item module for registered post. So it should have 1. Per Item $7 Standard Post 2. Per Item $10 Registered Post 3. Postage via Email Please tell me if there is an addon or something. If you tell me to do codeing please be VERY specific as to which files to apply it to, the dir it is in, and exactly WHERE i have to add the code in the file and what code to remove. Thanks
Mailware Posted October 26, 2010 Posted October 26, 2010 If you are looking for individual item shipping prices, check out the community add-on Checkout by Amazon, which is for osCommerce v2.2MS2 and v2.2RC1. Shipping prices can be calculated per item and this add-on is integrated with USPS, UPS, and FedEx. Go to this page http://addons.oscommerce.com/info/6647 for more information on the Checkout by Amazon add-on. I hope this gives you some more insight into your problem. Best of luck. Mailware - Multi Channel Manager
hitman0042 Posted October 26, 2010 Author Posted October 26, 2010 If you are looking for individual item shipping prices, check out the community add-on Checkout by Amazon, which is for osCommerce v2.2MS2 and v2.2RC1. Shipping prices can be calculated per item and this add-on is integrated with USPS, UPS, and FedEx. Go to this page http://addons.oscommerce.com/info/6647 for more information on the Checkout by Amazon add-on. I hope this gives you some more insight into your problem. Best of luck. i am not an authorised amazon seller, so that didnt work. All i want, is just ANOTHER per item shipping module, that is all.
Mailware Posted November 1, 2010 Posted November 1, 2010 In that case, see if this module is an option for you. It is compatible with any other module you may have, in your case a shipping module. Check out the Individual Product Shipping Prices here http://addons.oscommerce.com/info/1333 and see if this is what you're looking for. I hope that this can help you and lead you in the right direction. Best of luck. Mailware - Multi Channel Manager
burt Posted November 1, 2010 Posted November 1, 2010 It is possible to recode the per-item module to return more than 1 quote. I can't exactly remember how I did it, but it looks good and works well - from what I recall I put another array into the method in the module. If that doesn't make sense, ignore me. Instead, make a copy of per item, rename the variables appropriately and have it charge the higher price.
hitman0042 Posted November 1, 2010 Author Posted November 1, 2010 Mailware thanks for your reply but i did what burt did. Copied the per item in english/modules/shipping as well as /includes/modules/shipping and named them "item2". I change EVERY value that said "ITEM" in these .php files to say "ITEM2". Thats it, it worked after that.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.