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
Solved! Go to Solution.
@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!
@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!
Ok thanks for the explanation!