Skip to content
Advertisement

Tag: hook-woocommerce

Display product thumbnail in existing product column in WooCommerce quick order preview window

I’m trying to display WooCommerce product thumbnail to WooCommerce Quick order window, I tried using ‘woocommerce_admin_order_preview_end’ and ‘woocommerce_admin_order_preview_get_order_details’ in the below code but nothing changed, Can anyone point me in the right direction? thanks! My Attempted codes Answer Via woocommerce_admin_order_preview_line_item_columns filter hook, we have the option to remove the existing product column and add a new column, for order preview.

Customize “subsription option” string generated by WooCommerce Subscribe All The Things plugin

I am trying to add text through functions.php just after subscription-price”> I can do this with direct code editing, but need help to apply filter through functions.php without changing orignal files. something like that Answer This should suffice, basically anything you assign to the $option_descreption variable will be displayed Replace Your new text in this answer, depending on your needs

Advertisement