Future fixes: -Remove logic for showing current order reference in ajax.js. Instead grab from database using cart ID
30 lines
719 B
JSON
30 lines
719 B
JSON
{
|
|
"name": "dewebsmid/ws_orderreference",
|
|
"description": "Adds an optional order reference field to the shopping cart summary.",
|
|
"authors": [
|
|
{
|
|
"name": "Isabelle Oving-Anno",
|
|
"email": "isabelle@dewebsmid.nl"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Module\\WsOrderreference\\": "src/"
|
|
},
|
|
"classmap": [
|
|
"ws_orderreference.php"
|
|
],
|
|
"exclude-from-classmap": []
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist",
|
|
"prepend-autoloader": false
|
|
},
|
|
"type": "prestashop-module",
|
|
"author": "Isabelle Oving-Anno",
|
|
"license": "AFL-3.0"
|
|
}
|