Hi there,
We have few queries while we are developing the website:
1. We had added a custom textfield to accept the user’s phone number in the Account Details of My Account. However, the field has a lot of layout problems when we try to fix it for responsiveness. Do we have any better way of implementing this?
2. Sorting of Products – When a sort is applied on the product list page, by default even the price filter gets applied. When we try to remove the price filter by clicking on the cross, the filter cannot be removed and reappears. Also, after the sort is removed, the layout of the page gets distorted. Please guide how we can rectify this?
3. Sorting of Products – When a sort is applied, the products get displayed in the sorted order. We are using the option of lazy-loading from the template to show the original product list and would prefer having the same for the sorted products. Is there a way to get this done rather than showing pagination?
4. Each product in the website’s product list page has a quick view option that is seen on hovering over the product image. This quick view pane has a numeric up-down counter field for the quantity selection. We wanted to restrict the counter to min value of ‘1’ (to avoid 0 and negative values). We have implemented this using JQuery in the product detail page and it works but the same does not work in the pop-up. Please help