scrollbars....

General ShopSite user discussion

scrollbars....

Postby ra_design » Thu Feb 01, 2007 10:56 am

Why the heck are the template outputs holding the displays in such small divs with scrolls? Why isn't it setup to output tables? Easiest way to fix?

Also, is there an easy way to have the product display just image and name on a page like

http://www.zoesaldana.com/cart/Jewelry.html
or
http://www.zoesaldana.com/cart/earrings.html

and then full info on the detail? I've tried turning some of the options off in the product layout template, but I still get a blank linked box regardless.

Also, how could I make the images in http://www.zoesaldana.com/cart/Jewelry.html
work like category options and have SS link them automatically to the http://www.zoesaldana.com/cart/earrings.html
or similar?

Thjis really needs an easier way to do categories or MUCH better documentaion. This is a common need.
ra_design
 
Posts: 4
Joined: Thu Feb 01, 2007 12:16 am
Location: NJ

Re: scrollbars....

Postby shopsiteandy » Thu Feb 01, 2007 11:41 am

ra_design wrote:Why the heck are the template outputs holding the displays in such small divs with scrolls? Why isn't it setup to output tables? Easiest way to fix?

If you need/want tables then you might want to consider one of the other templates (this one does not use much in the way of tables).

Easiest way to change this template to get rid of the scroll bars:

Add this to your Universal Page Header...

Code: Select all
<style type="text/css">
div.productBlock {
  height: auto;
}
</style>

To get rid of the square box/link (view cart) on your pages (not more info pages), also add this (within the <style type="text/css"> </style> tag):

Code: Select all
div.productBlock div.checkout {
display: none;
}

You'll also want to turn back on your Add to Cart / View Cart options for the products so they can be ordered from the more info pages.
Also, how could I make the images in http://www.zoesaldana.com/cart/Jewelry.html
work like category options and have SS link them automatically to the http://www.zoesaldana.com/cart/earrings.html
or similar?

You could use Text 1 field on your page to put linked images, such as:
Code: Select all
<a href="http://www.zoesaldana.com/cart/earrings.html"><img src="http://www.zoesaldana.com/cart/media/products/ss_size1/EA10VLAMT.jpg"></a>
shopsiteandy
 
Posts: 20
Joined: Mon Oct 23, 2006 6:26 pm


Return to User Forum

Who is online

Users browsing this forum: No registered users and 83 guests

cron