Re: Help themeing shopping cart block

Posts: 924
Joined: 11/05/2007
Bug FinderFAQ ModeratorGetting busy with the Ubercode.

Copy block.tpl.php to block-uc_cart.tpl.php and modify that new file - you won't need the check on the module name or delta.

Copy the theme function into template.php (Found in the same directory as block.tpl.php. If not, just create it.) Edit template.php and change the "theme_" in the function name to be "yourthemename_". Then modify the code in the function to emit the HTML you want. You might also need to override theme_uc_cart_block_title in this same manner.

--

<tr>.

Help themeing shopping cart block By: fiasst (10 replies) Sat, 02/02/2008 - 06:57