K
K
Kirill Troyanov2015-10-23 07:39:14
WordPress
Kirill Troyanov, 2015-10-23 07:39:14

Woocommerce how to customize product view?

How to customize the display of products in the Woocommerce online store on the Wordpress engine?
How can I make it so that a short description is displayed on the product page and for the products, the choice of product size and the amount of adding to the cart can be adjusted without going inside the product?
I would like to do as implemented here https://dodopizza.ru/

Answer the question

In order to leave comments, you need to log in

2 answer(s)
W
WP Panda, 2015-10-23
@wppanda5

woocommerce displays almost everything through Actions and filters
, in this case you need to hang on
from the standard output, only the presence of a description is different,
output like this
for radiobuttons, you need to change the woocommerce/templates/single-product/add-to-cart/variable.php template
where the select is defined

M
Mr Crabbz, 2015-10-23
@Punkie

Such things are done in the template (theme) code or plugins. There is no such thing in Woocommerce by default.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question