Woocommerce add products - wordpress

Im using the divi theme with Woocommerce. I need to know how to add more than one product from my home page, avoiding going to the product page. Just using add to the cart function or similar.
Regards

For example:
Add to cart

Related

Wordpress: WooLentor Cross-sell in product page

I have simple products in my wordpress site, and I have added cross-sells to my website. I am using woolentor - elementor plugin to build my single product page and display cross sells. The cross-sells are only shown during the cart or during checkout page.
I want to make it so that the cross-sells show in the product page itself. Is there any way to do that? And how can I do that?
I have tried asking and searching in woolentor, and they said that it only shows in cart page as showing it in product page is not there. Is there any work around or code snippets that I can add to achieve it?

Replace defalut woocommerce category view by using plugin

Default whole woocommerce category content and replace it with custom value or replace woocoomerce category page with another just by calling in plugin.
based on this link it seems there is no action for whole shop category page content.
its important to doing this with custom plugin and not any changes on template.
i found a simple answer.
use JS to hide shop loop divs and add my plugin resluts to woocommerce_before_shop_loop.
Attention: this is not a really good solution.

Stay on shop page when add to cart

I'm using elementor pro, woocommerce, ocean wp theme and the elementor custom skin add-on.
I want to build an ecommerce website without products pages but only a shop page, in order to have all my products on the shop page with add to cart button and a quantity selector.
For that, I used the loop system and it works quite well.
I only have 1 issue : when you add a product to the cart, it automaticaly redirects you to the product page.
I don't want to use the products pages. I would like to disable them.
I want customers to stay on the shop page for further shopping. Only access to cart page or checkout page when they click on the add to cart menu.
If it's possible to do that without coding it's best, otherwise, please tell me how to do if you can :)
thank you!
This issue can be fixed if you click on the tick mark named as " Redirect to the cart page after successful addition". You will find it in Woocommerce > Settings > General.
This will help customers to go to the cart page after they add something to the cart. But I don't know how to redirect customers to the shop page after they add to cart something. I am also asking for that help.
See the screenshot:

Wordpress link change

I need to modify the structure of the links in woocommerce. In this moment as you may no the link is http://yourwebsite.com/product/name_of_the_product...and I want to change the product in category, the link should be this http://yourwebsite.com/category/name_of_the_product...
How can I do this?
I would say not to change /product/ to /category/ for woocommerce. By Default WordPress use category taxonomy to display category page e.g example.com/category/xyzcategory/. Also change of woocommerce fixed urls can be problem for shop. WooCommerce also advise not to change those https://docs.woocommerce.com/document/removing-product-product-category-or-shop-from-the-urls/

Display Products for Woocommerce

I created a Wordpress page that must display the products that I've created using Woocommerce Plugin. It seems like it has it's own Shop Page so I tried to customize it (it has different template) but failed since I am just a beginner in Wordpress. So I tried making my own Wordpress page (just like what I said at the first line) having the same template with other menu options. So it's good. The problem is I cannot make the products show. So I searched and installed a Display Product for Woocommerce Plugin so that I can call the products, on the webpage that I created, using shortcodes. Unfortunately, there is no single products that shows in my page. Any suggestions with this?
Try using this Shortcode [products] on a new page. It showed me all the products i had in my woocommerce store.
Let me know if that fulfills your needs.

Resources