magento2-ordercomments icon indicating copy to clipboard operation
magento2-ordercomments copied to clipboard

Add an order comments field in the default checkout for Magento 2.

Results 22 magento2-ordercomments issues
Sort by recently updated
recently updated
newest added

Could you provide a setting to have the comment textarea shown at the first step in the checkout. Preferably after entering the name and address.

We were missing this feature. If you guys think it is valuable for general use here is my PR. ps. Thanks for awesome module!

This column will be available on Magento order information endpoint. ( /rest/V1/orders/{order-id} )

DETAIL: OBSOLETE _ISSCOPEPRIVATE PROPERTYDescriptionThe following table shows the private content block(s) that have the _isScopePrivate variables configured making the block not cacheable. PATH -- vendor/boldcommerce/magento2-ordercomments/Block/Order/Comment.php RecommendationDo not use the _isScopePrivate...

**I have created the cart** --> https://example.com/rest/us/V1/carts/mine **Added Products** ---> https://example.com/rest/us/V1/carts/mine/items Now, I want to **add the comment** so I used the below API: PUT https://example.com/rest/us/V1/carts/mine/set-order-comment?cartId=841xx Body JSON: { "orderComment":...

Hello guys, thanks for your extension. Really helpful! We have noticed that at the production mode of the Magento (2.3.6), the extension generates a bug when we try to load...

Hi, I've added translation strings for this module in my template/i18n/sl_SI.csv (Slovenian language) and it looks like it does not work. Is there any other way I can override translation?...

Hi guys! I created a new pull request to support the Magento 2.4, you need only to approved.

Hi, Thanks for adding the API features of this module - Definitely helped with this business case. However, I encountered an issue. Most businesses, don't have the Magento Admin panel...

Hello, thanks for your extension. I works but my theme shows it with black background and blue font color. where can I change the css? Also how can I change...