• Resolved daniellables

    (@daniellables)


    Hi!

    Is there anyway that I can show the “shipping method” after my “payment method” in my slip?

    If yes, can you help me with that? 🙂

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Just go to the customiser and add a 2nd “Shipping” Edit that and select to show method instead of price. 🙂

    Plugin Contributor Ewout

    (@pomegranate)

    Hi! The method from jfleming72’s answer requires the Premium Templates extension, if you want to do this with the free version you can add this to a custom template:

    
    <?php $this->shipping_method(); ?>
    

    An alternative method with the Premium Templates customizer is using a custom block with the shortcode {{shipping_method}}:

    Hope that helps!
    Ewout

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Showing Shipping Method’ is closed to new replies.