이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Maxi Woo Ajax Navigation

설명

Easy and fast way show Woocommerce products list with Ajax navigation, category and order filter via shortcode in any page / post.

Useful if you want display some of your products inside article.

Compatible with Woocommerce 3.0.x!

User can filter products by category ang change they order (all this do also Ajax).

In shortcode setting possible filter products by category ID or products IDs and SKUs list (Example: 2,5,8,24).

See demo on resume/cv template shop.

For insert products list use following shortcode:
[woo_ajax_nav columns=”3″ orderby=”title” order=”asc” per_page=”3″ product_cat=”” ids=”” skus=””]

Params:

  • columns: columns number (1,2,3,4)

  • orderby and order: https://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters

  • per_page: how many product shows in one page

  • product_cat: from what category select products

  • ids: products ids (Example: 2,5,8,24), if need shows just specific products

Note: Woocommerce products block design depends on used WordPress theme and Woocommerce styles.

스크린샷

  • Plugin settings
  • Example

설치

  1. Unzip plugin archive and upload to the /wp-content/plugins/ directory or install from WordPress.org
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Set up plugin settings in Settings => Woo Ajax Nav page
  4. Place [woo_ajax_nav columns=”3″ orderby=”title” per_page=”3″ product_cat=”” ids=”” skus=””] in your page / post content

FAQ

Installation Instructions
  1. Unzip plugin archive and upload to the /wp-content/plugins/ directory or install from WordPress.org
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Set up plugin settings in Settings => Woo Ajax Nav page
  4. Place [woo_ajax_nav columns=”3″ orderby=”title” per_page=”3″ product_cat=”” ids=”” skus=””] in your page / post content
How i can change products block design / layout

It depends on you theme and Woocommerce styles, this plugin do not change products design, just shows products with default styling.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Maxi Woo Ajax Navigation”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Maxi Woo Ajax Navigation”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.2

  • Fixes for Woocommerce 3.0.x
  • Rewritten public JS
  • Small improvements
  • Spelling corrections

1.0.1

  • Released