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

Simple Woocommerce Favourites

설명

Manages a simple list of favourites for each user of their preferred products and displays it with a shortcode

Required Plugins

  • [Woocommerce] is required to use this plugin, downloadable here (https://en-ca.wordpress.org/plugins/woocommerce/)

Implementation

  • The plugin will add an ‘Add to Favourites’ button to your product pages for logged-in users. Use the shortcode [simple_print_favourites] to display the favourites for the current user on any page – with the option to remove each item.

스크린샷

  • The ‘Add to Favourites’ button will be added to your products automatically.
  • Click to add products
  • Display each user’s favourites wherever you like with a simple shortcode.

설치

  1. Upload the ‘simple-woocommerce-favourites’ to the plugins directory (‘wp-content/plugins’) of your website
  2. Activate the plugin by clicking the ‘Plugins’ link in your wordpress admin area, and clicking ‘Activate’ next to this plugin’s name

FAQ

Feedback and Support

If you have any questions, feedback or require support you can email: info@simplistics.ca

후기

2023년 8월 10일
Plugin works but it really needs more customisation option.. Currently the “Add To Favorites” is sitting at the very bottom of the page where no one will see it, making it useless really. Not being able to move the button and the output message lets this down bigtime.. also the button colour was too dark, again, making it hard to see… this however I could fix via css… shame the position cant be fixed that easily 🙁 Ive been to the plugin support forum and the code advised just cause my entire website to crash… even after replacing all the quotes as instructed. It would have also been nice to replace the ‘add to favs’ button with ‘remove from favs’ once it appears in the users account.
2019년 1월 18일
Its very simple, very effective and a must have plugin. It does add a ‘add to favorite’ button to your product page. And a ‘Favorites’ Page. No other bullshit. Also the support is awesome. I mailed my questions twice and i got replies very quickly both times. Great work.
2018년 1월 14일
Great simple plugin. Very effective. Best support experience. Received immediate help. Works perfectly.
2017년 11월 17일
This is a very nice favorite plugin! Works perfectly. I have a very basic knowledge of .php (almost none) but it was very easy to change some things around so all the texts and buttons would be in the language of my site! It took me about 10 min. (yes i am that bad with php :p )
2017년 11월 17일
This is literally the only favourite that i can find that works how it should, the only closest thing after this is a wish list (which removes products after ordering them). Having initially installing the plugin and realised that the button goes to the bottom of the page and my customer wanted to see it at the top. Contacted Jonathan Boss who came back in exceptionally fast and assisted me. Can’t wait to see the development of the plugin, would be good to see features such as being able to select multiple favourites and put them straight in the basket. P.S If you want to move the button from the bottom to the top then simply add this code to the bottom of the function.php file in your theme: remove_action(‘woocommerce_after_single_product’, ’simple_add_favourites_button’, 10); add_action(‘woocommerce_before_single_product’, ’simple_add_favourites_button’, 10);
모든 7 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “Simple Woocommerce Favourites”(을)를 번역하세요.

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

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

변경이력

2.1.4

Correct display issue with favourites button

2.1.3

Correct spelling discrepancies, tested with WP 6.3.1

2.1.2

Correct method name ‘print’ incompatible with earlier versions of PHP

2.1.1

Added feature to allow products to be automatically added to a user’s favourites when purchased

2.1

Plugin Settings page added
The plugin now supports automatically adding a ‘favourites’ tab to WooCommerce account

2.0.2

Replace includes

2.0.1

Remove outdated files

2.0

Significant improvements have been made to plugin structure to prepare for new features
Simple Woocommerce Favourites is now tested with WordPress 5!
Both spellings of ‘favourites’ will now work for shortcode

1.5.1

Shop link on favourites page corrected to use site’s shop option

1.4

[simple_print_favourites] now returns content instead of echoing
Fixed bug where trashed products would still cause favourites to return – and appear blank
Tested with WordPress version 4.9

1.3

Added Shortcode: [simple_favourites_button] to display button as needed

1.2

Update Stable Tag

1.1

Language Update

1.0

  • First Plugin Version