From b.todd at emnet.co.uk Tue Jun 5 13:15:04 2007 From: b.todd at emnet.co.uk (Benjamin Todd) Date: Tue, 5 Jun 2007 12:15:04 +0100 Subject: [TYPO3-shop] Articles Message-ID: Hi, Is the list search broken? All I get is a message "References: [ (can't open the index) ]". The Typo3 English search works. I wanted to do a search about articles. I'm a bit confused about what they actually are :o} Reading the documentation, it seems to me that the product record is created and articles are used to either create a product based on the original or they are extras such as batteries etc. Thanks, Ben :) ------------------------ Benjamin Todd Linux Web Developer b.todd at emnet.co.uk EMNET, PO Box 559, Nottingham, NG1 3LB Tel: +44 (0)115 956 8260 Fax: +44 (0)115 956 8264 www.emnet.co.uk Company Registration No. 3144383 - VAT No. 694 620 609 - Registered Office: Church House, 13-15 Regent Street, Nottingham NG1 5BS www.emnetsolutions.co.uk Company Registration No. 05384178 - VAT No. 856 671 781 - Registered office: Church House, 13-15 Regent Street, Nottingham, NG1 5BS From andrew at avagraphique.com Tue Jun 5 14:32:53 2007 From: andrew at avagraphique.com (Andrew Davis) Date: Tue, 05 Jun 2007 08:32:53 -0400 Subject: [TYPO3-shop] can datasheet link from sinle view Message-ID: Hi List, I searched thru the products manual and dont find ability to do this: can datasheet link, from sinle view, be set as target="_blank" so that datasheet opens in new window instead of same window? thanks for help, andrew davis From support at eeos.biz Tue Jun 5 17:14:07 2007 From: support at eeos.biz (Corrado) Date: Tue, 05 Jun 2007 16:14:07 +0100 Subject: [TYPO3-shop] specify category id for products:list on a page; mbi_categories References: Message-ID: Franz Holzinger wrote: > Normally it is intended to use the category LIST plugin somewhere on > each page. (Templa Voila or via TypoScript). Then the link to the > product list will already contain a category parameter > tx_ttproducts_pi1[category] and filtering takes place. Could you please explain? Best, -- Corrado -.- eeos communications http://www.eeos.biz From franz at fholzinger.com Wed Jun 6 09:30:41 2007 From: franz at fholzinger.com (Franz Holzinger) Date: Wed, 06 Jun 2007 09:30:41 +0200 Subject: [TYPO3-shop] ###PRODUCT_NOTE### and tags In-Reply-To: References: Message-ID: Karsten a ?crit : > Anyone..............? > Always use the Banaguard.de Template example which contains most of the markers. example_template_bill_de.tmpl - Franz From franz at fholzinger.com Wed Jun 6 09:52:08 2007 From: franz at fholzinger.com (Franz Holzinger) Date: Wed, 06 Jun 2007 09:52:08 +0200 Subject: [TYPO3-shop] can datasheet link from sinle view In-Reply-To: References: Message-ID: Hello Andrew, > I searched thru the products manual and dont find ability to do this: > > > can datasheet link, from sinle view, be set as target="_blank" so that > datasheet opens in new window instead of same window? This is hardcoded at the moment. $wrappedSubpartArray[$marker] = array('',''); The code needed a change here. - Franz From andrew at avagraphique.com Wed Jun 6 20:19:36 2007 From: andrew at avagraphique.com (Andrew Davis) Date: Wed, 06 Jun 2007 14:19:36 -0400 Subject: [TYPO3-shop] can datasheet link from sinle view In-Reply-To: References: Message-ID: thanks franz! good day! andrew Franz Holzinger wrote: > Hello Andrew, > >> I searched thru the products manual and dont find ability to do this: >> >> >> can datasheet link, from sinle view, be set as target="_blank" so that >> datasheet opens in new window instead of same window? > > This is hardcoded at the moment. > > $wrappedSubpartArray[$marker] = array(' href="'.$dirname.$dataFileArray[0].'">',''); > > The code needed a change here. > > - Franz From andrew at avagraphique.com Sun Jun 10 15:55:28 2007 From: andrew at avagraphique.com (Andrew Davis) Date: Sun, 10 Jun 2007 09:55:28 -0400 Subject: [TYPO3-shop] using crawler to index products pages Message-ID: Is it possible to use crawler extension to index products pages? I have set mine up with the following page tsconfig, but it doesnt seem to be adding any search words to the index? tx_crawler.crawlerCfg.paramSets { tt_products = &tx_ttproducts_pi1[product]=[_TABLE:tt_products; _PID:93] tt_products.cHash = 1 tt_products.procInstrFilter = tx_indexedsearch_reindex } thanks, andrew From franz at fholzinger.com Tue Jun 12 15:51:22 2007 From: franz at fholzinger.com (Franz Holzinger) Date: Tue, 12 Jun 2007 15:51:22 +0200 Subject: [TYPO3-shop] using crawler to index products pages In-Reply-To: References: Message-ID: Hello Andrew, > Is it possible to use crawler extension to index products pages? > > I have set mine up with the following page tsconfig, but it doesnt seem > to be adding any search words to the index? > > tx_crawler.crawlerCfg.paramSets { > tt_products = &tx_ttproducts_pi1[product]=[_TABLE:tt_products; _PID:93] > tt_products.cHash = 1 > tt_products.procInstrFilter = tx_indexedsearch_reindex > } Are you sure that your crawler is working correctly? Insert some error_log statements into the PHP code to see if it is working. Verify the entries in your PHP error_log file. - Franz From andrew at avagraphique.com Tue Jun 12 16:47:19 2007 From: andrew at avagraphique.com (Andrew Davis) Date: Tue, 12 Jun 2007 10:47:19 -0400 Subject: [TYPO3-shop] using crawler to index products pages In-Reply-To: References: Message-ID: crawler appears to be working - i can crawl a normal page with simple settings tx_crawler.crawlerCfg.paramSets { about = about.cHash = 1 about.procInstrFilter = tx_indexedsearch_reindex, tx_indexedsearch_crawler about.baseUrl = http://unixweb.choiceone.net/s/t/stetron_2007.com/ } and it works as expected (adds entry into indexed search for that page). Is there anything else special i need to do for products page i wonder? a Franz Holzinger wrote: > Hello Andrew, > >> Is it possible to use crawler extension to index products pages? >> >> I have set mine up with the following page tsconfig, but it doesnt seem >> to be adding any search words to the index? >> >> tx_crawler.crawlerCfg.paramSets { >> tt_products = &tx_ttproducts_pi1[product]=[_TABLE:tt_products; _PID:93] >> tt_products.cHash = 1 >> tt_products.procInstrFilter = tx_indexedsearch_reindex >> } > > Are you sure that your crawler is working correctly? Insert some > error_log statements into the PHP code to see if it is working. Verify > the entries in your PHP error_log file. > > > - Franz > > > > > From andrew at avagraphique.com Tue Jun 12 16:53:20 2007 From: andrew at avagraphique.com (Andrew Davis) Date: Tue, 12 Jun 2007 10:53:20 -0400 Subject: [TYPO3-shop] using crawler to index products pages In-Reply-To: References: Message-ID: i doublechecked, and in the products template for the page is listed the setup ts page.config.index_enable = 1 page.config.index_externals = 1 as should be needed to enable indexing for that page. i have run out of ideas... thanks for your help, andrew Franz Holzinger wrote: > Hello Andrew, > >> Is it possible to use crawler extension to index products pages? >> >> I have set mine up with the following page tsconfig, but it doesnt seem >> to be adding any search words to the index? >> >> tx_crawler.crawlerCfg.paramSets { >> tt_products = &tx_ttproducts_pi1[product]=[_TABLE:tt_products; _PID:93] >> tt_products.cHash = 1 >> tt_products.procInstrFilter = tx_indexedsearch_reindex >> } > > Are you sure that your crawler is working correctly? Insert some > error_log statements into the PHP code to see if it is working. Verify > the entries in your PHP error_log file. > > > - Franz > > > > > From andrew at avagraphique.com Tue Jun 12 17:10:08 2007 From: andrew at avagraphique.com (Andrew Davis) Date: Tue, 12 Jun 2007 11:10:08 -0400 Subject: [TYPO3-shop] using crawler to index products pages In-Reply-To: References: Message-ID: in fact, if i disable tt_products plugin on the page, the page will index as it should, so is there a conflict somehow? i dont see any settings in tt_products relating to indexed_search or crawler. Franz, have you seen this happen before? Do you know if tt_products is in fact compatible with being crawled? thanks, andrew Franz Holzinger wrote: > Hello Andrew, > >> Is it possible to use crawler extension to index products pages? >> >> I have set mine up with the following page tsconfig, but it doesnt seem >> to be adding any search words to the index? >> >> tx_crawler.crawlerCfg.paramSets { >> tt_products = &tx_ttproducts_pi1[product]=[_TABLE:tt_products; _PID:93] >> tt_products.cHash = 1 >> tt_products.procInstrFilter = tx_indexedsearch_reindex >> } > > Are you sure that your crawler is working correctly? Insert some > error_log statements into the PHP code to see if it is working. Verify > the entries in your PHP error_log file. > > > - Franz > > > > > From franz at fholzinger.com Tue Jun 12 18:10:34 2007 From: franz at fholzinger.com (Franz Holzinger) Date: Tue, 12 Jun 2007 18:10:34 +0200 Subject: [TYPO3-shop] using crawler to index products pages In-Reply-To: References: Message-ID: Hello Andrew, > in fact, if i disable tt_products plugin on the page, the page will > index as it should, so is there a conflict somehow? > > i dont see any settings in tt_products relating to indexed_search or > crawler. > > Franz, have you seen this happen before? Do you know if tt_products is > in fact compatible with being crawled? Yes, I have seen this already running somewhere. >>> tx_crawler.crawlerCfg.paramSets { >>> tt_products = &tx_ttproducts_pi1[product]=[_TABLE:tt_products; >>> _PID:93] >>> tt_products.cHash = 1 >>> tt_products.procInstrFilter = tx_indexedsearch_reindex >>> } Why do you need the _PID:93 ? You can either index the tt_products table or the generated frontend output. If you set PID here, then only products of that folder will be taken. But you will also need the tt_products SINGLE plugin on the page of the id=... . Otherwise I think you must set &contentId=[_TABLE:tt_products] - Franz From oleg at ols.co.il Mon Jun 18 16:17:18 2007 From: oleg at ols.co.il (Oleg) Date: Mon, 18 Jun 2007 16:17:18 +0200 Subject: [TYPO3-shop] where to get the latest version? Message-ID: Hello, is the version available in TER is the latest stable one? Thank you. From andrew at avagraphique.com Wed Jun 20 16:01:04 2007 From: andrew at avagraphique.com (Andrew Davis) Date: Wed, 20 Jun 2007 10:01:04 -0400 Subject: [TYPO3-shop] missing entries in locallang_db.xml ? and what is orig_hash? Message-ID: Hi, I am editing locallang_db.xml to change the labels for tt_products fields in backend. I dont see any labels for fields: title note note2 Can I just add those? I tried adding entries in the 3 main sections of that xml data orig_hash orig_text but it does not seem to have worked. also, im not even sure what the different sections are for, especially the hash one. any help would be much appreciated (as usual) Thanks! Andrew Davis From andrew at avagraphique.com Wed Jun 20 16:04:15 2007 From: andrew at avagraphique.com (Andrew Davis) Date: Wed, 20 Jun 2007 10:04:15 -0400 Subject: [TYPO3-shop] tt_products developemnt Message-ID: Hi Franz and group, My company is looking at developing a commerce type extension for typo3, and I was hoping that instead of starting from scratch, we might be able to join a current project, such as tt_products or commerce. I dont know how possible that might be? Franz, do you work with others or just on your own? Does anyone have suggestions on how we should go about this? thanks, andrew From franz at fholzinger.com Thu Jun 21 10:03:47 2007 From: franz at fholzinger.com (Franz Holzinger) Date: Thu, 21 Jun 2007 10:03:47 +0200 Subject: [TYPO3-shop] missing entries in locallang_db.xml ? and what is orig_hash? In-Reply-To: References: Message-ID: Hello Andrew, > I am editing locallang_db.xml to change the labels for tt_products > fields in backend. > > I dont see any labels for fields: > title > note > note2 see the file tca.php. Standard TYPO3 texts are used for them. You can change this file to make it use the ttproducts XML file instead. If you send me you changes I can put it into tt_products. > I tried adding entries in the 3 main sections of that xml > data > orig_hash > orig_text > > but it does not seem to have worked. > also, im not even sure what the different sections are for, especially > the hash one. Install the extension llxmltranslate to deal with this file. - Franz From franz at fholzinger.com Thu Jun 21 10:18:15 2007 From: franz at fholzinger.com (Franz Holzinger) Date: Thu, 21 Jun 2007 10:18:15 +0200 Subject: [TYPO3-shop] tt_products developemnt In-Reply-To: References: Message-ID: Hello Andrew, > My company is looking at developing a commerce type extension for typo3, > and I was hoping that instead of starting from scratch, we might be able > to join a current project, such as tt_products or commerce. This would be fine with tt_products. Start a separate thread on the Commerce list. > I dont know how possible that might be? Franz, do you work with others > or just on your own? I have taken over tt_products from Kasper Sk?rh?j in March 2005. ===> Kasper Sk?rh?j a ?crit : > Hi Franz, > > I have simply made you the owner the "tt_products"! <=== But this should not be a one-man-project and even for the future there is a demand for more workers on it. Just contact me directly about your needs. Then we will decide how to proceed. There are several possibilities: - Take over some program modules and lets discuss about it to find a good solution when additions or changes are needed. - Write an own extension enhancing some parts of tt_products. This way has been chosen e.g. by the mbi_products_categories extension, because many people won't need hierarchical categories. This is based on hooks inside of the code. - Add new extension modules (programm files) to the code which I could integrate. Greets, Franz From franz at fholzinger.com Thu Jun 21 10:21:00 2007 From: franz at fholzinger.com (Franz Holzinger) Date: Thu, 21 Jun 2007 10:21:00 +0200 Subject: [TYPO3-shop] where to get the latest version? In-Reply-To: References: Message-ID: Hello Oleg, > is the version available in TER is the latest stable one? the version 2.5.2 is the latest version available on TER. However sponsors to the project may already use the next stable version 2.5.3 and a pre alpha of 2.6.0 (using changes of the article display when a variant select box has been clicked). See http://ttproducts.de for more info. - Franz From gabor at h3online.hu Fri Jun 22 16:13:27 2007 From: gabor at h3online.hu (=?ISO-8859-2?Q?Horn_G=E1bor?=) Date: Fri, 22 Jun 2007 16:13:27 +0200 Subject: [TYPO3-shop] php error when installing tt_products Message-ID: Hello, i installed tt_products version 2.5.2 to typo3 4.1. As soon as i enable the extension, FE breaks and the following error message i can see (replaced abosulte path to WEB_ROOT_PATH): Warning: main(PATH_BE_tablelib/class.tx_table_db.php): failed to open stream: No such file or directory in WEB_ROOT_PATH/website/typo3conf/ext/tt_products/pi1/class.tx_ttproducts_pi1.php on line 55 Fatal error: main(): Failed opening required 'PATH_BE_tablelib/class.tx_table_db.php' (include_path='.:/usr/share/php:/usr/share/pear') in WEB_ROOT_PATH/website/typo3conf/ext/tt_products/pi1/class.tx_ttproducts_pi1.php on line 55 anyboy please help why it is happening? never saw such error before with tt_products. thanks, Gabor Horns From franz at fholzinger.com Sat Jun 23 15:44:17 2007 From: franz at fholzinger.com (Franz Holzinger) Date: Sat, 23 Jun 2007 15:44:17 +0200 Subject: [TYPO3-shop] php error when installing tt_products In-Reply-To: References: Message-ID: Horn G?bor a ?crit : > Warning: main(PATH_BE_tablelib/class.tx_table_db.php): failed to open > stream: No such file or directory in > WEB_ROOT_PATH/website/typo3conf/ext/tt_products/pi1/class.tx_ttproducts_pi1.php > on line 55 > > Fatal error: main(): Failed opening required > 'PATH_BE_tablelib/class.tx_table_db.php' > (include_path='.:/usr/share/php:/usr/share/pear') in > WEB_ROOT_PATH/website/typo3conf/ext/tt_products/pi1/class.tx_ttproducts_pi1.php > on line 55 > > anyboy please help why it is happening? never saw such error before with > tt_products. > You did not install the Table Library extension. - Franz From gabor at h3online.hu Mon Jun 25 11:11:02 2007 From: gabor at h3online.hu (=?ISO-8859-2?Q?Horn_G=E1bor?=) Date: Mon, 25 Jun 2007 11:11:02 +0200 Subject: [TYPO3-shop] php error when installing tt_products In-Reply-To: References: Message-ID: Dear Franz, thanks for the quick answer, yes it fixed my problem. cheers, hirisov Franz Holzinger ?rta: > Horn G?bor a ?crit : > >> Warning: main(PATH_BE_tablelib/class.tx_table_db.php): failed to open >> stream: No such file or directory in >> WEB_ROOT_PATH/website/typo3conf/ext/tt_products/pi1/class.tx_ttproducts_pi1.php >> on line 55 >> >> Fatal error: main(): Failed opening required >> 'PATH_BE_tablelib/class.tx_table_db.php' >> (include_path='.:/usr/share/php:/usr/share/pear') in >> WEB_ROOT_PATH/website/typo3conf/ext/tt_products/pi1/class.tx_ttproducts_pi1.php >> on line 55 >> >> anyboy please help why it is happening? never saw such error before with >> tt_products. >> > > You did not install the Table Library extension. > > - Franz > From gabor at h3online.hu Mon Jun 25 13:19:37 2007 From: gabor at h3online.hu (=?ISO-8859-2?Q?Horn_G=E1bor?=) Date: Mon, 25 Jun 2007 13:19:37 +0200 Subject: [TYPO3-shop] empty basket page Message-ID: Hello, i installed tt_products version 2.5.2 to typo3 4.1. I can put product to basket from the single view (eg when i again click on that product from list view i can see there are eg 2 items at the Quantity text field), but when i check the basket (Basket: content view) it says "basket is empty". I tried to play with PIDbasket and clickIntoBasket but it didnt helped (neither it shows teh basket after i put something in it, which i think it is supposed to do). Can you pls help me what i'm missing here? thanks, hirisov From leenstrijk at tomaatnet.nl Tue Jun 26 18:48:24 2007 From: leenstrijk at tomaatnet.nl (Leen Strijk) Date: Tue, 26 Jun 2007 18:48:24 +0200 Subject: [TYPO3-shop] Discount for usergroups Message-ID: Hi, Ive been thinking about a solution to this problem. One solution could be to ad this to the register form in fe_user_register I was thinking: When a new user for this special group registers you probably have a second registerform on the site. If we now kan put a hidden field in this form that puts a value in the field "tt_products_discount"in the table "fe_users" in the database this would be a workaround for this problem. Could someone give tips on how to do this? regards Leen From gabor at h3online.hu Wed Jun 27 11:15:20 2007 From: gabor at h3online.hu (=?ISO-8859-2?Q?Horn_G=E1bor?=) Date: Wed, 27 Jun 2007 11:15:20 +0200 Subject: [TYPO3-shop] empty basket page In-Reply-To: References: Message-ID: Hi, please can anybody confirm his basket page working properly witrh 2.5.2 and typo3 4.1? I'm stuck here, even now i cant change to an older version of tt_products to test if this problem appears there, as the extension manager doesnt let me install any other version of tt_product, it keeps saying: Error: The datatransfer did not succeed. Error: MD5 hash of downloaded file not as expected: 23be6aec5d1ea66946a2b0d5454e785a != as i describe it is very strange that i put a product to basket in single view, then it shows me the list view again (althought i have PIDBasket and clickIntoBasket configured in my main template's CONSTANTS field so imho it should show my basket not the list view after putting something into basket), and if i again click on the item i just put in basket i can see the quantity just nice there, but if i click on my masket page (which only have a tt_product basket set to Basket: content) it keeps saying 'basket is empty' - this seems to be a dead end, making all my work with this site so far useless :( I went through checklist, nothing helped, and now i'm completelly stucked with this development, not being able to even install another (older) version of tt_products. I also set $TYPO3_CONF_VARS['SYS']['systemLog'] an $TYPO3_CONF_VARS['SYS']['systemLogLevel'] but no error meseage appear at all also there:( thank, hirisov Horn G?bor ?rta: > Hello, > > i installed tt_products version 2.5.2 to typo3 4.1. I can put product to > basket from the single view (eg when i again click on that product from > list view i can see there are eg 2 items at the Quantity text field), > but when i check the basket (Basket: content view) it says "basket is > empty". I tried to play with PIDbasket and clickIntoBasket but it didnt > helped (neither it shows teh basket after i put something in it, which i > think it is supposed to do). Can you pls help me what i'm missing here? > > thanks, hirisov From gabor at h3online.hu Thu Jun 28 13:55:25 2007 From: gabor at h3online.hu (=?ISO-8859-2?Q?Horn_G=E1bor?=) Date: Thu, 28 Jun 2007 13:55:25 +0200 Subject: [TYPO3-shop] empty basket page In-Reply-To: References: Message-ID: Hi, i tried now make a new test install to isolate the problem. I installed latest typo(4.1.1) and latest tt_proucts (2.5.2) with only the pluigns tt_product needs. With a pretty much empty layout you can see it here: http://test10.h3online.hu/ there is only a product:list and a basket:content element on the page, with 2 test items. As u can see it work nice, adding items in the list view updates basket. But i added a second page on this very website, which only contains a basket:content plugin alone, you can reach it here: http://test10.h3online.hu/index.php?id=5 now this page always says 'basket is empty' even if on the previous page the basket:content plugin showed items in the basket. now i'm almost sure i'm missing some settings, but cant figure out what, why the basket doesnt work if it's on a eaparate page, and why it works if it's on the same page as the list view? Please help me, maybe i have to make the link to the basket page in a speacial way, or what could be the problem? thanks, hirisov Horn G?bor ?rta: > Hello, > > i installed tt_products version 2.5.2 to typo3 4.1. I can put product to > basket from the single view (eg when i again click on that product from > list view i can see there are eg 2 items at the Quantity text field), > but when i check the basket (Basket: content view) it says "basket is > empty". I tried to play with PIDbasket and clickIntoBasket but it didnt > helped (neither it shows teh basket after i put something in it, which i > think it is supposed to do). Can you pls help me what i'm missing here? > > thanks, hirisov From gabor at h3online.hu Thu Jun 28 15:32:12 2007 From: gabor at h3online.hu (=?ISO-8859-2?Q?Horn_G=E1bor?=) Date: Thu, 28 Jun 2007 15:32:12 +0200 Subject: [TYPO3-shop] empty basket page In-Reply-To: References: Message-ID: Hello again, arghhh i solved it, jut for future reference you have to set starting point for the basket:content plugin element for the page where you have the product records, it won't scan the tree automatically, and it says empty basket instead :( It was very confusing error message for me, but i know it was my mistake not set that as a firt try. Maybe some word about it would be nice in the docs thought, so others won't run into it:) cheers, hirisov From franz at fholzinger.com Fri Jun 29 08:55:05 2007 From: franz at fholzinger.com (Franz Holzinger) Date: Fri, 29 Jun 2007 08:55:05 +0200 Subject: [TYPO3-shop] empty basket page In-Reply-To: References: Message-ID: Hello G?bor, > arghhh i solved it, jut for future reference you have to set starting > point for the basket:content plugin element for the page where you have > the product records, it won't scan the tree automatically, and it says > empty basket instead :( It was very confusing error message for me, but > i know it was my mistake not set that as a firt try. Maybe some word > about it would be nice in the docs thought, so others won't run into it:) this has already been mentioned in the checklist under chapter 'Known Problems'. http://typo3.org/documentation/document-library/extension-manuals/tt_products/2.5.2/view/1/9/#id3584587 - Franz