Forum
Shipping method form in a cart.html template?
Is it possible to include:
perch_shop_shipping_options();
perch_shop_shipping_method_form();
in a cart.html template?
Is it possible to include:
perch_shop_shipping_options();
perch_shop_shipping_method_form();
in a cart.html template?
No the functions directly, but you can get their output and then pass it into the template if you wish.
Drew, is there any example in perch documentation how this can be done?
Yes, it's here: https://docs.grabaperch.com/docs/templates/passing-variables-into-templates/