using a copied renamed version of...
3Column-Product.sst
I have it set on the page layout page, to 3 columns, centered.
When I first started up the store, and loaded a dozen item, using some test pix, on the product page, the pix were very nicely at the top of the product cell
So you had
Pix.
Name.
Text, description.
Price.
Sku.
Qty.
Add to Cart.
All under each other, forming a nice column.
For the life of me, the only thing I edited in the product page was the html header for the SSL cert java.
Now the pix is to the left of a column of
Name.
Text, description.
Price.
Sku.
Qty.
Add to Cart.
Looks like heck.
I've been hacking around
3Column-Product-BK.sst
And I've not been able to effect the placement but for one thing..
By changing...
from...
- Code: Select all
[-- IF PRODUCT.TextWrap "On" --]
[-- IF PRODUCT.ImageAlignment "right" --]
</td><td valign="top" align="center" width="10%">
[-- IF PRODUCT.DisplayGraphic --]
[-- IF PRODUCT.Graphic --]
to
- Code: Select all
[-- IF PRODUCT.TextWrap "On" --]
[-- IF PRODUCT.ImageAlignment "center" --]
</td><td valign="top" align="center" width="10%">
[-- IF PRODUCT.DisplayGraphic --]
[-- IF PRODUCT.Graphic --]
now I get a thumbnail pix on each side of the column of..
Name.
Text, description.
Price.
Sku.
Qty.
Add to Cart.
tried changing text wrap to off, as well as in the console page layout. no differnce.
I've been regenerating the store each time.
I can't find a place in the page layout screen that effects it.
The MoreInfo screen, I can effect very nicely with the Layout input for the product, and select center... and it winds up very nicely on top.
But can't find a control panel entry that effects it, and haven't been able to find the right spot on the code.
HELP!!!
where and what gets me back to having the pix and all the other items stacked in a column???
TIA!!!!!!