Is not as bad as it sounds.
Once the site is in production it will be very impressive so remind me so i can post the url.
After pouring for hours in the forums, im wondering if its possible to do it this way:
first the site structure: top has head.tpl
then left side has customer categories, auth, cart, help etc.
then the body has the follwoing:
location.tpl
dialog_message.tpl
customer/home_main.tpl
customer/main/subcategories.tpl
dialog.tpl
customer/main/navigation.tpl
Would it be possible to use some smarty code inserted into one of the above tpls that does the following:
if url is home.php?cat=1 (thats my first caregory i want htm stuff in)
then begin html stuff
html stuff goes here
else just show usual stuff
end if
similarly some code that will be able to show htm stuff in each category page.
Any hope of this? Im not good at writing code but im pretty sure i can adapt if i have something pasted to start with.