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

Hook Customizer for WooCommerce

설명

HookyWoo is a text editing solution for adding content to the majority of all WooCommerce Action Hooks.

  1. Use the image to find the location of the hook in which you would like to enter some text.
  2. Enter your text or HTML in the text editor section
  3. Save your changes.
  4. Check your work on the public facing side of the site.

Stylesheet is included for the basic layout of the plugin.
All hook divs have their own class so you can update the CSS however you need to.

Use your browser’s inspector to locate the classes for the specific div in which that hook is contained and add your own styling to the content.
The “after cart” and “before product tabs” divs are both set to clear:all; for basic layout reasons. Those, and all others, can be over ridden in your own theme’s stylesheet.

Includes “Shop/Archive” , “Single Product”, “Cart” and “Checkout” Hooks.

I explained a bit more here.

Contact Us

스크린샷

설치

Activate the plugin through the ‘Plugins’ menu in WordPress.
Settings page is found under “WooCommerce – HookyWoo Settings”.

FAQ

What about styled text and images?

You can put any sort of HTML you like in that text area.
For example:

<p class="my-cool-class">My Awesome Paragraph Styled however I want</p>
<img src="/wp-content/uploads/2013/06/cd_3_flat.jpg">
<div class="my-cool-div">My Awesome Stuff inside my div</div>

Will I lose my changes if I update

No. The data is stored safely in the database.

후기

모든 2 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “Hook Customizer for WooCommerce”(을)를 번역하세요.

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

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

변경이력

2.0.2

  • Updated readme/instructions

2.0.1

  • Re-added images.

2.0.0

  • Added Cart and Checkout page functionality
  • Updated readme file with more instructions
  • Removed images from interface
  • Added new elements for cart and checkout – list items – so they display correctly

1.1.0

  • Added tabbed function to better separate page sections
  • Updated readme file with more instructions

1.3.0

  • Included Cart and Checkout pages