Replies: 0
Hello there!
So my question is simple but i have no idea how to achieve it.
I just want to create a custom function (or maybe it can be fixed with just css) in order to get a different return when I use the [products] shortcode. The thing is that when you use this shortcode it passes the whole product info, and I just want to display the name, the price and the add to cart button, WITHOUT IMAGE, this is the main issue for me, cant find where to do that.
In the end, it will be used like this:
Section with other stuff/
[products tag=”mytag” columns=”1″]
/section
Right now the outcome is this:
Section with other stuff/
Product_1_image (that covers the whole page)
Product_1_name product_1_price product_1_addtocartbutton
Product_2_image (that covers the whole page)
Product_2_name product_2_price product_2_addtocartbutton
and so on
/section
And the outcome should be like this:
Section with other stuff/
Product_1_name product_1_price product_1_addtocartbutton
Product_2_name product_2_price product_2_addtocartbutton
and so on
/section
The point is to integrate a set of rows with different products inside other content. If it is important im using elementor at the moment to build the page.
Please help, I have literally no idea how to do this.