title = "Blog — VivesPOS" meta_title = "Blog — VivesPOS" meta_description = "Consejos, guias y noticias sobre puntos de venta, retail en Mexico y VivesPOS." url = "/blog" layout = "default" [blogPosts] postsPerPage = 9 postPage = "blog/post" sortOrder = "published_at desc" noPostsMessage = "Pronto publicaremos articulos. Vuelve pronto!" ==

Blog VivesPOS

Consejos para tu negocio

Guias sobre retail, puntos de venta y tecnologia para Mexico.

{% for post in posts %}

{{ post.published_at|date('d M Y') }}

{{ post.title }}

{{ post.summary|default(post.content|striptags|slice(0, 120)) }}...

Leer mas →
{% else %}

{{ noPostsMessage }}

{% endfor %}