SP LMS - Show Courses Discount - Question | JoomShaper

SP LMS - Show Courses Discount

B

BenL

Extension 3 years ago

Hello there, I notcie that option to Show Courses Discount dont works in old version and new 4.0 of sp lms. Also i notice that information about discount now in version 4 is missing. Before on button to buy course there was inforamtion about discount - for example 300$ ̶8̶0̶0̶$̶ now is onlyu price after discount? Its should be like that? Regards.

0
9 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #11892

Please remove the previous CSS and use this CSS to Template Options -> Custom Code -> Custom CSS

.view-course .educon-course-deatils-wraper .apply-now a > .splms-price-box del {
    display: inline-block;
    position: relative;
    left: 0px;
    top: 0px;
    font-size: 16px;
    margin: 0px 10px;
}
.splms-price-box {
    display: flex;
    align-items: center;
}
#addtocart {
    display: flex;
    align-items: center;
}
0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #11687

Hello BenL

On which template did you find this issue?

Best regards

0
B
BenL
Accepted Answer
3 years ago #11705

hi Khan, Im using Educon. Regards.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #11731

Yes, I also found the issue. I have forwarded this issue to the devlopers. They will fix it in the next update.

0
B
BenL
Accepted Answer
3 years ago #11813

Any idea when this next update wille be? Last time we are waiting about 1 year for update?

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #11852

Sorry, it is not possible to declare a date. But you can try this fix for now. Use this CSS to Template Options -> Custom Code -> Custom CSS

.view-course .educon-course-deatils-wraper .apply-now a > .splms-price-box del{
    display: block;
}
0
B
BenL
Accepted Answer
3 years ago #11866
0
B
BenL
Accepted Answer
3 years ago #11948

Thanks Khan for help, now its works as should. Thanks!

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #11995

You are welcome

0