DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: XML export for Webformat Shop System

Author:Matteo Martini
Created:2009-08-21T15:22:26
Changed:2009-12-07T16:03:50.700000000
Classification:wss_xmlexport
Keywords:extendedshop xml export
Author:Mauro Lorenzutti - WEBFORMAT srl
Email:mauro.lorenzutti@webformat.com
Info 4:
Language:en

img-1 img-2 EXT: XML export for Webformat Shop System - wss_xmlexport

EXT: XML export for Webformat Shop System

Extension Key: wss_xmlexport

Language: en

Keywords: extendedshop xml export

Copyright 2000-2008, Mauro Lorenzutti - WEBFORMAT srl, <mauro.lorenzutti@webformat.com>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.org

Table of Contents

EXT: XML export for Webformat Shop System 1

`Introduction 3 <#1.1.Introduction|outline>`_

What does it do? 3

`Installation 4 <#1.2.Installation|outline>`_

Extension Manager 4

`Configuration 5 <#1.3.Configuration|outline>`_

Setup 5

`I found a bug / I have a feature request 6 <#1.4.I%20found%20a%20bu g%20/%20I%20have%20a%20feature%20request|outline>`_

`Changelog 7 <#1.5.Changelog|outline>`_

Introduction

What does it do?

This extensionsendsan xml file with order details,trough email or FTPto the shop administratorafter finalize step of Webformat Shop System. It could be used to integrate the shop into an orders management software.

Installation

The extension manager shows some options during installation. All options should be self explanatory.

Extension Manager

After the installation you can configure the wss_xmlexport in the extension manager by choosing the path to the xml template file.

img-3

Configuration

It's possible to set the default configuration via TypoScript using the following properties.

Setup

plugin.tx_extendedshop_pi1.xmlexport

finalize.template

Property

finalize.template

Data type

String

Description

The path of the xml template file

Default

EXT:wss_xmlexport/res/finalize.xml

orderDateFormat

Property

orderDateFormat

Data type

String

Description

Order date format

Default

Ymd

sendEmail

Property

sendEmail

Data type

Boolean

Description

To be set if you want that the plug-in sends an email to the shop administrator

Default

1

uploadFTP

Property

uploadFTP

Data type

Boolean

Description

To be set if you want that the plug-in uploads the xml file in a remote folder via FTP

Default

0

uploadFTP.tempPath

Property

uploadFTP.tempPath

Data type

String

Description

The temporary path where the xml file will be stored

Default

fileadmin/xmlorders

uploadFTP.ftpPath

Property

uploadFTP.ftpPath

Data type

String

Description

The path of the FTP server where to upload the xml file

Default

ftps://user:pass@192.168.0.1

uploadFTP.errorMail

Property

uploadFTP.errorMail

Data type

String

Description

The email address where an error message is sent if the FTP upload fails

Default

info@mysite.com

uploadFTP.deleteTempFiles

Property

uploadFTP.deleteTempFiles

Data type

Boolean

Description

To be set if you want that the temporary files will be deleted, otherwise remember to secure the temporary folder

Default

0

fileExtension

Property

fileExtension

Data type

String

Description

The extension of the generated file

Default

xml

debug

Property

debug

Data type

Boolean

Description

To be set for debug mode

Default

0

I found a bug / I have a feature request

If you find any problems or would like to see a new feature in wss_xmlexport, please contact us directly at info@webformat.com.

In case of a bug report, please take some time and make a proper report stating at least:

  • version of the extension
  • reproducibility
  • steps to reproduce
  • observed behavior
  • expected behavior

Add some screenshots if they can clarify the issue.

If you attach a patch, that would be great!

Writing a good bug report will help us to fix the bugs faster and better.

Changelog

15.09.2009 – release 1.0.0

First release

7