Checkout template files
-
Jigoshop v1.13.3
Plan was to use template file in theme/jigoshop/checkout to customise the checkout page.
However on investigation it seems even if I have the files in my theme’s /jigoshop/checkout folder they are ignored due to Jigoshop’s classes including lines like: include(JIGOSHOP_DIR.’/templates/checkout/shipping_dropdown.php’);
Running a grep on jigoshop it looks like the only files which use jigoshop_get_template() are: checkout/form.php, checkout/review_order.php, checkout/pay_for_order.php (only for existing/past created order, no idea how one does that)
Thus payment_methods.php and shipping_dropdown.php are pointless in that folder.
Can we please see these available to customise? Is there a way we can achieve that now?
- The topic ‘Checkout template files’ is closed to new replies.