Jump to content

Search the Community

Showing results for tags 'regular expression'.

  • Search By Tags

    • regular expression ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 3 results

  1. Hi I have installed HotJar script on my presta. I am tracking now main page. I would like to track as well all pages that matches PRoduct page : like /myprestashop.com/index.php?controller=product&id_product I have taken from Presta code following regexp for product : "#^...
  2. Hi there, we currently process orders with two different carries, both of which will not deliver to PO Box addresses. Our solution to this was pretty simple. We added a red warning above the Street address field that stated that PO Boxes were not valid and inputting one will cause delays as we will...
  3. Hello I am modifying my online shop code, and I wrote a php file at the root of my shop. This is the code i wrote: <?php require(dirname(__FILE__).'/config/config.inc.php'); Tools::redirect('index.php?controller=validacionusuario'.((count($_GET) || count($_POST)) ? '&'.http_build_query(...
×
×
  • Create New...