E
E
Evij212021-04-19 12:31:12
WooCommerce
Evij21, 2021-04-19 12:31:12

How to add product cards above the description?

607d4d8ed3721931659528.jpeg
The drawing is funny, sorry. Purple is the product gallery and product picture, white is the name of the product, orange is the description, black is a card of other products that needs to be added. Please tell me how to do it. Thanks in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Litvinenko, 2021-04-19
@AntonLitvinenko

There are three types of related products in WooCommerce. and two of them can be displayed on the product page.
For example related

remove_action( 'woocommerce_after_single_product_summary','woocommerce_output_related_products', 20 );
add_action( 'woocommerce_single_product_summary','woocommerce_output_related_products', 15 );

upsells
remove_action( 'woocommerce_after_single_product_summary','woocommerce_upsell_display', 15 );
add_action( 'woocommerce_single_product_summary','woocommerce_upsell_display', 16 );

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question