![]() |
Product desciption links |
Post Reply
|
| Author | |
john123
Newbie
Joined: 09-January-2008 Location: Canada Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Topic: Product desciption linksPosted: 20-July-2008 at 10:33pm |
|
Hi,
Is it possible to hide the "More details..." and the "Back to the top" links on the product description page? The reason is that I do not have a lot of info on that page so having these 2 links does not look right.
|
|
![]() |
|
patschraier
Newbie
Joined: 29-May-2007 Location: United States Status: Offline Points: 6 |
Post Options
Thanks(0)
Quote Reply
Posted: 20-July-2008 at 11:30pm |
|
One of the easiest ways not to show a field on the page is to change the storefront CSS file by adding left: -9999px;
One of my clients didn't want to see the stock amount so I added the positioning so that the stock display is negative. My css looked like this: /* Style the product stock */ #pcMain .pcShowProductStock { color: #666666; position: absolute; left: -9999px; } You can do something similar to the hide more details and back to the top. |
|
|
Pat Schraier
www.patriciaschraier.com |
|
![]() |
|
john123
Newbie
Joined: 09-January-2008 Location: Canada Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Posted: 20-July-2008 at 11:45pm |
|
Thanks Pat. What section would I actually be modifying in the pcStorefront.css?
|
|
![]() |
|
patschraier
Newbie
Joined: 29-May-2007 Location: United States Status: Offline Points: 6 |
Post Options
Thanks(0)
Quote Reply
Posted: 21-July-2008 at 9:43am |
|
I found a fix that is easier. REMOVE all your short descriptions. The long description will be used and "read more details" and "back to top" disappear. This way you do not have the short and long descriptions on the page, just the long.
Regards, |
|
|
Pat Schraier
www.patriciaschraier.com |
|
![]() |
|
john123
Newbie
Joined: 09-January-2008 Location: Canada Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Posted: 21-July-2008 at 10:28am |
|
Thanks. It works!
Question: What is the side effect for removing the Short description?
|
|
![]() |
|
patschraier
Newbie
Joined: 29-May-2007 Location: United States Status: Offline Points: 6 |
Post Options
Thanks(0)
Quote Reply
Posted: 21-July-2008 at 10:59am |
|
Nothing that I can see. If the short description is missing, part of the long description is used in the popup, for example. My clients haven't complained about any problems with this fix.
|
|
|
Pat Schraier
www.patriciaschraier.com |
|
![]() |
|
cpgmar
Newbie
Joined: 04-December-2005 Location: United States Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Posted: 02-August-2008 at 12:40pm |
|
if you list your products "in a list" then your descriptions will not show up if they are all long descriptions.
|
|
|
Cindy
The Tasteful Garden www.tastefulgarden.com |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |