Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove shipping address from cart?


kdogg

Recommended Posts

Posted

I get this a lot and its kinda of annoying but people come to my page, place an order and enter a different customer/billing address then the shipping address.

 

Like this one guy right now, his billing address is different then where he wants me to ship so Paypal is saying its unconfirmed.

 

Can't I remove the shipping address so only one address can be entered?

 

Also is there anyway I can force people to use a there verified address when making a payment? I get so many payments that say unregistered, unverified. I only ship to verified addresses. I'm not so worried about the registered part as a lot of customers don't even have Paypal and dont even know what Paypal is so they just pay with a credit card or debt card threw my Paypal. I assume they say unverified because they are trying to have us ship to an address that is not verified with there credit card company or bank. Correct?

 

Help? :)

Posted

I put a statement by mine saying the billing and shipping address must be the same as we don't ship to mixed address's, or at least words to that effect!

 

To make alterations, look for the following code in catalog/checkout_shipping.php

 

<td class="main"><?php echo TEXT_CHOOSE_SHIPPING_DESTINATION . '<br><br>
<a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING_ADDRESS, '', 'SSL') . '">' . tep_image_button('button_change_address.gif', IMAGE_BUTTON_CHANGE_ADDRESS) . '</a>'; ?>
</td>
</tr>			  
<TR>
<td class="main" valign="top">
<?php echo tep_address_label($customer_id, $sendto, true, ' ', '<br>'); ?>
</td>

 

BTW, the advantage of leaving the address and just having a statement, is that customers will ask you before using different address's. I occassionally ship to a customers works address rather than their home/billing address.

____________________________________________________________________

____________________________________________________________________

Archived

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

×
×
  • Create New...