Disable Option for separate shipping address.

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemeDisable Option for separate shipping address.

This topic has been marked as resolved.

Hi

I am looking for a mod to remove this option altogether from guest checkout and registered checkout, to simply prevent the customers changing shipping address to a NEW one. One major reason for this is to prevent the number of fraud orders and to only allow one address which is also the billing address.

This would also then require the disabling of address book entry for registered customers.

Any help most welcome :)

Version 1.4.9.5

 wmUser
October 21, 2011 at 9:24 pm #2816

OK I have managed to find a way of disabling the option in Guest checkout by commenting out the new shipping address radio button altogether (guest_step_1.tpl)

 wmUser
October 22, 2011 at 4:00 pm #2835

Glad, you’ve managed to find a solution :)

October 24, 2011 at 12:09 pm #2861

can you provide exact steps to achive this? i am interested in. thanks

 Adyyda
October 26, 2011 at 7:23 pm #2933

Look for <input type="checkbox" … in guest_step_1.tpl and comment out both

I commented out the wrapping label TAG – did the trick for me.

  • This reply was modified 4565 days ago by  wmUser.
 wmUser
October 26, 2011 at 7:29 pm #2934

how do you comment the code?

 Adyyda
October 26, 2011 at 7:36 pm #2936

Hi,

Here is a brief explanation of php comments:

http://php.net/manual/en/language.basic-syntax.comments.php

Best,
ThemeBurn team

October 27, 2011 at 3:45 pm #2956
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.