Init project

Future fixes:
-Remove logic for showing current order reference in ajax.js. Instead grab from database using cart ID
This commit is contained in:
2026-02-09 10:08:02 +01:00
committed by Isabelle
parent 65e21d48c3
commit e5fe85c8e5
21 changed files with 702 additions and 0 deletions

11
config_nl.xml Normal file
View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" ?>
<module>
<name>ws_orderreference</name>
<displayName><![CDATA[Orderreferentie]]></displayName>
<version><![CDATA[1.0.0]]></version>
<description><![CDATA[Voegt een optioneel orderreferentieveld toe aan het winkelwagenoverzicht.]]></description>
<author><![CDATA[Isabelle Oving-Anno | De Websmid b.v.]]></author>
<tab><![CDATA[other]]></tab>
<is_configurable>0</is_configurable>
<need_instance>0</need_instance>
</module>