I've spent all day looking for information on this and with every search I'm getting a little more confused.
(I must say I'm really disappointed at how little support info there is for Smarty users, and what is available is really scattered.)
I installed the eCommerce module today. All works well (so far), except I need to be able to style the product display pages a little. Right now it's just displaying items in one long column. Is there a way I can configure this in Smarty somehow? or within the module?
Ideally, I'd like to create a template for the entire store (with individual product pages).
I'm *not* great at programming though...
Any help you guys can provide will be appreciated.
Thanks!
~M
Comments
Please see http://drupal.org/node/61775
Hi michellex,
Please see http://drupal.org/node/61775
You'll want to override the themable functions that are currently doing display logic and then eventually pass off to _smarty_callback as that brief example shows.