• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 06.12.18, 15:28
  • Opened by: Emilie
  • Closed by: Marek
  • Closed on: 02.01.19, 14:30
  • Reason: Closed
  • Comment: Glad to help!

Ticket #13332 - Module Blog Posts & On Sale

Hello
I want to display the blog module as well as the best seller module as featured on your demo website
Can you let me know how to do it, i can’t see the modules in the backoffice
Thanks

Comments

Emilie 07 Dec 2018, 16:21

Hello Marek, Any help on this ?

Marek 07 Dec 2018, 16:25

Hi, Emilie.
But as I can see you already have a blog.
As for Best sellers, where do you want to display it?

Emilie 07 Dec 2018, 17:52

We would like to display these 2 modules in the left column, of the category page, as on the demo websites.
http://shoppronew.openvalley.in/fr/45-jeux-et-coloriages Thank you

Marek 08 Dec 2018, 10:37

There is a problem with Blog posts, I can’t put it there right now. It works only like a widget on the homepage. As for Bestsellers, you have just transplant it to the left column

Emilie 10 Dec 2018, 09:54

Thanks for the answer
Ok for the blog module, we will not use it in left column
regarding bestsellers module, the only one that is available is the native module from prestashop
However the hooks are as follow, and it does not seem to be anyhook for left column

actionOrderStatusPostUpdate
actionProductAdd
actionProductDelete
actionProductUpdate
displayHome

Marek 10 Dec 2018, 10:40

I just did it for you, please check it out

Emilie 10 Dec 2018, 11:44

Thank you Marek

On this category page:
http://shoppronew.openvalley.in/fr/150-coloriage-3d - how would you place the prices on the left such as in your demo template ? (they are on the left and not properly displayed)
- how would you adjust in left column bestseller module the sentence in red, to place it bellow the price ?
Please sea enclosed pdf

Thanks, we re nearly done

Marek 10 Dec 2018, 12:03

Try this:

.product-miniature .product-price-and-shipping {flex-direction: column;}
Emilie 10 Dec 2018, 15:03

That would be ok on the left column, but we lost the prices on the central area, you can have look
I left the code in css, thank you

Marek 11 Dec 2018, 10:05

Yes, I see. Try this:

body.pm-details-layout1 .view_grid .product-miniature .product-price-and-shipping {
align-items: flex-start;
}