Theme action hook in archive page structure
Regarding the theme archive page structure, it seems that you have changed the default hooks of WooCommerce, I need an action hook in this position, right below the price so I can place my custom swatches.
Thank you
I need them above the add too cart button.
Comments
Hi,
I need you to be more precise.
Please tell me the name of the hook you exactly refer to.
Thanks
That's is exactly what I need from you, the name of the hook in the place below the price.
It is marked in this image attached here : https://snipboard.io/lREZoD.jpg
With Be, elements can be rearranged, which is why the woocommerce_after_shop_loop_item action is at the end. Under the title, however, there is woocommerce_after_shop_loop_item_title. You can also add some custom actions if needed, as long as your plugin is able to handle them.