Advertisement
vazcooo

custom views

Feb 9th, 2022
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. [wpv-filter-start hide="false"]
  2. [wpv-filter-controls]
  3. <section class="contenedor-filtro" hidden>
  4. <div class="fila-contenedor-filtro">
  5. <div class="filtro__primera">
  6. <section class="validacion-filtros" hidden>
  7. <div>[wpv-control-post-taxonomy taxonomy="pa_alto" type="select" url_param="wpv-pa_alto"]</div>
  8. <div>[wpv-control-post-taxonomy taxonomy="pa_cono-grande" type="select" url_param="wpv-pa_cono-grande"]</div>
  9. <div>[wpv-control-post-taxonomy taxonomy="pa_cono-pequeno" type="select" url_param="wpv-pa_cono-pequeno"]</div>
  10. <div>[wpv-control-post-taxonomy taxonomy="pa_espesor" type="select" url_param="wpv-pa_espesor"]</div>
  11. <div>[wpv-control-post-taxonomy taxonomy="pa_lado" type="select" url_param="wpv-pa_lado"]</div>
  12. <div>[wpv-control-post-taxonomy taxonomy="pa_longitud-eje-a-eje" type="select" url_param="wpv-pa_longitud-eje-a-eje"]</div>
  13. <div>[wpv-control-post-taxonomy taxonomy="pa_sensor" type="select" url_param="wpv-pa_sensor"]</div>
  14. <div>[wpv-control-post-taxonomy taxonomy="pa_medida" type="select" url_param="wpv-pa_medida"]</div>
  15. <div>[wpv-control-post-taxonomy taxonomy="pa_largo" type="select" url_param="wpv-pa_largo"]</div>
  16. <div>[wpv-control-post-taxonomy taxonomy="pa_posicion" type="select" url_param="wpv-pa_posicion"]</div>
  17. </section>
  18. </div>
  19. <div class="filtro__segunda">
  20. <div class="form-group">
  21. <label for="wpv-pa_alto">[wpml-string context="wpv-views"]Alto del producto[/wpml-string]</label>
  22. [wpv-control-post-taxonomy taxonomy="pa_alto" type="select" url_param="wpv-pa_alto"]
  23. </div>
  24. <div class="form-group">
  25. <label for="wpv-pa_cono-grande">[wpml-string context="wpv-views"]Cono grande del producto[/wpml-string]</label>
  26. [wpv-control-post-taxonomy taxonomy="pa_cono-grande" type="select" url_param="wpv-pa_cono-grande"]
  27. </div>
  28. <div class="form-group">
  29. <label for="wpv-pa_cono-pequeno">[wpml-string context="wpv-views"]Cono pequeño del producto[/wpml-string]</label>
  30. [wpv-control-post-taxonomy taxonomy="pa_cono-pequeno" type="select" url_param="wpv-pa_cono-pequeno"]
  31. </div>
  32. <div class="form-group">
  33. <label for="wpv-pa_espesor">[wpml-string context="wpv-views"]Espesor del producto[/wpml-string]</label>
  34. [wpv-control-post-taxonomy taxonomy="pa_espesor" type="select" url_param="wpv-pa_espesor"]
  35. </div>
  36. <div class="form-group">
  37. <label for="wpv-pa_lado">[wpml-string context="wpv-views"]Lado del producto[/wpml-string]</label>
  38. [wpv-control-post-taxonomy taxonomy="pa_lado" type="select" url_param="wpv-pa_lado"]
  39. </div>
  40. <div class="form-group">
  41. <label for="wpv-pa_posicion">[wpml-string context="wpv-views"]Posición del producto[/wpml-string]</label>
  42. [wpv-control-post-taxonomy taxonomy="pa_posicion" type="select" url_param="wpv-pa_posicion"]
  43. </div>
  44. <div class="form-group">
  45. <label for="wpv-pa_medida">[wpml-string context="wpv-views"]Medida del producto[/wpml-string]</label>
  46. [wpv-control-post-taxonomy taxonomy="pa_medida" type="select" url_param="wpv-pa_medida"]
  47. </div>
  48. <div class="form-group">
  49. <label for="wpv-pa_largo">[wpml-string context="wpv-views"]Largo del producto[/wpml-string]</label>
  50. [wpv-control-post-taxonomy taxonomy="pa_largo" type="select" url_param="wpv-pa_largo"]
  51. </div>
  52. <div class="form-group">
  53. <label for="wpv-pa_longitud-eje-a-eje">[wpml-string context="wpv-views"]Longitud eje a eje del producto[/wpml-string]</label>
  54. [wpv-control-post-taxonomy taxonomy="pa_longitud-eje-a-eje" type="select" url_param="wpv-pa_longitud-eje-a-eje"]
  55. </div>
  56. <div class="form-group">
  57. <label for="wpv-pa_sensor">[wpml-string context="wpv-views"]Sensor del producto[/wpml-string]</label>
  58. [wpv-control-post-taxonomy taxonomy="pa_sensor" type="select" url_param="wpv-pa_sensor"]
  59. </div>
  60. <div class="form-group">
  61. <label for="wpv-pa_espesor">[wpml-string context="wpv-views"]Espesor del producto[/wpml-string]</label>
  62. [wpv-control-post-taxonomy taxonomy="pa_espesor" type="select" url_param="wpv-pa_espesor"]
  63. </div>
  64. </div>
  65. <div class="filtro__tercera">
  66. [wpv-filter-reset class="catalogo__boton catalogo__boton-rojo" reset_label="Limpiar" output="bootstrap"]
  67. [wpv-filter-submit name="Buscar" class="catalogo__boton catalogo__boton-verde" output="bootstrap"]
  68. </div>
  69. </div>
  70. </section>
  71. [/wpv-filter-controls]
  72. [wpv-filter-end]
  73.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement