Post by ventienda » Thu Jul 23, 2020 7:07 am

Hi, everyone!
I use OC 3.0.3.2 and Journal theme (with OpenCart cherckout).

Normally, OC displays its warning messages at the top of each STEP under Checkout page.

I would like to show the warning messages at the top and bottom of each step.

How can I do it?

Please see the attached image.



Best regards,
And thanks!

Attachments

warning message alert in the bottom of Step 5 Payment method.png

Checkout page - warning message alert in the bottom of Step 5 Payment method.png (38.95 KiB) Viewed 560 times


User avatar
New member

Posts

Joined
Sun Aug 17, 2014 2:43 pm
Location - Venezuela

Post by sw!tch » Thu Jul 23, 2020 7:50 am

Well the terms part is actually prepended via javascript.

Not sure its worth the effort, you could probably hook into the .buttons class and place it above.

In catalog/view/theme/default/template/checkout/checkout.twig.

Around line 786 find

Code: Select all

$('#collapse-payment-method .panel-body').prepend('<div class="alert alert-danger alert-dismissible">' + json['error']['warning'] + '<button type="button" class="close" data-dismiss="alert">&times;</button></div>');
Replace

Code: Select all

$('#collapse-payment-method .panel-body .buttons').prepend('<div class="alert alert-danger alert-dismissible">' + json['error']['warning'] + '<button type="button" class="close" data-dismiss="alert">&times;</button></div>');
This is based on a default OC not Journal so use as reference only. If you want something different google how to use jQuery selectors and you can probably refine as needed.

Clear caches, etc... untested.

Backup and learn how to recover before you make any changes!


Active Member

Posts

Joined
Sat Apr 28, 2012 2:32 pm

Post by paulfeakins » Thu Jul 23, 2020 5:52 pm

ventienda wrote:
Thu Jul 23, 2020 7:07 am
How can I do it?
Ask Journal or pay a developer such as ourselves or post a job in the Commercial Support Forum.

UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk


User avatar
Legendary Member

Posts

Joined
Mon Aug 22, 2011 11:01 pm
Location - London Gatwick, United Kingdom
Who is online

Users browsing this forum: No registered users and 6 guests