Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OscLink: Oderstatus mapping cannot map multiple external statuses to one internal one #139

Open
Mai-Lapyst opened this issue Oct 15, 2024 · 0 comments

Comments

@Mai-Lapyst
Copy link

When using the osc extension, one cannot map two external statuses (i.e. "Pending" and "Payment Pending") to one internal one (i.e. "Awaiting for payment"). This is very inconvenient when migrating older shops (i.e. osCommerce 1.X) that have multiple order statuses that can be merged into one on osCommerce 4.

This is due to a bug inside the form processing code that stores the internal status as an key rather than a value:

$statusMapArray[$tstatus] = $mstatus;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant