forked from jkrug/Shopgate4OXID
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
66 lines (49 loc) · 1.64 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
==Title==
Shopgate integration in OXID
==Author==
Joscha Krug
Mazvydas Skuodas
marmalade.de
==Prefix==
marm
==Version==
1.0.1
==Link==
http://www.marmalade.de
==Mail==
==Description==
Shopgate integration in OXID eShop.
Article export to Shopgate,
Order import from Shopgate,
ShopgateConnect,
"Shipping completed" status sending to Shopgate,
Redirect mobile device users to Shopgate
==Extend==
*oxorder
--save
*oxoutput
--process
==Installation==
Install shopgate framework under /yourshopdir/shopgate/ dir.
copy files/folders from "copy_this" to /yourshopdir/
if your oxid version older then 4.3.2, copy file from /yourshop/modules/marm/shopgate/menu.xml
to /yourshop/modules/marm_shopgate/menu.xml due oxid supported only one level navigation XML scaning
Execute the install.sql script.
If you use OXID eShop > 4.4.8, go to admin -> Service -> Tools an press "Update Views"
If you use older OXID eShop version then 4.5.0 you should add module:
marm_shopgate_article => marm/shopgate/marm_shopgate_oxadminview
Add the module entries in admin.
clean oxid tmp folder to update DB field cache and language constants in admin.
setup your shogate config in oxid admin area in "Master Settings" > "Core Settings" > "Shopgate"
==Pregeneration of CSV-file==
It is possible to pregenerate the CSV-file for the items.
For that you could set an cronjob to
shopdomain.com/shopgate/cronjobs/update_items_csv.php
==Modules==
oxorder => marm/shopgate/marm_shopgate_oxorder
oxoutput => marm/shopgate/marm_shopgate_oxoutput
==Libraries==
shopgate framework. Please install it in /yourshopdir/shopgate/
==Resources==
http://code.google.com/p/shopgate-framework/