• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 17.01.18, 16:53
  • Opened by: mahieux
  • Closed by: Marek
  • Closed on: 05.02.18, 16:18
  • Reason: No answer from a customer

Ticket #11448 - Configuration of pk_carousel as in the demo

I miss some understanding of where I must define

the wanted layout (1 , 4) of Deal of the day with like in the demo a 1 highlighted product (which) on the left and 4 products (which) on the right

I don’t understand where the inputs come from that make such a difference of code & display

attached is a comparison between demo and my code

Thanks in advance

Comments

Marek 17 Jan 2018, 23:33

Go to the Promokit Product module settings, select correct hook first and click save. Now you can enable “highlighted” product

mahieux 18 Jan 2018, 00:32

sorry to be a apain but it’s either very powerful and I can’t get it , or minimally documented , or both

1/ is the module supposed to behave & show differently in different hooks

2/ in content_top I still have a 2 small div 1 large div

 how do I get four where do I decide which products go in the 4 and which goes in the big 1

3/ once I have 5 products in there can I invert left and right to match the demo to show 4 and 1

4/ a step by step doc would prove extremely useful here

mahieux 18 Jan 2018, 00:40

Ok just edit .tpl inverted the left and right div
and all of sudden ta da

mahieux 18 Jan 2018, 00:48

it looks better but still highlighted product is lazy to show

mahieux 19 Jan 2018, 14:31

Hi Marek
could you please attempt to answer questions 1 to 4
Thks

Marek 20 Jan 2018, 14:32

1. select hook and click Save
then change configuration

2. see #4
3. to invert left and right sections use following CSS:

.highlighted-container {flex-direction: row-reverse }

4. I don’t know what could be in that step by step tutorial. As for me it’s really easy. A. Select what type of products to show. B. Enable/disable Highlighted product, and select which product to highlight.