cancel
Showing results for 
Search instead for 
Did you mean: 

Hide table rate shipping cost from frontend

SOLVED

Hide table rate shipping cost from frontend

Hi,

 

How can I hide one of the table rate shippings costs from the frontend so customers won't see it but I would still be able to use this when I want to create an order in the backend?

For example I have the following table rates:

BEL,*,*,0.0000,6.9500
BEL,*,*,0.0000,3.9500
BEL,*,*,90.0000,0.0000
DEU,*,*,0.0000,7.9500
DEU,*,*,90.0000,0.0000
NLD,*,*,0.0000,4.9500
NLD,*,*,0.0000,3.9500
NLD,*,*,60.0000,0.0000

I now want to hide the 3,9500 variants from the frontend. But all table rates should still be available for me in the backend so I would be able to create orders with that shipping method.

Regards

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Hide table rate shipping cost from frontend

@Jojobaa There is no default feature through which you can hide the option of Table rate from frontend and shows it on backend.

 

By deafult if you hide it from one place, it gets hide from another also.

The only thing you can do in this regard is customisation in code for not showing the option on frontend.


Thanks!

View solution in original post

2 REPLIES 2

Re: Hide table rate shipping cost from frontend

@Jojobaa There is no default feature through which you can hide the option of Table rate from frontend and shows it on backend.

 

By deafult if you hide it from one place, it gets hide from another also.

The only thing you can do in this regard is customisation in code for not showing the option on frontend.


Thanks!

Re: Hide table rate shipping cost from frontend

Ok thanks for the explanation!