Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Stopping "in stock" tracking


kate4567

Recommended Posts

Hi,

 

I promise I have searched high and low in the knowledge base and in the forum on these issues, but I am coming up empty. I have several issues:

 

1. I'd like to completely remove the tracking of "in stock" products, so that "Products marked with *** don't exist in desired quantity in our stock" will stop coming up on the shopping_cart.php page. I'd rather not list how many of each product are in stock.

 

2. How do I take out the credit card fields so customers don't have to fill in those details? (I use 2Checkout). Or perhaps remove the entire payment method table?

 

3. In the Shipping Method table on checkout_shipping.php, it says "Best Way". How do I change that text?

 

4. I entered numbers under Shipping Table to create a table rate (for price, not weight). But when I try a test purchase, the shipping charge is too high. I double checked for mistakes, but there are no mistakes. And no other types of shipping rates are enabled, so why would this happen?

 

5. How do I remove Fax #, Newsletter, etc. in the customer details?

Link to comment
Share on other sites

1. To disable stock tracking go to admin->configuration->stock you can turn it off there.

 

2. I am confused. If you are using 2Checkout to process credit cards your customers will need to enter the credit card info somewhere???

 

3. Edit the includes/languages/english/modules/shipping/whichever method you are using.php file

 

4. You probably have a tare weight set. The default is 3lbs. Go to admin->configuration->shipping/packaging and set to 0 or whatever you would like.

 

5. To remove those you will have to edit the catalog/create_account.php and account_edit.php files to start. You will have to take out the table rows relating to those fields and also edit the php code at the top to remove the validation and also the database insert.

Link to comment
Share on other sites

2. How do I take out the credit card fields so customers don't have to fill in those details? (I use 2Checkout). Or perhaps remove the entire payment method table?

I may be misunderstanding your issue, but there are numerous contributions for adding PayPal functionality and connectivity. Just go to the Contributions page:

 

http://www.oscommerce.com/community/contributions

 

and do a search on the keyword Paypal to bring up all contributions relating to Paypal.

Rule #1: Without exception, backup your database and files before making any changes to your files or database.

Rule #2: Make sure there are no exceptions to Rule #1.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...