• Resolved Mike Wiegand

    (@mikeg_de)


    Hi,

    I’d like to rearrange the elements:

    1. wc-gzd-additional-info
    2. itemprop=”offers”

    to be displayed in the single_variation_wrap. Before installing the germanized plugin I had success by registering them in woocommerce_total_product_price_html. What is the correct remove_action and add_action to hook into and relocate the elements.

    Do you have a visual guide or hook documentation? That’s the website in question.

    Many thanks
    Mike

    https://wordpress.org/plugins/woocommerce-germanized/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author vendidero

    (@vendidero)

    Hi Mike,

    you may have a look at:
    woocommerce-germanized/includes/wc-gzd-template-hooks.php
    You’ll find all available hooks there.

    cheers

    Thread Starter Mike Wiegand

    (@mikeg_de)

    Hi Vendidero,

    thanks a lot for the tip … is it possible to overwrite the germanized templates in a child theme directory like it’s possible for woocommerce? Wondering how I can manage the modifications w/o maintaining a repository.

    Kind regards
    Mike

    Plugin Author vendidero

    (@vendidero)

    Hi there

    yes, of course. Every template (found in woocommerce-germanized/templates) can be overridden within your child – e.g.:
    my-child/woocommerce-germanized/checkout/order-submit.php

    Thread Starter Mike Wiegand

    (@mikeg_de)

    Many thanks, that helped my a lot!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Rearrange product template’ is closed to new replies.