concretecms-community-store / community_store

An open, free and community developed eCommerce system for Concrete CMS
https://concretecms-community-store.github.io/community_store/
MIT License
106 stars 66 forks source link

Order Notes #835

Closed SB1955 closed 5 months ago

SB1955 commented 6 months ago

When enabling ‘Order notes’ in ‘Settings/Cart and Checkout’ the note box to allow content appears on first page. However it doesn’t show on the next checkout pages? Have I missed something?

CMS version: 9.2.4. CS version: 2.6.2

Note: I've changed 'Notes' to 'Reference Number'. See attached. Notes-Show

No-Notes

SB1955 commented 6 months ago

Fixed by using a different method. Added 'Booking Reference' and 'Terms' under 'Orders/Attributes' as discussed with issue: https://github.com/concretecms-community-store/community_store/issues/821. So getting close to what I want.

Mesuva commented 6 months ago

I'm surprised that the order notes aren't displaying on the summary. Is this a brand new install, or one you've upgraded?

SB1955 commented 6 months ago

Local dev site upgraded, could that be the issue?

SB1955 commented 6 months ago

REF: Mac mini M2 with CMS 9.2.4 - PHP 8.2.4 - Store 2.6.3.

SB1955 commented 6 months ago

The 'ob_start();' etc is not in the latest store release 'single_pages/checkout.php'. So I copied and pasted issue (#821) into my 'application/single_pages/checkout.php' and so far all works.

Mesuva commented 6 months ago

I was just thinking that maybe you had an older checkout single page template that needed updating.

SB1955 commented 6 months ago

No. What I tend to do is check to see what the difference if between the old and new templates code, then change if needed (as well as anything else).

SB1955 commented 6 months ago

Okay. Fresh install with full 'Atomik'. Store 2.6.3 and ticked 'Enable order notes', still not showing after first page in checkout?

Mesuva commented 6 months ago

Try this fix here: https://github.com/concretecms-community-store/community_store/commit/e3f5ade241b3c1cc7e35129d3f1fa90ebaa66811

SB1955 commented 6 months ago

Thanks. That fix works for me.