idev Posted September 9, 2005 Share Posted September 9, 2005 Hi all I am having a problem trying to find a solution. I have a client that sells products in two packages. Product Info Page: _________ .................| Product Name (2)lbs. ....PIC........| Product Price .................| Qty Attribute: Upsize to 10 lbs .................| _________| Add to Cart Package 1: $xx.xx (2)lbs. Package 2: $xx.xx (10)lbs. Package 1 & 2 are the same product, just more quantity in shipment package. So when changing the qty attribute, it should add 8lbs to the order and increase price. How can I do this? I tried using the attributes in admin to do this, and it works -except that when I change the quantity attribute, it does not change the package weight, only price. I have searched around the forum and seen some others with similar needs, but no real solid solution. Everyone was just talking about problems after installing some attribute contribution. I am using the lastest 2.2 Milestone 2 Please... if you can help, I would greatly appreciate it. Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted September 9, 2005 Share Posted September 9, 2005 Hi all I am having a problem trying to find a solution. I have a client that sells products in two packages. Product Info Page: _________ .................| Product Name (2)lbs. ....PIC........| Product Price .................| Qty Attribute: Upsize to 10 lbs .................| _________| Add to Cart Package 1: $xx.xx (2)lbs. Package 2: $xx.xx (10)lbs. Package 1 & 2 are the same product, just more quantity in shipment package. So when changing the qty attribute, it should add 8lbs to the order and increase price. How can I do this? I tried using the attributes in admin to do this, and it works -except that when I change the quantity attribute, it does not change the package weight, only price. I have searched around the forum and seen some others with similar needs, but no real solid solution. Everyone was just talking about problems after installing some attribute contribution. I am using the lastest 2.2 Milestone 2 Please... if you can help, I would greatly appreciate it. <{POST_SNAPBACK}> have you checked out that contrib that adds weight to attributes? :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
idev Posted September 9, 2005 Author Share Posted September 9, 2005 have you checked out that contrib that adds weight to attributes? <{POST_SNAPBACK}> I have not. I would like to. Will it work? Without breaking the cart- MS2.2? If yes, please send a link! Thank you for your reply! :D Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted September 9, 2005 Share Posted September 9, 2005 I have not. I would like to. Will it work? Without breaking the cart- MS2.2? If yes, please send a link! Thank you for your reply! :D <{POST_SNAPBACK}> this looks current too! http://www.oscommerce.com/community/contri...tributes+weight :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
idev Posted September 9, 2005 Author Share Posted September 9, 2005 this looks current too! http://www.oscommerce.com/community/contri...tributes+weight <{POST_SNAPBACK}> Looks great! Only I can't seem to figure out what I need. I opened the latest in the add weight to attributes http://www.oscommerce.com/community/contri...tributes+weight and it says you need the UPS XML contribution http://www.oscommerce.com/community/contri...t+to+attributes But it does not make sense... what they say you need. in the ups xml it says: IMPORTANT!!!! This modification is ONLY for those who have the following to contributions added already. UPS XML Rates 1.1.5a (Original file by Torin Walker) http://www.oscommerce.com/community/contributions,1323 and Add Weight To Product Attributes v0.1 (Original file by kumar mcmillan) http://www.oscommerce.com/community/contributions,1622 But in UPS XML Rates 1.1.5a it only has: change in categories.php <td class="main"><?php echo tep_draw_separator('pixel_trans.gif', '24', '15') . ' ' . tep_draw_checkbox_field('products_ready_to_ship', $pInfo->products_ready_to_ship); ?></td> in: <td class="main"><?php echo tep_draw_separator('pixel_trans.gif', '24', '15') . ' ' . tep_draw_checkbox_field('products_ready_to_ship', '1', (($product['products_ready_to_ship'] == '1') ? true : false)); ?></td> to fix the ready to ship checkbox not being checked when it should. And when it's checked and saved, the value isn't saved. I don't get it :'( Link to comment Share on other sites More sharing options...
Jeremy at oddly enough Posted September 10, 2005 Share Posted September 10, 2005 Can you not just use version 0.2? I use a region based shipping contrib, so I don't need to pass the weight to a post office server to give shipping quotes. Jeremy Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.