You can have subcategories or products in a category, but not both. While it is possible to force both, it usually causes some wacky things to happen in the product listing.
You can have subcategories or products in a category, but not both. While it is possible to force both, it usually causes some wacky things to happen in the product listing.
Wow thanks stevesh, i really like the support in here everyone is always willing to lend a hand. HHHHMMM that would be bad ain't it???, but I still want to know how can you do that forceful way...
Thanks![]()
I'm A Zenner
Make a Category and then Move the Category into the Category with Products ...
NOTE: as stevesh has indicated, you really will wack out the functionality of the Category/Products by doing this and you really do not want to do this and we strongly recommend you never do this ...
NOTE: the only reason to every really do this is for a temporary thing where you just want to move some Products in the Category with Products into the new Category and then immediately move the New Category to a proper location in the Category Tree ...
NOTE: Do not do this ... you only think you want to do this ... you will create a nightmare by doing this ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Thanks Ajeh, been really wanting to get your attention since I first came here because I have a lot of questions. Never mind my remarks above i really just want to see and experiment of how it would look.
Anyway instead of doing that, I created an html thread to hold images and text and insert it in the decription box of the parent category (thru edit category). Now my new question is how to insert the php code for left sidebox in that same file. I already did it but it doesnt seem to work, maybe php cant be read thru there??? heres the thread:
Please Choose A Clothing Category:
<div id="pagecontent">
<div class="sideboxes"><div id="navColumnOneWrapper" style="width: <?php echo BOX_WIDTH_LEFT; ?>"><?php require(DIR_WS_MODULES . zen_get_module_directory('column_left.php')); ?></div></div>
<div class="maincontent">
<table width="100%" border="0" cellspacing="20" cellpadding="20" >
<tr>
<td><a href="http://localhost/online/shopping/zen-cart-v1.3.9f-full-fileset-08142010/index.php?main_page=index&cPath=16_17"><img src="images/clothing/Pency_03_LRG.jpg" border="none" alt="" /><br /><h2>Day Dresses</h2></a></td><td><a href="http://localhost/online/shopping/zen-cart-v1.3.9f-full-fileset-08142010/index.php?main_page=index&cPath=16_19"><img src="images/clothing/Sass_Bide.jpg" border="none" alt="" /><br /><h2>Coctail Dresses</h2></a></td><td><a href="http://localhost/online/shopping/zen-cart-v1.3.9f-full-fileset-08142010/index.php?main_page=index&cPath=16_20"><img src="images/clothing/ksubi_04_LRG.jpg" border="none" alt="" /><br /><h2>Tees</h2></a></td>
</tr>
<tr>
<td><a href="http://localhost/online/shopping/zen-cart-v1.3.9f-full-fileset-08142010/index.php?main_page=index&cPath=16_21"><img src="images/clothing/Sass_Bide_02_LRG.jpg" border="none" alt="" /><br /><h2>Tops</h2></a></td><td><a href="#"><img src="images/clothing/Manning_Cartel.jpg" border="none" alt="" /><br /><h2>Skirts</h2></a></td><td><a href="#"><img src="images/clothing/ksubi_04_LRG.jpg" border="none" alt="" /><br /><h2>Tees</h2></a></td>
</tr>
</table>
CSS for that is located in my override folder and there is nothing wrong with because the page is opening just fine (online the left sidebox column is not showing up), and I have successfully used that thread in making an override tpl_tabular_dispaly.php to match my design.
Thanks in advance.....
BLACKWINGEDANGEL
I'm A Zenner
Have you looked at EZ-Pages?
That would let you define more pages within your shop ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
HHHMMM I have not tried to use EZ Pages yet to be honest, since I am new, I am still exploring the possibilities doing around works by not creating a page either manually or thru EZ Pages. Anyway the pages in my custom menu, is the parent category of their corresponding subcat(s). So instead of creating a new page, I'm trying to see the possibility of just inserting threads and codes thru description of parent category.
So what do you thik PHP codes can't be read in there???
Thanks
I'm A Zenner
Creating an HTML page to interact with your php code is a problem as you will lose session relations ...
The EZ-Pages let you create new pages that interact with your site properly ...
You will want to use proper references on your links so instead of absolute references you use relative references ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!