new tempate for end of the order form

reklam

Avatar: reklam

2011-09-05 21:14

I'd like to use only the datas for the finishing of the order, like this http://opensolution.org/Quick.Cart/demo_ext/en_order-form,16.html (without any box and menus).

Could somebody help me out with a solution?

» Quick.Cart v3.x

cgan

Avatar: cgan

2011-09-06 09:58

reklam – copy container.tpl and rename to e.g. container_order.tpl and edit in block ORDER_BODY the way you want. Then copy themes/order.php and rename to e.g. order_2.php. In order_2.php you edit last line like this:
echo $oTpl->tbHtml( 'container.tpl', 'HEAD' ).$oTpl->tbHtml( 'container_order.tpl', 'ORDER_BODY' ).$content.$oTpl->tbHtml( 'container.tpl', 'FOOT' );
After that you log in to admin and find page "orderform" and in "View" to the right switch "Theme" to your new "order_2.php".
Good luck!

cgan

reklam

Avatar: reklam

2011-09-06 14:18

Cgan, thank u very very much! U gave me such pleasure!

Back to top
about us | contact