|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
Dear All,
I've a tt_products running on one of sites made by me. At the beginning there shall be only books with a shipping cost of 3.20 EUR (no matter how many books are in the basket). I've declared something like this: plugin.tt_products.shipping.10.price = 3.20 and it works fine, but the customer needs to sell e-books too and there is no sense to add shipping price for a digital product. Please let me know if there is any possibility to declare special shipping price of 0.00 EUR for products stored in one storage folder (or maybe of one category) and how I could handle something like this: - till there are only products like e-books in the basket, there should be no costs for shipping - if there is not only an e-book but normal book in the basket too, the shipping cost should ne 3.20 EUR. Thanks in advance for Your help. Best Regards Daniel Daniel Ciunkiewicz Pe³nomocnik EMIA Outsourcing Solutions ul. Zamiany 8 02-786 Warszawa tel.: +48 501 871 371 e-mail: <mailto:daniel_ciunkiewicz (AT) emia (DOT) pl> daniel_ciunkiewicz (AT) emia (DOT) pl _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#2
|
|||
|
|||
|
Daniel Ciunkiewicz a écrit :
> I've a tt_products running on one of sites made by me. At the beginning > there shall be only books with a shipping cost of 3.20 EUR (no matter how > many books are in the basket). I've declared something like this: > plugin.tt_products.shipping.10.price = 3.20 and it works fine, but the > customer needs to sell e-books too and there is no sense to add shipping > price for a digital product. > Please let me know if there is any possibility to declare special shipping > price of 0.00 EUR for products stored in one storage folder (or maybe of one > category) and how I could handle something like this: > - till there are only products like e-books in the basket, there should be > no costs for shipping > - if there is not only an e-book but normal book in the basket too, the > shipping cost should ne 3.20 EUR. You can add a shpping price based on the weight. priceFactWeight = ... Or in tt_products 2.8.0 you can add simple where clauses to the shipping costs: plugin.tt_products.shipping { 10.title = Parcel 10.price.calc { use = 10 } } plugin.tt_products.shippingcalc { 10.type = price 10.sql.where = category = 12 10.prod.0 = 3.20 } This will cost 3.20 Euro for all products of category 12. Franz _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | Thema bewerten |
|
|
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [TYPO3-shop] How to hide shipping address prompt in "pick up in thestore" purchases (no shipping) | Juan Pablo Villaverde | typo3-project-tt-products@lists.netfielders.de | 1 | 04.07.2008 16:35 |
| [TYPO3-shop] Exclude Shipping? | Jose Manuel Perez Pita | typo3-project-tt-products@lists.netfielders.de | 0 | 12.12.2007 20:17 |
| [TYPO3-shop] shipping payment and an extra choise | Leen Strijk | typo3-project-tt-products@lists.netfielders.de | 1 | 03.05.2007 08:13 |
| [TYPO3-shop] category <-> shipping calculation | daniel | typo3-project-tt-products@lists.netfielders.de | 1 | 11.01.2007 12:10 |
| [TYPO3-shop] dif shipping prices | Karsten | typo3-project-tt-products@lists.netfielders.de | 6 | 22.12.2006 20:08 |