|
uCoz Community uCoz Modules Online Shop Main page of E-shop ($ BODY $ - not working) |
Main page of E-shop |
Hi,
on my main page of E-shop, my entries (Goods) not showing up, only categories.. only if they go to a category , my goods start to show up how to make my shop main page body to work, so that people when entering Mysite.com/SHOP they see my goods!! thank you had this problem for a year! Trouble maker
|
There is no $BODY$ code for SHOP main page.
Below is body code of my site. Code <!-- <body> --><?$CATALOG$(2,5)?> <?if($TOP_SOLD$)?><hr /><h2><!--<s4624>-->Top sell<!--</s>--></h2>$TOP_SOLD$<?endif?> <?if($LAST_ADD$)?><hr /><h2><!--<s4625>-->Latest goods<!--</s>--></h2>$LAST_ADD$<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td width="99%"><hr /></td><td style="text-align:right; white-space:nowrap; width:1%; padding-left:10px;"><a class="noun" href="/shop/all"><!--<s7017>-->View All<!--</s>-->...</a></td></tr></table><?endif?><!-- </body> --> |
thanks again dude with the brilliant idea to redirect, i forgot about it.
heres the code to redirect to needed page, if there is someone who needs it. Quote <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/index.html"> javascript code: Quote <script type="text/javascript"> window.location.href = "http://example.com" </script> Added (2014-11-19, 0:15 AM) Trouble maker
Post edited by lunarmax - Wednesday, 2014-11-19, 1:12 AM
|
| |||
| |||