Jump to content

Problem with product pages


Recommended Posts

Ok, on your first problem, you could reduce the font size, but it would make it too small to be readable. You only real options are to use a theme that will allow long names on a header bar like that or reduce the name size.

 

As for the product names coming up twice, what it is actually doing is having the product name and then having the short description. It just looks like it is coming up twice since the first line in the short description is the book name again. You really only have 2 options for this, put something else in the short description or change the code of the module to use the long description. The latter would more than likely be the best.

 

On line 42 of the blocknewproducts.tpl file change this

$newproduct.description_short|strip_tags:'UTF-8'|truncate:50:'...'}

 

to this

$newproduct.description|strip_tags:'UTF-8'|truncate:50:'...'}

 

and it will use the long description.

 

For the unavailable products, do you have them as set to being available in the back office? If you do do you have stock on them?

Link to comment
Share on other sites

Thanks for the help the bottom two problems are solved with your advice

For the first problem is it possible to have the header block expand to accommodate a long header

as reducing the font makes it too difficult to read

Link to comment
Share on other sites

You would have to make a new graphic for it if you did, because the background that is there now is currently a graphic. But if you made a taller graphic it would cover. I would shoot for about 42 or so pixels on the first go. And in your global.css file you would have to change the height from 21 to what every your graphic is, about line 167 or so.

Link to comment
Share on other sites

Thanks for the help I have solved all those issue

 

I now have some more issues that Please for any help

 

1.How do I disable the product count as I am selling downloadable products

2.How can I get a different button to show where the On Sale button is and to centre the product price

3.How do i have the wording to not jumble in paragraph form on the Category page

See Here http://www.spectrumbookshop.com/category.php?id_category=32

and how to change id_category=32 as on the line above to the name of the category ie Programming

 

ThNKS FOR

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...