Tright Posted December 2, 2004 Share Posted December 2, 2004 Hello all, I am having a problem installing the Individual Ship Contribution located here: http://www.oscommerce.com/community/contri...Individual+Ship I have been on general Support, Contributiuon Support and everywhere in betwen for help on this and have not heard back from ONE person. All I need is for someone to supply the completed files that need to be uploaded to my server - there's only 2 (shopping_cart.php, and categories.php) - I have already taken care ofl the other steps (adding fields to SQL) but when attempting to follow the inconsistent direcetions for altering the necessary files multiple times it has not worked and my project needs to be done YESTERDAY!!! BTW - If someone knows of a better way to apply individual shipping costs to products please advise. Thank you!!! Link to comment Share on other sites More sharing options...
Guest Posted December 3, 2004 Share Posted December 3, 2004 i just looked in the instructions, there are instructions for shopping_cart.php (first set of instrucitons on modifying a file), categories.php is in the admin folder. Link to comment Share on other sites More sharing options...
Tright Posted December 3, 2004 Author Share Posted December 3, 2004 The instructions say to alter the 2 files (categories.php and shopping_cart.php) and seem to have part of them for you but not everything and are also inconsistent in some of the changes they say to make: -> Find $product_query = tep_db_query("select products_quantity, products_model, products_image, products_price, products_date_available, products_weight, products_tax_class_id, manufacturers_id from " . TABLE_PRODUCTS . " where products_id = '" . tep_db_input($products_id) . "'"); -> The closest thing I found: $product_query = tep_db_query("select products_quantity, products_model, products_image, products_price, products_date_available, products_weight, products_tax_class_id, manufacturers_id from " . TABLE_PRODUCTS . " where products_id = '" . (int)$products_id . "'"); Please throw me a bone!!! i just looked in the instructions, there are instructions for shopping_cart.php (first set of instrucitons on modifying a file), categories.php is in the admin folder. <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
Tright Posted December 3, 2004 Author Share Posted December 3, 2004 BUMP!!! Still need help - thanks The instructions say to alter the 2 files (categories.php and shopping_cart.php) and seem to have part of them for you but not everything and are also inconsistent in some of the changes they say to make: -> Find $product_query = tep_db_query("select products_quantity, products_model, products_image, products_price, products_date_available, products_weight, products_tax_class_id, manufacturers_id from " . TABLE_PRODUCTS . " where products_id = '" . tep_db_input($products_id) . "'"); -> The closest thing I found: $product_query = tep_db_query("select products_quantity, products_model, products_image, products_price, products_date_available, products_weight, products_tax_class_id, manufacturers_id from " . TABLE_PRODUCTS . " where products_id = '" . (int)$products_id . "'"); Please throw me a bone!!! <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
Guest Posted December 3, 2004 Share Posted December 3, 2004 Doug, Those are probably the correct lines. Make a backup of the file. Make the changes. Test. If it doesn't work, reload the backup. ed Link to comment Share on other sites More sharing options...
Tright Posted December 8, 2004 Author Share Posted December 8, 2004 Anyone, Still hitting a road block on this one... I am still working on this Individual Ship contribution and have it loaded to the site and the option is available to put in an individual shipping cost, but when I go into the Admin and into the individual products and try to add an individual shipping cost I get a message in the preview saying: Warning: No file uploaded and my change does not take place. Can anyone PLEASE help with this - What am I missing besides sanity at this point? :angry: :angry: :angry: Thank you :blink: Doug, Those are probably the correct lines. Make a backup of the file. Make the changes. Test. If it doesn't work, reload the backup. ed <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
ozcsys Posted December 8, 2004 Share Posted December 8, 2004 Have you checked the support thread for the contribution?? Threre does seem to be more than one in the contribution support section of the forum. You might want to start HERE The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right?? Link to comment Share on other sites More sharing options...
Tright Posted December 9, 2004 Author Share Posted December 9, 2004 Richard, I have been to those forums but thank you for sending. I actually did end up going back to them again today and even tried installing a patch that was from Nov 2003 but nothing has worked: I installed the module and it seemed to work correctly except for that when I enter the individual prices into the admin product details it doesn't stay. I go back and it is 0 once again. I am getting extremely frustrated at waht would seem to be a very quick and easy fix - I should have had this done weeks ago and am afraid I will loose the business if nothing is solved soon. Can anyone please help with this??? Thank you, Doug :wacko: Have you checked the support thread for the contribution?? Threre does seem to be more than one in the contribution support section of the forum. You might want to start HERE <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
♥Vger Posted December 9, 2004 Share Posted December 9, 2004 If your default language in your admin's Localisation module is, for instance UK Pounds (GBP), then go to your includes/language/english.php file and look for 'USD' and if you find it, change it to 'GBP' This is often the cause of prices showing up as zero. Vger Link to comment Share on other sites More sharing options...
Tright Posted December 9, 2004 Author Share Posted December 9, 2004 Thanks for the response Vger I checked it out and both the currency default and the default in includes/language/english.php file is set as USD. Please, if you or anyone can help with this please advise ASAP!!! Thanks, Doug If your default language in your admin's Localisation module is, for instance UK Pounds (GBP), then go to your includes/language/english.php file and look for 'USD' and if you find it, change it to 'GBP' This is often the cause of prices showing up as zero. Vger <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
Tright Posted December 9, 2004 Author Share Posted December 9, 2004 bump :x:x:x:x:x:x:x:x:x:x:x:x:x:x:x:x Thanks for the response Vger I checked it out and both the currency default and the default in includes/language/english.php file is set as USD. Please, if you or anyone can help with this please advise ASAP!!! Thanks, Doug Thanks for the response Vger I checked it out and both the currency default and the default in includes/language/english.php file is set as USD. Please, if you or anyone can help with this please advise ASAP!!! Thanks, Doug <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
Tright Posted December 9, 2004 Author Share Posted December 9, 2004 Individual Ship contribution Can ANYONE offer ANYTHING on this????? This is the one thing holding up production!!! I installed the module and it seemed to work correctly except for that when I enter the individual prices into the admin product details it doesn't stay. I go back and it is 0 once again. Thanks bump :x:x:x:x:x:x:x:x:x:x:x:x:x:x:x:xThanks for the response Vger I checked it out and both the currency default and the default in includes/language/english.php file is set as USD. Please, if you or anyone can help with this please advise ASAP!!! Thanks, Doug <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
Tright Posted December 9, 2004 Author Share Posted December 9, 2004 I installed the module and it seemed to work correctly except for that when I enter the individual prices into the admin product details it doesn't stay. I go back and it is 0 once again. Individual Ship contributionCan ANYONE offer ANYTHING on this????? This is the one thing holding up production!!! I installed the module and it seemed to work correctly except for that when I enter the individual prices into the admin product details it doesn't stay. I go back and it is 0 once again. Thanks <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.