Skip to content

Stores on map

You can add to your site a map to locate nearby stores, using the browser location, address or zip code.

Searching stores on the map

You can add to your site a map to search stores.  
<iframe src="https://documents.openpay.mx/docs/mapa-tiendas/index.html"></iframe>
  • If you want to disable the browser location you must add the parameter locationNotAllowed=true in the URL of property src of iframe tag
<iframe src="https://documents.openpay.mx/docs/mapa-tiendas/index.html?locationNotAllowed=true"></iframe>
  • You can search fields parameterized by adding the following parameters:
  • Address: address=Querétaro
  • Postal code: postalCode=76900
  • Amount: amount=2000 Amount: The amount is a hidden parameter field, this is useful in large amounts of payments for some stores there is a maximum payment limit.
<iframe 
src="https://documents.openpay.mx/docs/mapa-tiendas/index.html?address=Querétaro&postalCode=76900&amount=2000">
</iframe>
  • You can also include the map in a modal:

  $(document).ready(function(){  $(".iframe").colorbox({iframe:true, width:"80%", height:"80%"});  //Example of preserving a JavaScript event for inline calls.  $("#click").click(function(){   $('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"});  return false;  }); }); 

Localiza tu tienda mas cercana dando click here

Try it by clicking here

Colorbox was used to create this example.