|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
Hello,
I am trying desperatly to get my tt_products (Version 2.5.2 auf Typo3 4.1.1) goning. Unfortunatly my basket stays empty. When I change the Startingpoint it sometimes works for one order, but after finishing the order and trying it again, I will get an empty basket whatever I do. I hope someone can help me (in english or german), as I can not see any light at the end of my tunnel. You can try the shop for yourself: http://gdhv.ath.cx/download-bestelle...len-shop/shop/ Below you can find my template. At the moment, the Startingpoint of the basket is set to "Kostenlos bestellen", "Infomaterial" and "Bücher, Videos" while the recursive level is set to infinite. Thank you for your help, Tobias Vollmer ################ ### TS-Template: ################ Constants: plugin.tt_products { file.templateFile = fileadmin/gdh/templates/shop_new.html file.noImageAvailable = wrap1 = <font face="verdana" size="2" color="#333333" class="shop_big"> | </font> wrap2 = <font face="verdana" size="1" color="#333333" class="shop_small"> | </font> color1 = #cccccc color2 = #999999 color3 = #333333 clickEnlarge = 0 clickEnlarge_list = 0 clickEnlarge_basket = 0 displayListCatHeader = 0 displayBasketCatHeader = 0 limit = 10 maxW_single = 200 maxW_list = 100 maxW_basket = 35 PIDitemDisplay = 0 PIDsearch = 0 #PIDbasket is "Warenkorb" PIDbasket = 201 #PIDstoreRoot is "Kostenlos bestellen" PIDstoreRoot = 199 TAXpercentage = 0 TAXincluded = 1 priceDec = 2 priceDecPoint = . priceThousandPoint = } [browser = netscape4] plugin.tt_products.file.templateFile = fileadmin/gdh/templates/shop_new_ns4.tmpl [global] plugin.tt_products.nl2brNote = 0 plugin.tt_products.domain = gdhv.ath.cx Setup: plugin.tt_products { max_note_length = 10000 creditpoints { pricefactor = 0.5 } templateFile = {$plugin.tt_products.file.templateFile} limit = {$plugin.tt_products.limit} image { file.maxW = {$plugin.tt_products.maxW_single} imageLinkWrap = {$plugin.tt_products.clickEnlarge} imageLinkWrap { enable = 1 bodyTag = <BODY bgColor=black> wrap = <A href="javascript:close();"> | </A> width = 400m height = 400 JSwindow = 1 JSwindow.newWindow = 1 JSwindow.expand = 17,20 } } listImage < .image listImage.file.maxW = {$plugin.tt_products.maxW_list} listImage.imageLinkWrap = {$plugin.tt_products.clickEnlarge_list} basketImage < .image basketImage.file.maxW = {$plugin.tt_products.maxW_basket} basketImage.imageLinkWrap = {$plugin.tt_products.clickEnlarge_basket} image.wrap = | <BR> noImageAvailable = {$plugin.tt_products.file.noImageAvailable} displayListCatHeader = {$plugin.tt_products.displayListCatHeader} displayBasketCatHeader = {$plugin.tt_products.displayBasketCatHeader} NoSingleViewOnList = 1 PIDitemDisplay = {$plugin.tt_products.PIDitemDisplay} PIDsearch = {$plugin.tt_products.PIDsearch} PIDbasket = {$plugin.tt_products.PIDbasket} PIDstoreRoot = {$plugin.tt_products.PIDstoreRoot} PID_sys_products_orders = 0 parseFunc < styles.content.parseFunc categoryHeader = TEXT categoryHeader.current = 1 TAXpercentage = {$plugin.tt_products.TAXpercentage} TAXincluded = {$plugin.tt_products.TAXincluded} priceDec = {$plugin.tt_products.priceDec} priceDecPoint = {$plugin.tt_products.priceDecPoint} priceThousandPoint = {$plugin.tt_products.priceThousandPoint} currencySymbol = EUR lockLoginUserInfo = 1 requiredInfoFields = salutation, first_name,last_name,address,zip,city,telephone orderBy = inStock, title orderNumberPrefix = order_ orderEmail_from = x@y.z orderEmail_fromName = Geschenke der Hoffnung Shop orderEmail_htmlmail = 1 email_notify_default = 1 statusCodes { 1 = Order submitted by user 2 = Order is received and accepted by store 10 = Shop is awaiting goods from third-party 11 = Shop is awaiting customer payment 12 = Shop is awaiting material from customer 20 = Goods shipped to customer 30 = Other message from store 50 = Customer request for cancelling 51 = Message from customer to shop 100 = Order shipped and closed 101 = Order closed 200 = Order cancelled } update_code = password statusDate_stdWrap.strftime= %e-%m-%y %H:%M orderDate_stdWrap.strftime= %e-%m-%y wrap1.wrap = {$plugin.tt_products.wrap1} wrap2.wrap = {$plugin.tt_products.wrap2} color1.wrap = {$plugin.tt_products.color1} color2.wrap = {$plugin.tt_products.color2} color3.wrap = {$plugin.tt_products.color3} createUsers = 0 generateCSV = 1 CSVdestination = fileadmin/co/ CSVinOneLine = 1 # CSVfields = tstamp,count,itemnumber,deliverynote,name,address, telephone,fax,email,company,city,zip,country AlwaysInStock = 1 displayBasketColumns=1 } #no prices in shop. Therefore not used plugin.tt_products.payment > plugin.tt_products.payment { radio = 1 10.title = MasterCard 10.priceTax = 10.priceNoTax = 40.title = Money transfer 40.priceTax = 40.priceNoTax = 50.title = Credit in-store 50.priceTax = 50.priceNoTax = } #shipping is not used in the shop plugin.tt_products.shipping > plugin.tt_products.shipping { 10.title = Ground 10.image.file = 10.image.params = align=absmiddle 10.priceTax = 0 10.priceNoTax = 0 20.title = Airmail 20.image.file = 10.image.params = align=absmiddle 20.priceTax = 0 20.priceNoTax = 0 40.title = Pick up in store 40.excludePayment = 10,40 } plugin.tt_products.CSVfields = tstamp,itemnumber #End Setup _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#2
|
|||
|
|||
|
Hello group!
I found a solution, but I do not understand it: Tobias Vollmer schrieb: > Unfortunatly my basket stays empty. When I change the Startingpoint it > sometimes works for one order, but after finishing the order and trying > it again, I will get an empty basket whatever I do. I hope someone can > help me (in english or german), as I can not see any light at the end of > my tunnel. > If I remove " NoSingleViewOnList = 1 " everything works. But, don't ask why, I'm just glad. *yawn* Good night everyone. Tobias _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#3
|
|||
|
|||
|
Hello!
Anyone done something on tt_products & lightbox to show several images in List-view or Single-view? Please let me know if you have any pointers! Thanks in advance! -brt -- Vriendelijke groeten / Best regards / Saludos cordiales, Bert Hiddink --------------------- BENDOO e-work solutions http://www.bendoo.nl hiddink (AT) bendoo (DOT) nl --------------------- _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#4
|
|||
|
|||
|
Hello!
I installed "pmk_slimbox" and found a nice TS-snippet at this page: http://typo3.org/documentation/docum....1.0/view/1/4/ 5 seconds later: #Test Bert para agregar lightbox a tt_products plugin.tt_products.image.imageLinkWrap = 1 plugin.tt_products.image.imageLinkWrap { enable = 1 # Add new typolink wrapping code typolink { # Set the title of the A tag, which is used as caption inside the Lightbox title.field = {$plugin.pmkslimbox.tt_products.captionField} title.split.token.char = 10 title.split.returnKey.data = register : IMAGE_NUM_CURRENT # This returns a link, pointing to the path + name of the original image. # or to the path + name of the resized lightbox image (if maxH or maxW is reached.) parameter.cObject = IMG_RESOURCE parameter.cObject.file.import.data = TSFE:lastImageInfo|origFile parameter.cObject.file.maxW = {$plugin.pmkslimbox.slimBoxMaxW} parameter.cObject.file.maxH = {$plugin.pmkslimbox.slimBoxMaxH} # Add the "rel" attribute needed to activate the lightbox effect. ATagParams = rel="lightbox" ATagParams.override = rel="lightbox[sb{field:uid}]" ATagParams.override.if.isTrue = {$plugin.pmkslimbox.tt_products.navigable} ATagParams.insertData = 1 } } ....and here it was!!! Please make sure that the respective constants do exists for tt_producs Thanks Peter!!! Cheers! Bert Hiddink wrote: > Hello! > > Anyone done something on tt_products & lightbox to show several images > in List-view or Single-view? > > Please let me know if you have any pointers! > > Thanks in advance! > > -brt > -- Vriendelijke groeten / Best regards / Saludos cordiales, Bert Hiddink --------------------- BENDOO e-work solutions http://www.bendoo.nl hiddink (AT) bendoo (DOT) nl --------------------- _______________________________________________ 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] Put in basket, go back to listview | Henrik Rasmussen | typo3-project-tt-products@lists.netfielders.de | 2 | 10.03.2007 17:34 |
| [TYPO3-shop] Calculation in basket - show saving of items | Christian Platt | typo3-project-tt-products@lists.netfielders.de | 0 | 06.03.2007 10:42 |
| [TYPO3-shop] mini-basket -> markers | daniel | typo3-project-tt-products@lists.netfielders.de | 1 | 21.02.2007 11:48 |
| [TYPO3-shop] Basket: overview only calculates in same category | Gunnar Jonsson | typo3-project-tt-products@lists.netfielders.de | 2 | 15.02.2007 20:51 |
| [TYPO3-shop] Users and Basket | Alexander | typo3-project-tt-products@lists.netfielders.de | 2 | 21.12.2006 11:52 |