velibor Posted August 17, 2006 Share Posted August 17, 2006 (edited) Do some one know, how I can put products special box BEFORE the product listing in the product categories browser ? Edited August 17, 2006 by velibor Quote Link to comment Share on other sites More sharing options...
Guest Posted August 17, 2006 Share Posted August 17, 2006 you could check your catalog\index.php If you have code that pulls-in the specials module it will look like <tr> <td><?php include(DIR_WS_MODULES . FILENAME_SPECIALS); ?></td> </tr> So move such code before this: <tr> <td><?php include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING); ?></td> </tr> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.