WebSite X5Help Center

 
Alexey B.
Alexey B.
User

Database for shop  en

Autore: Alexey B.
Visite 1408, Followers 1, Condiviso 31  
Parole Chiave: database,shop

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

Postato il
3 RISPOSTE
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

Leggi di più
Postato il da Claudio N.
Alexey B.
Alexey B.
User
Autore

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

Leggi di più
Postato il da 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.

Leggi di più
Postato il da Claudio N.