Jump to content

[SOLVED] product page problem version1.44


Recommended Posts

I have updated prestashop from 1.42 to 1.44..but there is a problem in product page..

 

post-13086-0-69999200-1312289485_thumb.png

 

the add to cart button and more detail block are under product photo..

 

I would like to move them to the right of product photo, like previous version..

 

Please help! Thanks !

Link to comment
Share on other sites

I have updated prestashop from 1.42 to 1.44..but there is a problem in product page..

 

post-13086-0-69999200-1312289485_thumb.png

 

the add to cart button and more detail block are under product photo..

 

I would like to move them to the right of product photo, like previous version..

 

Please help! Thanks !

 

Yes same here, I'm glad someone else is experiencing this LOL

Link to comment
Share on other sites

  • 2 weeks later...

Hi DreamOn,

 

The cart button is not displayed on your site.

 

It is hidden :

<p id="add_to_cart" class="buttons_bottom_block" style="display: none;">
<input class="exclusive" type="submit" value="In winkelmand" name="Submit">
</p>

 

You should remove "style="display: none;" to display it.

 

 

About the "more details", to move it to the right you should change in your CSS :

 

#primary_block #pb-left-column {
   float: left;
   margin-left: 1.1em;
   width: 233px;

 

to

 

#primary_block #pb-left-column {
   float: right;
   margin-left: 1.1em;
   width: 233px;

Link to comment
Share on other sites

Hi DreamOn,

After talking to our developers, it sounds like you might need to disable CSS merging. Please try to go to Back Office > Preferences > Performance and uncheck "Use CCC for CSS."

 

That should fix it for you, but if not, let me know!

 

-Mike

 

This did the trick! Thanks.

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