Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
471 Представления

Hi,

Is it possible to have the full product description (sales description) on the shop page (below picture and product name) ?
Actually it only displays only a few words. I would like to display more than 20 words.

Thank you in advance for your help.

Аватар
Отменить
Автор Лучший ответ

Found the solution.


Added code below in html/css editor:

.oe_product_cart .oe_subdescription div {

    -webkit-line-clamp: 20;

}

Аватар
Отменить