K
K
koscsshtml2020-06-01 13:32:28
WordPress
koscsshtml, 2020-06-01 13:32:28

How to create a product catalog and product card in a modal window in Wordpress?

Good afternoon, I ran into a problem. Always worked on MODx and now it's time to master Wordpress. But I can't figure out how to make the functionality better.
1. There is a Product Catalog, roughly speaking a showcase.
I don't know what plugin to use for output. Or how to organize the output. Please guide me on this matter.
5ed4d8ca72fbc982308555.png
2. There is a product card in the modal window for any product. It has fields and a slider. I also ask you to suggest how best to organize.5ed4d928845cc968857678.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Orkhan Hasanli, 2020-06-01
@koscsshtml

Hello!

I don't know what plugin to use for output. Or how to organize the output. Please guide me on this matter.

If you need an online store, then you most likely need a Woocommerce plugin. Showcase, catalogs, products (virtual, downloadable, variable, single, etc.), shopping cart and more.
There is a product card in the modal window for any product. It has fields and a slider. I also ask you to suggest how best to organize.

When you click on a product card with Ajax, you want to load information about the product and display it in a modal window.
1) implement it yourself - clicking on the element triggers an Ajax request to the server with the product ID. The response returns product data in json and all this is added to the modal
2) use a ready-made plugin -
For example - WooCommerce Quick View
https://ru.wordpress.org/plugins/woo-quick-view/
https://ru.wordpress .org/plugins/yith-woocommerce-...
You can still search if these do not suit you. For example, you can look at codecanyon
3) to find a ready-made theme in which some quick view functionality has already been implemented. Behind it on themeforest

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question