Jump to content

Product page: short. desc. & price postion


Recommended Posts

I was having an issue with the product comments module & the Products Category v1.3 by PrestaShop (Display products of the same category on the product page.)

 

I re-installed them & got them to work properly, but now the product short description and the product price box have moved below the product image.

 

I looked at the CSS via Chrome, and I can see the issue, I just don't know how to fix it. I deleted the themes/prestashop/css and replaced it with the original install one, but no change.

 

Any guidance would be appreciated! Just tell me what to do, where to do it, and I'm all good ! LOL

 

 

productpageposition.jpg

 

Thanks in advance!

Kathleen

Link to comment
Share on other sites

It look like you removed some style from

<div id="pb-right-column">

 

It should have

float: left;

in its style.

 

If you added it and don't see the changes, make sure to turn on force recompile (Preferences->performance).

 

I also suggest not using any of the compression options until your site is ready to go live.

  • Like 1
Link to comment
Share on other sites

I turned off all the CCC settings, just to see, and now my page is correct. Should I force compile to save the current settings, and then re-enable the CCC settings?

Sorry, just a bit dense when it comes to this.

 

Thank you VERY much !

Kathleen

Link to comment
Share on other sites

Yes, turn on force recompile, I suggest keeping that on for as long as you work on the site.

After each change to a tpl file, you need to refresh the smarty cache, when force recompile is on, it always refreshes the page.

 

This make the page load slower, but it's better than spending hours trying to figure out why changes are not showing ;)

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...