WebSite X5Help Center

 
Alexey B.
Alexey B.
User

Database for shop  en

Autor: Alexey B.
Visited 1386, Followers 1, Udostępniony 31  
Tagi: database,shop

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

Posted on the
3 ODPOWIEDZI
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

Czytaj więcej
Posted on the from 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

Czytaj więcej
Posted on the from 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.

Czytaj więcej
Posted on the from Claudio N.