remove shipping address from checkout

  • Posts: 83
  • Thank you received: 10
12 years 3 months ago #59222

in Display..Views...checkout...address_view

how can I delete the shipping address option? (or is there another way to hide that?)

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
12 years 3 months ago #59273

Hello,

You should :

- Go to "Hikashop->System->Configuration->Checkout"
- Set the Advanced checkout workflow edition to YES
- Remove "Address" from Checkout workflow

Hope this will help you.

Please Log in or Create an account to join the conversation.

  • Posts: 82796
  • Thank you received: 13357
  • MODERATOR
12 years 3 months ago #59281

If you just want to remove the shipping address area and keep the billing address, you should make sure that your products don't have a weight and that the option "force shipping regardless of weight" is turned off in the configuration.

The following user(s) said Thank You: Mohamed Thelji

Please Log in or Create an account to join the conversation.

  • Posts: 83
  • Thank you received: 10
12 years 3 months ago #59510

If I remove the Address from my workflow, then that also removes the billing address, which I need.

If I change Force shipping regardless of weight to No, then my two custom manual shipping methods don't show on checkout.

So I am assuming that I need to keep Address in my workflow and keep Force shipping to yes, but change one of the custom Views to delete the shipping address on check out. I don't know which html file to change.


Basically, the store is in a small tourist location.
The customers are adding products to their cart to rent for a week.
I purchased the business edition and then added a custom field on checkout where the customer chooses swhich hotel or villa they are staying at, which is where the equipment will be delivered. It is a finite list.
It is not necessary for the customer to look up the address of the hotel and manually enter it, since all of the hotels details are already available to the store in the database.
Of course I would love to link that custom 'hotel' field to the built in 'ship to' field, but I don't think that is possible, so instead I just need to ignore the ship to field, and not confuse the customer by having it show up.


Thank you!

Please Log in or Create an account to join the conversation.

  • Posts: 82796
  • Thank you received: 13357
  • MODERATOR
12 years 3 months ago #59565

Then you can just hide the shipping address selection area with CSS:
#hikashop_checkout_address_right_part{display:none;}

You can add it in the front end CSS file of Hikashop via the Display tab of the configuration.

Or you could also edit the file "address" of the view "checkout" via the menu Display->Views and change the line:
if($this->has_shipping){

to:
if(false){

Please Log in or Create an account to join the conversation.

  • Posts: 241
  • Thank you received: 5
11 years 9 months ago #87904

I have weight set 0.00 and force shipping address = 0 and still show the request for shipping address (using Authorize.net) in my (beta) version.

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
11 years 9 months ago #87948

Hi,

Did you tested it with the CSS code that nicolas gave ?

#hikashop_checkout_address_right_part{display:none;}

Please Log in or Create an account to join the conversation.

  • Posts: 241
  • Thank you received: 5
11 years 9 months ago #87960

I am not sure that will help. The "shipping address" I refer to is on the payment page on authorize.net's site...

I want to turn it off there.

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 9 months ago #87969

Hi,

There is no options in the Authorize.net plugin concerning the shipping, so we can't manage that.
I think that authorize need these informations in any cases.

Please Log in or Create an account to join the conversation.

Time to create page: 0.076 seconds
Powered by Kunena Forum