Why is my three-column checkout displayed in two columns?
The functionality of the One Step Checkout extension strongly depends on the performance of the default Magento checkout. According to Magento logic, downloadable and virtual products do not require shipping data to be filled in, as they have no weight and do not need physical delivery. Consequently, shipping blocks are not shown in the one-page checkout for digital products, and the layout has fewer columns than stated in the configurations.
Here is the checkout layout example of the default Magento for virtual items:
And here is the page display provided by the One Step Checkout module:
As soon as a tangible product is added to the cart, the shipping details will appear as usual.
In case the items in your shopping cart are not digital, but the checkout layout is still not displayed properly, please, do hot hesitate to contact us.
Related Articles
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 ...
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 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 ...
One Step Checkout | GraphQL methods
Queries getAdditionalFields (cartId: String!) description: get information about additional fields getDefaultIpData description: get information about default IP address getAvailableShippingMethods (cartId: String!) description: get the information ...
Is One Step Checkout compatible with default Magento In-Store Pickup delivery method?
One Step Checkout Pro and Premium versions are compatible with In-Store Pickup delivery method through a separate compatibility package. To install it via composer, simply use the following command: composer require ...