BSSCommerce One step checkout and Checkout custom field compatibility

Created by Robin Hoang, Modified on Fri, 12 Apr, 2019 at 11:02 AM by Robin Hoang

Issue:  I've added 2 new custom fields and set them to display in the 'payment and review'. The problem is they display above the step title and number circle: https://prnt.sc/na30x5 and this looks kind of ugly.
Can i display them at the bottom of the payment step?
Also, i've set the 'Custom field title' in the configuration, but it doesn't show in the payment step.  

Solution:

Edit Bss\CheckoutCustomField\Block\Plugin\Checkout\LayoutProcessorPlugin

On line 207: Change:


$jsLayout['components']['checkout']['children']['steps']['children']['billing-step']['children']

                ['payment']['children']['beforeMethods']['children'][$attribute->getAttributeCode()]


to


$jsLayout['components']['checkout']['children']['steps']['children']['billing-step']['children']

                ['payment']['children']['afterMethods']['children'][$attribute->getAttributeCode()]


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article