.. You may want to use the usual include line. Uncomment and adjust the path. .. include:: ../Includes.txt ========================== wt\_individualshippingcost ========================== :Author: Kasper Skårhøj :Created: 2002-11-01T00:32:00 :Changed: 2007-10-02T11:25:22 :Classification: Individual Commerce Shipping Costs :Author: Alexander Kellner :Email: Alexander.Kellner@einpraegsam.net :Info 3: :Info 4: .. _wt-individualshippingcost: wt\_individualshippingcost ========================== Extension Key: **wt\_individualshippingcost** Copyright 2005-2008, Alexander Kellner, 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.com .. _Table-of-Contents: Table of Contents ----------------- **wt\_individualshippingcost 1** **Introduction 2** What does it do? 2 Screenshots 3 **How to use 4** **New Markers 5** **Typoscript 6** **Changelog 7** **Additional links 8** .. _Introduction: Introduction ------------ .. _What-does-it-do: What does it do? ^^^^^^^^^^^^^^^^ - If you're using tx\_commerce and you need a possibility to get different shipping cost to different products and for different areas (e.g.: Germany, EU and WORLD), you can use this plugin - **NEW:** you can enter different delivery times per product to show them - Works with wt\_commerce\_import .. _Screenshots: Screenshots ^^^^^^^^^^^ |img-1| Sample cart |img-2| Choose different shipping costs for a commerce product |img-3| Enter many different shipping methods .. _How-to-use: How to use ---------- - Install commerce (see tx\_commerce manual) - Import this extension from online repository - Create new delivery articles within the product DELIVERY (e.g. if you want 2 different shipping methods XL and XXL you should create: XL standard, XL EU, XL world, XXL standard, XXL EU and XXL world) - Open your list mode and create new “delivery time” entries within the folder Products (e.g. 2-3 days, 1 week) - Choose any product and select your wanted delivery costs (if you don't set, the first delivery cost will be taken!) - Choose any product and select your wanted delivery time - If you want, you can change your home country and the EU countries with typoscript (see it below) - You can change your shopping cart HTML template (see sample in Extension folder DOC) .. _New-Markers: New Markers ----------- You can use new markers in the commerce html templates: .. ### BEGIN~OF~TABLE ### .. _: :: ^^ .. container:: table-row Marker :: ###WT_SHIPPINGTIME### File :: pi1/category_product.tpl Within subpart :: ###PRODUCT_VIEW_DETAIL### Description :: Shows content of DB table tx_wtindividualshippingcost_sendtime (related to current product) Example value :: 1 week .. _: :: ^^ .. container:: table-row Marker :: ###INDIVIDUAL_DELIVERY_STANDARD_TEXT### File :: pi2/shoppingcart.tpl Within subpart :: ###BASKET### Description :: Standard shipping text from locallang_db.xml (default Shipping standard) Example value :: Shipping standard .. _: :: ^^ .. container:: table-row Marker :: ###INDIVIDUAL_DELIVERY_STANDARD_VALUE### File :: pi2/shoppingcart.tpl Within subpart :: ###BASKET### Description :: Standard shipping value (related to current product) Example value :: 4,50 .. _: :: ^^ .. container:: table-row Marker :: ###INDIVIDUAL_DELIVERY_EU_TEXT### File :: pi2/shoppingcart.tpl Within subpart :: ###BASKET### Description :: EU shipping text from locallang_db.xml (default Shipping EU) Example value :: Shipping EU .. _: :: ^^ .. container:: table-row Marker :: ###INDIVIDUAL_DELIVERY_EU_VALUE### File :: pi2/shoppingcart.tpl Within subpart :: ###BASKET### Description :: EU shipping value (related to current product) Example value :: 6,90 .. _: :: ^^ .. container:: table-row Marker :: ###INDIVIDUAL_DELIVERY_WORLD_TEXT### File :: pi2/shoppingcart.tpl Within subpart :: ###BASKET### Description :: World shipping text from locallang_db.xml (default Shipping Worldwide) Example value :: Shipping Worldwide .. _: :: ^^ .. container:: table-row Marker :: ###INDIVIDUAL_DELIVERY_WORLD_VALUE### File :: pi2/shoppingcart.tpl Within subpart :: ###BASKET### Description :: World shipping value (related to current product) Example value :: 12,90 .. _: :: ^^ .. container:: table-row Marker :: ###INDIVIDUAL_BASKET_GROSS_PRICE### File :: pi2/shoppingcart.tpl Within subpart :: ###BASKET### Description :: Sum of basket with new delivery costs (replace old marker: ###BASKET_GROSS_PRICE###) Example value :: 55,90 .. _: :: ^^ .. container:: table-row Marker :: ###INDIVIDUAL_BASKET_VALUE_ADDED_TAX### File :: pi2/shoppingcart.tpl Within subpart :: ###BASKET### Description :: Overall tax with new delivery costs (replace old marker: ###BASKET_VALUE_ADDED_TAX###) Example value :: 10,62 .. ###### END~OF~TABLE ###### .. _Typoscript: Typoscript ---------- .. ### BEGIN~OF~TABLE ### .. _: :: ^^ .. container:: table-row Property :: standard Data type text Description Shops home country Default :: DEU .. _eu: eu ^^ .. container:: table-row Property eu Data type text Description EU countries Default :: BEL,DNK,EST,FIN,FRA,GRC,IRL,ITA,LVA,LTU,LUX,MLT,NLD,AUT,POL,PRT,SWE,SVK,SVN,ESP,CZE,HUN,GBR,CYP,MCO .. ###### END~OF~TABLE ###### .. _generated: ((generated)) ^^^^^^^^^^^^^ .. _generated: ((generated)) """"""""""""" .. _Example: Example ~~~~~~~ Add this code to you TypoScript. :: plugin.tx_commerce_pi3 { tx_wtindividualshipping.standard = DEU tx_wtindividualshipping.eu = BEL,DNK,EST,FIN,FRA,GRC,IRL,ITA,LVA,LTU,LUX,MLT,NLD,AUT,POL,PRT,SWE,SVK,SVN,ESP,CZE,HUN,GBR,CYP,MCO } .. _Changelog: Changelog --------- .. _generated: ((generated)) ^^^^^^^^^^^^^ .. _First-Release-to-TER-on-11-09-2007-version-0-1-0: First Release to TER on 11.09.2007 version 0.1.0 """""""""""""""""""""""""""""""""""""""""""""""" .. _Update-on-12-09-2007-version-0-1-1: Update on 12.09.2007 version 0.1.1 """""""""""""""""""""""""""""""""" Small bugfix .. _Update-on-12-09-2007-version-0-2-0: Update on 12.09.2007 version 0.2.0 """""""""""""""""""""""""""""""""" Supports showing individual shipping times .. _Additional-links: Additional links ---------------- **You can use one of the following links, to get more informations about this plugin:** - Authors homepage 1: `http://www.einpraegsam.net `_ - Authors homepage 2: `http://www.wunschtacho.de `_ Do you need help with this plugin: `http://www.typo3.net `_ |img-4| wt\_individualshippingcost - 8 .. ######CUTTER_MARK_IMAGES###### .. |img-1| image:: img-1.png .. :align: left .. :border: 0 .. :height: 285 .. :id: Grafik1 .. :name: Grafik1 .. :width: 528 .. |img-2| image:: img-2.png .. :align: left .. :border: 0 .. :height: 164 .. :id: Grafik2 .. :name: Grafik2 .. :width: 415 .. |img-3| image:: img-3.png .. :align: left .. :border: 0 .. :height: 268 .. :id: Grafik3 .. :name: Grafik3 .. :width: 181 .. |img-4| image:: img-4.png .. :align: left .. :border: 0 .. :height: 32 .. :id: Graphic1 .. :name: Graphic1 .. :width: 102