Descripción
Info Blocks for WooCommerce plugin lets you add info blocks to numerous positions in WooCommerce.
Usage Example #1
Add static text (e.g.: «30 days money return guarantee!») after «Add to cart» button for all products.
- Add new block via «WooCommerce > Info Blocks > Add New»
- Set block’s content to
30 days money return guarantee!
- Set block’s position to
Single product: Inside single product summary
and position’s priority to39
Usage Example #2
Add total sales number to the frontend meta section for all products.
- Add new block via «WooCommerce > Info Blocks > Add New»
- Set block’s content to
Total sales: [alg_wc_ib_get_post_meta key="total_sales"]
- Set block’s position to
Single product: Product meta end
Usage Example #3
Add static text (e.g.: «Free shipping for all orders over $35!») to cart and checkout pages.
- Add new block via «WooCommerce > Info Blocks > Add New»
- Set block’s content to
Free shipping for all orders over $35!
- Set block’s positions to
Cart: Before cart table
andCheckout: Before order review
Available Positions
Single product
- Before single product
- Before single product summary
- Inside single product summary
- After single product summary
- After single product
- Before add to cart form
- Before add to cart button
- After add to cart button
- After add to cart form
- Product meta start
- Product meta end
Product archives
- Before product
- Before product title
- Inside product title
- After product title
- After product
Cart
- Before cart
- Before cart table
- Before cart contents
- Cart contents
- Cart coupon
- Cart actions
- After cart contents
- After cart table
- Cart collaterals
- After cart
- Before cart totals
- Cart totals: Before shipping
- Cart totals: After shipping
- Cart totals: Before order total
- Cart totals: After order total
- Proceed to checkout
- After cart totals
- Before shipping calculator
- After shipping calculator
- If cart is empty
Mini cart
- Before mini cart
- Before buttons
- After mini cart
Checkout
- Before checkout form
- Before customer details
- Billing
- Shipping
- After customer details
- Before order review
- Order review
- After order review
- After checkout form
- Before checkout shipping form
- After checkout shipping form
- Before order notes
- After order notes
- Before checkout billing form
- After checkout billing form
- Before checkout registration form
- After checkout registration form
- Review order before cart contents
- Review order after cart contents
- Review order before shipping
- Review order after shipping
- Review order before order total
- Review order after order total
- Order Received (Thank You) page
Shortcodes
[alg_wc_ib_get_post_meta]
displays product’s meta value, e.g.:[alg_wc_ib_get_post_meta key="total_sales"]
[alg_wc_ib_get_option]
displays site’s option, e.g.:[alg_wc_ib_get_option option="admin_email"]
Premium Version
Premium plugin version allows you to set additional visibility options for each block.
Feedback
- We are open to your suggestions and feedback.
- Visit plugin site.
- Thank you for using or trying out one of our plugins!
Instalación
- Upload the entire plugin folder to the
/wp-content/plugins/
directory. - Activate the plugin through the «Plugins» menu in WordPress.
- Start by visiting plugin settings at «WooCommerce > Settings > Info Blocks».
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
«Info Blocks for WooCommerce» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce «Info Blocks for WooCommerce» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
1.1.1 – 15/02/2021
- Dev – Localisation –
load_plugin_textdomain()
moved to theinit
hook. - Dev – Settings – Descriptions updated.
- WC tested up to: 5.0.
- Tested up to: 5.6.
1.1.0 – 02/01/2020
- Dev – Code refactoring and clean up.
- WC tested up to: 3.8.
- Tested up to: 5.3.
1.0.1 – 07/02/2019
- Dev – Meta boxes – Sanitizing input.
- Dev – Meta boxes – Escaping output.
1.0.0 – 24/12/2018
- Initial Release.