Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter baltardesign

    (@baltardesign)

    Lo he solucionado con REGEX, aunque no consigo concatenar las reglas /page/ y [0-9]:

          //removes previous "pwb-brand" from url
          currentUrl = currentUrl.replace(/page/, "");
          currentUrl = currentUrl.replace(/[0-9]/, "");
          currentUrl = currentUrl.replace(/&?pwb-brand-filter=([^&]$|[^&]*)/i, "");
    Plugin Contributor titodevera

    (@titodevera)

    Hola baltardesign.

    En primer lugar gracias por el reporte, estoy tabajando en la nueva versión, revisaré esto también por supuesto.

    Un saludo

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No funciona con paginación’ is closed to new replies.