Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problems in shop display


Blestg

Recommended Posts

Posted

Hello,I've a problem with my shop...

 

Installation,customization,graphic and addon seems to be OK,but I don't understand why when i click on a Categories that have subcategories,the right part of my template isn't showed...

 

I know it's hard to understand so I made Video to explain my problem:

 

My shop Video problem

 

 

I don't want that when I click on Categories that have a subcategories the right part is not loaded...

 

The link page when i click on one of my Categories appear like: http://www.xxxxxx.com/index.php?cPath=35 that don't exist so can't modified it to display the right part.

 

My Template don't use Column_right

 

I see that in index.php this right part is simply added with this code:

 

<tr>
	<td><?php include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING); ?></td>
  </tr>
</table></td>
<?php
 } else { // default page
?>
<td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
	<td>


		  <table cellspacing=0 cellpadding=0>
			<tr>
			  <td width=362 valign=top>
<?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?>
			   </td>
			   <td width=3></td>
			   <td width=161 valign=top>
				<table cellspacing=0 cellpadding=0>
				 <tr><td>
					  <table cellspacing=0 cellpadding=0>
					   <tr><td colspan=2><?php require(DIR_WS_BOXES . 'loginbox.php');?></td></tr>
					   <tr><td><a href=<?=tep_href_link('product_info.php', 'cPath=23&products_id=55')?>></a></td></tr>
					   <tr><td colspan=2><a href=<?=tep_href_link('index.php', 'cPath=21')?>><img src=images/m57.gif width=161 height=145 border=0></a></td></tr>
					  </table>
				 </td></td>
				 <tr><td height=3></td></tr>
				 <tr><td>
					  <table cellspacing=0 cellpadding=0>
					   <tr><td colspan=2><a href=<?=tep_href_link('product_info.php', 'cPath=23&products_id=55')?>><img src=images/m54.gif width=161 height=169 border=0></a></td></tr>

					   <tr><td></td></tr>						   
					  </table>
				 </td></td>					 
				</table>
		   </td></tr>
		  </table>



	</td>
  </tr>
</table>

</td>
<?php
 }
?>
<!-- body_text_eof //-->
 </tr>
</table>
<!-- body_eof //-->

<!-- footer //-->
<?php require(DIR_WS_INCLUDES . 'footer.php'); ?>
<!-- footer_eof //-->
</body>
</html>
<?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>

 

 

Hope someone can help me

Thanks ^_^

Posted

Its most likely you have a table or column thats constrained by a previous column, use colspan in constrained column to fix.

 

;)

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...