Hello everyone, I need some help. How do I make the following change.
I need to know the what file is this thing in.
Thanks
Hello everyone, I need some help. How do I make the following change.
I need to know the what file is this thing in.
Thanks
No idea from your pic what page this is on???
Post a url to the page
Zen-Venom Get Bitten
You only had one but I think that this and maybe margins or some padding will get the border.
For rearranging the display this is in copies of tpl_modules_specials_default.php and tpl_columnar_display.php (caution this will affect all column displays)Code:.centerBoxContentsSpecials { border: 1px solid #000000; }
Zen-Venom Get Bitten
Hi kobra, I looked at tpl_columnar_display.php but it just has
I need to change the layout of:Code:<?php echo '<div' . $r_params . '>' . $list_box_contents[$row][$col]['text'] . '</div>' . "\n"; ?>
Where can I find the contents of above arrayCode:$list_box_contents[$row][$col]['text']
Thanks for your time.
This display harkens back to the older 'table' based cart....before the data and display layers were more distinct..I freely admit that I never grasped this use of tables in Zen Cart.
Hopefully one that did will see this??
Zen-Venom Get Bitten