fashions:
Thank you in advance, for the very adaptable addon to zencart.
Problem 1:
"Reviews" tab is showing Additional Images information when selected.
Don't know where to start. Would you care to have a look?
Problem 2:
too, i am stuck on formating product page.
we want to have the purchase selections to right of the "productMainImage" using Tabbed Products Pro.
site heavily modified 1.3.8a site
Product test page with order information to right of main product image Here
Thanks,
Corrected Problem 2
alt_tpp_tabs13.css
WAS
.tabcontent{
clear: both;
float: right;
width:55%;
the header of the tabs was moved up under the product name , price , add to cart button
however
the content of the tabs, description paragraph, details paragraph, ecct, were floating right but spaced below the main image about 2 inches down.
NOW
.tabcontent{
clear: right;
float: right;
width:55%;
the header of the tabs was moved up under the product name , price , add to cart button
and
the content of the tabs, description paragraph, details paragraph, ecct, were floating right and correctly displayed under the tabs to the RIGHT of the main product image. YEA!