• Page 1 of 1
  • 1
uCoz Community » uCoz Modules » Online Shop » Main page of E-shop ($ BODY $ - not working)
Main page of E-shop
lunarmax
Posts: 25
Reputation: 0

Message # 1 | 7:04 PM
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 cry cry cry

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
hunh
Posts: 28
Reputation: 4

Message # 2 | 0:12 AM
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> -->
lunarmax
Posts: 25
Reputation: 0

Message # 3 | 0:27 AM
hunh, Thanks dude for your reply.. still not working ;(

Added (2014-11-18, 11:27 PM)
---------------------------------------------
It show categories, but no entries (goods)


Trouble maker
hunh
Posts: 28
Reputation: 4

Message # 4 | 0:43 AM
Only 3 below codes show up the items in Shop Main Page or you can redirect user to/shop/all/

$TOP_VIEW$
$TOP_SOLD$
$LAST_ADD$

If there is no goods showing up, I think it has some problems. Please wait uCoz support team. smile
lunarmax
Posts: 25
Reputation: 0

Message # 5 | 1:15 AM
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)
---------------------------------------------
i use both just incase tongue


Trouble maker
Post edited by lunarmax - Wednesday, 2014-11-19, 1:12 AM
uCoz Community » uCoz Modules » Online Shop » Main page of E-shop ($ BODY $ - not working)
  • Page 1 of 1
  • 1
Search: