|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
Hi List
I don?t know that i have changed something but now i become following Error* when i switch e.g. the color in the single view. The color has a different Price. When I order the Product with the selected Color the right Price appears in the basket. *v[table] has no properties doFetchRow("tt_products", "single", 228)index.php (line 137) onchange(change )index.php (line 1) [Break on this error] var field = v[table][k]; You can see this at http://www.seite-pruefen.de/index.php?id=72 Product "atest" For test purposes i have checked the templates and the config but nothing found/changed Please help THX Niels Tiedt _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#2
|
|||
|
|||
|
Hi List again
Now i´m reinstall the tt_products an xajax extension. But i have still the problem Has no one an idea? Please help i´m get crazy Greets Niels Tiedt > Hi List > I don?t know that i have changed something but now i become following > Error* when i switch e.g. the color > in the single view. > The color has a different Price. > When I order the Product with the selected Color the right Price appears > in the basket. > *v[table] has no properties > doFetchRow("tt_products", "single", 228)index.php (line 137) > onchange(change )index.php (line 1) > [Break on this error] var field = v[table][k]; > > You can see this at http://www.seite-pruefen.de/index.php?id=72 > Product "atest" > > For test purposes i have checked the templates and the config but > nothing found/changed > > > Please help > THX > Niels Tiedt > _______________________________________________ > TYPO3-project-tt-products mailing list > TYPO3-project-tt-products (AT) lists...netfielders.de > http://lists.netfielders.de/cgi-bin/...ct-tt-products > > _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#3
|
|||
|
|||
|
Niels Tiedt a écrit :
> You can see this at http://www.seite-pruefen.de/index.php?id=72 > Product "atest" Where? _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#4
|
|||
|
|||
|
Sorry i´ve hided the page.
Now you can see it here http://www.seite-pruefen.de/index.php?id=269 The current status is: - Installed the newest 2.7.0 Version(tt_products) --> nothing happen - Installed an older 2.7.0 Version --> nothing happen - The Xajax Extension works with the ajax-search (Xajax seems ok. in the generated source code there is xajax code) --> nothing happen - Install-tool/compare. Fixed some Table and field definitions --> nothing happen I don´t know what i can make else. Greets Niels Tiedt > Niels Tiedt a écrit : > > >> You can see this at http://www.seite-pruefen.de/index.php?id=72 >> Product "atest" >> > > Where? > > _______________________________________________ > TYPO3-project-tt-products mailing list > TYPO3-project-tt-products (AT) lists...netfielders.de > http://lists.netfielders.de/cgi-bin/...ct-tt-products > > _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#5
|
|||
|
|||
|
I can´t reproduce the error.
Please help THX Niels Tiedt > Sorry i´ve hided the page. > Now you can see it here http://www.seite-pruefen.de/index.php?id=269 > The current status is: > - Installed the newest 2.7.0 Version(tt_products) > --> nothing happen > > - Installed an older 2.7.0 Version > --> nothing happen > > - The Xajax Extension works with the ajax-search (Xajax seems ok. in the > generated source code there is xajax code) > --> nothing happen > > - Install-tool/compare. Fixed some Table and field definitions > --> nothing happen > > I don´t know what i can make else. > > Greets > Niels Tiedt > >> Niels Tiedt a écrit : >> >> >> >>> You can see this at http://www.seite-pruefen.de/index.php?id=72 >>> Product "atest" >>> >>> >> Where? >> >> _______________________________________________ >> TYPO3-project-tt-products mailing list >> TYPO3-project-tt-products (AT) lists...netfielders.de >> http://lists.netfielders.de/cgi-bin/...ct-tt-products >> >> >> > > _______________________________________________ > TYPO3-project-tt-products mailing list > TYPO3-project-tt-products (AT) lists...netfielders.de > http://lists.netfielders.de/cgi-bin/...ct-tt-products _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#6
|
|||
|
|||
|
You have added a JavaScript
// JS function for mouse-over function over(name,imgObj) { // // JS function for mouse-out function out(name,imgObj) But this leads to the result, that the next lines with initialization are not executed any more: var vBoxCount = new Array(1); // number of select boxes var v = new Array(); // variants vBoxCount["tt_products"] = 10; v["tt_products"] = new Array(10); v["tt_products"][0] = "color"; You should add those lines below of the other functions. _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#7
|
|||
|
|||
|
Sorry for my late post
The problem was not the js you mean but it was the etracker-js-code. THX Niels Tiedt > You have added a JavaScript > > // JS function for mouse-over > function over(name,imgObj) { // > // JS function for mouse-out > function out(name,imgObj) > > > But this leads to the result, that the next lines with initialization > are not executed any more: > > var vBoxCount = new Array(1); // number of select boxes > var v = new Array(); // variants > > vBoxCount["tt_products"] = 10; > v["tt_products"] = new Array(10); > v["tt_products"][0] = "color"; > > > You should add those lines below of the other functions. > _______________________________________________ > TYPO3-project-tt-products mailing list > TYPO3-project-tt-products (AT) lists...netfielders.de > http://lists.netfielders.de/cgi-bin/...ct-tt-products > > _______________________________________________ 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] doubt about tt_products.CSS.tt_products.LIST.row.even | Augusto Sacchetto | typo3-project-tt-products@lists.netfielders.de | 1 | 17.10.2007 09:56 |
| [TYPO3-shop] Questions about using VAT in tt_products | Eef Weenink | typo3-project-tt-products@lists.netfielders.de | 1 | 16.05.2007 07:53 |
| [TYPO3-shop] tt_products and RealURL | Alexander | typo3-project-tt-products@lists.netfielders.de | 3 | 17.04.2007 21:58 |
| [TYPO3-shop] ability tt_products | Igor Pstyga | typo3-project-tt-products@lists.netfielders.de | 7 | 15.01.2007 10:06 |
| Re: [TYPO3-shop] fe_users and tt_products | Franz Holzinger | typo3-project-tt-products@lists.netfielders.de | 0 | 05.12.2006 17:37 |