Receive and Pick-up tabs are displayed according to the searched ZIP code's availability
Shopping
•
ID:
Backlog
Published on11/21/2018
•
Last updated on12/22/2022
1 min read
Summary
At present, the possibility to display the "Receive | Pick up" options is subject to a CEP (ZIP code) search in any of the tabs. This means that, if for example you would search for a ZIP code that doesn't offer the pick-up point option in the "Receive" tab, the "Pick-up" tab would not be displayed.

Simulation
- When finalizing a purchase, go to the "Delivery" step;
- In the "Receive" tab, search for a ZIP code that isn't catered to by any pick-up point;
- You'll notice that the "Receive" tab doesn't appear.
Workaround
The solution comes to light through the customization of CSS, forcing it to display the class, as shown below:
.shipping-method-wrapper{display:block}