How do I turn off shipping addresses and prices? I am selling a service, so there is no shipping involved.
Thanks,
Tina
This is a discussion on Service Oriented Business Does Not Need Shipping within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; How do I turn off shipping addresses and prices? I am selling a service, so there is no shipping involved. ...
How do I turn off shipping addresses and prices? I am selling a service, so there is no shipping involved.
Thanks,
Tina
For the prices, you can keep them from showing up on the order pages by going in the Admin to Modules > Order Total and selecting the Shipping module, then clicking "edit" in the details box. Set the "Display Shipping" option to false. To remove the Shipping address from your customers' emailed invoices, edit your checkout_process.php file (in /catalog/includes/languages/english) and look for the line that saysand comment it out (put // at the beginning of the line).Code:define('EMAIL_TEXT_DELIVERY_ADDRESS', 'Delivery Address');
If you find you need to do further Shipping module customization, here's a contrib that provides documentation for doing it. http://www.oscommerce.com/community/...ions,37/page,2
Bookmarks