如何在Wordpress中更改结帐页面的布局?
插图:http://i.stack.imgur.com/0bFhT.png
这是我的结帐页面的样子. (图像被裁剪)
我想将蓝色框放在红色下方,将绿色框放在蓝色框所在的位置.
但是我不知道该如何处理.
我找不到任何定义位置的文件.
解决方法:
该文件是form-checkout.php
https://github.com/woothemes/woocommerce/blob/master/templates/checkout/form-checkout.php
确定标记框的代码是:
<h3 id="order_review_heading"><?php _e( 'Your order', 'woocommerce' ); ?></h3>
<?php do_action( 'woocommerce_checkout_order_review' ); ?>
根据需要移动它们.