How to change a checkout field (its length/width) or an image on the checkout page?
Out of the box, the One Step Checkout extension allows you to modify the checkout field width parameters in System → Manage Checkout Fields:
If you need to make additional adjustments to the checkout design, you may do it by modifying the checkout styles. Styles are configured through CMS blocks in the admin panel. To change field parameters, you need to create a new block in Content → Blocks → Add New Block:
On the block configuration page, you may add the required parameters with the Page Builder option:
Once you make the required style modifications and save the block, please, navigate to Amasty → One Step Checkout → Configuration → Optional UI Elements and insert the newly created block into checkout blocks.
Once you have completed the modifications, you will be able to see the changes reflected on the storefront.
Related Articles
The Phone Number checkout field allows using text characters. How can I change it?
One Step Checkout Pro allows you to change the validation type of the Phone Number field directly in the configurations. For that, proceed to Stores → Settings → Configuration → Amasty Extensions → One Step Checkout → Additional Fields and Other ...
What features are included in each tariff plan of One Step Checkout?
LITE One Step Checkout extension - all checkout sections on one page; - customizable design (layout, color scheme, address formatting, default values); - delivery options: delivery date calendar, delivery time interval, delivery comment; - Google ...
One Step Checkout API
1. Amasty\Checkout\Api\AdditionalFieldsManagementInterface - class for managing additional fields for logged-in users: POST /V1/amasty_checkout/carts/:cartId/amcheckoutFields, method="save" - save a field for a specific cart by ID; POST ...
How to rearrange the checkout page layout?
The out-of-the-box functionality of the One Step Checkout extension allows you to easily modify the checkout layout using the drag and drop menu in Stores → Configuration → Amasty Extensions → One Step Checkout → Design → Layout. Furthermore, the ...
One Step Checkout does not appear on Hyva theme. What should I do?
To ensure the compatibility of One Step Checkout extension with Hyva, please follow the below steps: Step 1. Install the Hyva compatibility packages, that can be accessed via composer: composer ...