Jump to content

ShopvilleOnline.com


Guest rksprst

Recommended Posts

Guest rksprst

So, here is the store: http://shopvilleonline.com/

I am working on making the subcategories not be so ackward and wide apart, as well as making the left column align to the top.

Other than these issues, what do you think about the site? Any ideas about what to change? Any "business" focused ideas would help as well.

Thanks.

Link to comment
Share on other sites

Guest rksprst

Thanks for your comments guys.

roban, I added a line on the homepage that explains what I sell.

vrakas, that is a good point. Is there a way to change the latest products to maybe something like random products. Because if I add 10 headphones, than only headphones will show up on the front page under latest items.

Link to comment
Share on other sites

Guest vrakas

2 ways to do it

1) Control them by not showing on latest products (dont enable it for a specific/s procucts)

2) There is a free mod in the .org forum, random products or something like that.

Cant remember exactly the name but search in the FREE mods section of .org forum :(

Hope this helps :)

Link to comment
Share on other sites

To make Latest Products random:

includes/content/index.inc.php (line 49)

change to this:

$latestProducts = $db->select("SELECT productId, image, price, name, sale_price FROM ".$glob['dbprefix']."CubeCart_inventory WHERE `showFeatured` = 1 ORDER BY RAND() DESC LIMIT ".$config['noLatestProds']);

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...