markahesketh / Prestashop-Theme-Boilerplate

A boilerplate 'blank slate' theme for Prestashop
97 stars 28 forks source link

Seperate OPC and 5-step checkouts #7

Open markahesketh opened 12 years ago

markahesketh commented 12 years ago

.tpl files for the order process are very confusing in default theme.

Contain a lot of code and conditionals for OPC/5-step checkout.

Seperate this code out into dedicated files.

alexsegura commented 12 years ago

Totally agree.

Tired of seeing all these {if $opc} / if {!$opc} everywhere.

What about deprecating non-OPC method ?

markahesketh commented 12 years ago

I think both the 5-step and OPC need to be there.

My plan was to have every feature from the back office compatible with the theme, as I intend to use it not just for client projects but also potentially premium themes if I ever find the time!

It definitely needs cleaning up though, its a mess!