• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 19.03.21, 09:09
  • Opened by: Igor Kes
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #21085 - Daily Deal - no countdown and where to configure it

Hi,
I have a daily deal widget on homepage but it doesnt show countdown and we cannot find where to translate it and change widget colors (background and buttons).

Attachments:

dealoftheday22.PNG (71.2 KiB)

Comments

Fred 19 Mar 2021, 10:17

1. to get a countdown you need to add a special price with time limit in the product settings
2. Go to Modules translations → Page builder and find there daily deal translation.

Igor Kes 19 Mar 2021, 11:02

Great found it. Where can I find translation of this count down parameters (please see screen attached) It is not in Page builder translation.

Attachments:

goracy strzal.PNG (15.3 KiB)
Fred 19 Mar 2021, 11:19
Igor Kes 21 Mar 2021, 08:47

Can I as well ask for custome CSS to do:
1. change color of the field where price is displayed
2. change color of background

Numbers marked on attached picture.

I will add color code myself.

Attachments:

gorstrz.PNG (95.4 KiB)
Igor Kes 21 Mar 2021, 15:17

Can I as well ask for custome CSS to do:
1. change color of the field where price is displayed
2. change color of background

Numbers marked on attached picture.

I will add color code myself.

Attachments:

gorstrz.PNG (95.4 KiB)
Fred 22 Mar 2021, 12:08

1. change module background

body .pk-dailydeal {
	background-color: #f2f2f2;
}

2. change price label

.pk-dailydeal-products > div > div .product-price-and-shipping {
	background-color: #fff;
}
Igor Kes 22 Mar 2021, 12:17

Almost done right part of module does not change the color please see attached screen

Attachments:

dailydeal222.PNG (133.4 KiB)
dailydeal222.PNG (133.4 KiB)
dailydeal222.PNG (133.4 KiB)
dailydeal222.PNG (133.4 KiB)
dailydeal222.PNG (133.4 KiB)
Fred 22 Mar 2021, 16:54
.pk-dailydeal .product-thumbnail img {filter: brightness(1)}
Igor Kes 23 Mar 2021, 09:04

Is it possible to add border with color black to section:

body .pk-dailydeal {

background-color: #f2f2f2;

}

Fred 23 Mar 2021, 10:41
.pk-dailydeal {
    border: 3px solid #000;
}