This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Missing the woocommerce_after_shop_loop_item action hook #8261
Labels
block-type: product-query
Issues related to/affecting all product-query variations.
category: extensibility
Work involving adding or updating extensibility. Useful to combine with other scopes impacted.
type: enhancement
The issue is a request for an enhancement.
I currenly use the woocommerce_after_shop_loop_item in custom code I have written to display a 'New!' text on category pages for all products that were added in the last 7 days. This suits me perfectly. However, with blocks, this doesn't work.
Is there any workaround to this?
I don't understand how woocommerce_blocks_product_grid_item_html could work instead. Any clear documentation on this? Or wouldn't this be able to help my use case?
I use something like:
The text was updated successfully, but these errors were encountered: