Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

WC Products Quick View

Описание

WC Products Quick View plugin comes for giving your shop an exclusive feature. This plugin adds a «Quick View» button to the products loop. Your customers can see the products in a lightbox without leaving the page.

Features:

  • Add simple and variable product to cart with an ajax request
  • Navigate to the next and previous products
  • Fully responsive and compatible with most of the themes

Developer

Are you a developer? See the F.A.Q section.

Скриншоты

  • Quick View button on products loop
  • Product Details in lightbox

Установка

Once you have installed the plugin, you just need to activate the plugin in order to enable it.

Часто задаваемые вопросы

Can I change the «Quick View» button position?

Yes, you can. Paste these codes in your theme’s functions.php.
remove_action(‘woocommerce_after_shop_loop_item’, ‘wpqv_button’, 15);
add_action(‘woocommerce_after_shop_loop_item’, ‘wpqv_button’, 25);

Can I customize the templates?

Yes, you can. You have to copy the wpqv-button.php and wpqv-product.php templates from the templates folder of the plugin and paste it into woocommerce folder of your theme and don’t forget to update the image source to load the images properly.

Отзывы

03.09.2016
Right now I am using latest version of Wordpress 4.3.1. This plugins work absolutely fine with latest version without any conflict.
Посмотреть все 5 отзывов

Участники и разработчики

«WC Products Quick View» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «WC Products Quick View» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.0

  • Initial release