WebSite X5Help Center

 
Alexey B.
Alexey B.
User

Database for shop  en

Autor: Alexey B.
Visitado 1385, Followers 1, Compartido 31  
Tags: database,shop

Hello. Prompt where the basis for a basket is stored? and whether it is possible to change basis structure

Publicado en
3 RESPUESTAS
Incomedia
Claudio N.
Incomedia

Hi Alexey,

The e-commerce doesn't support a database. It's written in pure javascript and uses cookies to store the products in the user's cart.

If you need to use a custom DB to store your e-commerce data, you should use a custom code (created by third parties or by you). Wink

Leer más
Publicado en de Claudio N.
Alexey B.
Alexey B.
User
Autor

Good afternoon.

I already guessed. I have still a question, on what algorithm search works? It is necessary for me, what it would ignore "-" and gaps?, and as possibility of use of the AND and OR functions is necessary

Leer más
Publicado en de Alexey B.
Incomedia
Claudio N.
Incomedia

The search engine looks for the searched keywords in each page of the site. It just looks for the single words so no "AND", "OR" or other filters are actually supported.

It separates the keywords using the space character " ", so using "-" or "," it's different.

Leer más
Publicado en de Claudio N.