PDA

View Full Version : How to Disable Shipping Information Fields in Shopping Cart


MikeinSC
03-20-2007, 11:13 AM
I will be setting up an ecommerce store which will be selling digital files. So, I will not be shipping any tangible items to customers. Once a user puts an item in their shopping cart, I will need the billing address information, but, would not need the shipping area. Is there a way to diasble these fields functionally? Or, will I need to edit the php code? Further, if editing the PHP code is a requirement, which file would I need to modify?

Thanks,

Mike

lwyau
03-20-2007, 12:50 PM
The module to change is here:

public_html/shopping/prod_billing_shipping.inc

Once you are happy with the result, you have to also change the copy here:

public_html/sohoadmin/client_files/shopping_cart/prod_billing_shipping.inc

To find out why, read this:

http://wiki.soholaunch.com/index.php?title=The_thing_about_client_files

MikeinSC
03-20-2007, 02:11 PM
Thanks for pointing me in the right direction. That will help

Also, just to let you know, I sometimes read how there is lack of support on this site. Well, I for one have been impressed with the quick turnaround with the answers in the forum. I really aprpeciate it.

Thanks again lwyau,

Mike