A
A
asclepiy2020-05-12 23:42:20
HTML
asclepiy, 2020-05-12 23:42:20

How to implement search in csv files on the site?

The essence of the question is this - you need to make a site with such pages
1. Registration / Login (Make access to the site only to registered users)
2. Search (Search by part code and display it to the user)
3. Basket (So that the user can add a part and place an order)
4. Page with the text for the announcement
5. Search by wine code (fields with entering the wine code and a description of the part)
6. Page for telling files with prices
7. Receiving messages (by mail or where it will be convenient about new users ) about orders that users ordered and about searching by wine code)
Files 10 pcs and each with 500 thousand lines
Is it possible to implement this in python and connect it to WordPress or write in pure html, or maybe someone will advise some kind of WordPress plugin or their own solution to the problem?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
CorteZzZz, 2020-05-13
@CorteZzZz

It's more like a TK for freelancing. But behind this, in another section, sort of.
And in any case, it’s better to send such a request to freelance, then after setting the task, the words about “pure html” are alarming)))

O
Orkhan Hasanli, 2020-05-13
@azerphoenix

Is it possible to implement this in python and connect it to WordPress or write in pure html, or maybe someone will advise some kind of WordPress plugin or their own solution to the problem?

1) What exactly are you going to write in pure html? html is the markup language. Accordingly, you cannot implement any interaction logic on it.
2) If you decide to write in python, then continue the idea and use the Django framework. Further these csv files you import into a DB (mapping in a DB). For convenience, use an ORM. Next, implement the search (you can take elasticsearch and create the necessary indexes). Well, then the rest of the functionality of the site and the online store.
3) If you decide to do everything on WordPress, then the Woocommerce plugin (online store). Use CSV tables to create products from them. For example, the WP All Import + Woocommerce Addon plugin for importing products.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question