TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

TYPO3 Mailingliste: nicht fragen - lesen!

TYPO3 Mailingliste: nicht fragen - lesen!_RR_1-->
Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-project-tt-products@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 25.08.2007, 08:05
Franz Holzinger
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-shop] redirecting to basket_info

Stephan Petzl a écrit :
> in other words: can anyone tell me what the plugin.tt_products.PIDinfo
> parameter is for?


this is used to replace the marker ###FORM_URL_INFO###

- Franz
_______________________________________________
TYPO3-project-tt-products mailing list
TYPO3-project-tt-products (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-tt-products
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #2  
Alt 14.09.2007, 13:58
Tomi Hrovatin
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-shop] redirecting to basket_info

Franz Holzinger wrote:
> Stephan Petzl a écrit :
>> in other words: can anyone tell me what the plugin.tt_products.PIDinfo
>> parameter is for?

>
> this is used to replace the marker ###FORM_URL_INFO###
>
> - Franz


Hi,
I used ###FORM_URL_INFO### in basket_template, so the user is redirected
to PIDinfo page after the basket page.
But with this setting I get PIDinfo page every time I change Delivery or
Payment type in pull-down menu.
Apparently, onChange js in Delivery and Payment pull-downs doesn't reset
FORM url to BASKET PID.

Is there a way to override this behavior?

Franz, I also made a little change to display single product. I need to
display single item on the same page a product is in. (my products are
on regular pages). This way the product is always shown on one page,
wherever it is shown (fronpage, newproducts, ...).

I introduced new TS setting PIDitemDisplay.1.type = productpid and added
the code in class.tx_ttproducts_page.php, line:294 (I use version 2.5.2)

case 'productpid':
$rc = intval ($row['pid']);
break;

Maybe this can be useful to others and you can add this to the code. If
you will change the code to achieve same functionality, please let me know.

There is one more issue with tt_products(2.5.2) and fh_library(0.0.19
I tried to implement static_info_tables (2.0.5) but fh_library returns a
version info "E". I use php 5.2.1, typo3 4.1.2.

Regards,
Tomi Hrovatin
_______________________________________________
TYPO3-project-tt-products mailing list
TYPO3-project-tt-products (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-tt-products
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #3  
Alt 03.10.2007, 22:50
Tomi Hrovatin
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-shop] redirecting to basket_info

Solved.

I change action parameter with javascript in basket template.

Tomi Hrovatin

Tomi Hrovatin wrote:
> Franz Holzinger wrote:
>> Stephan Petzl a écrit :
>>> in other words: can anyone tell me what the plugin.tt_products.PIDinfo
>>> parameter is for?

>>
>> this is used to replace the marker ###FORM_URL_INFO###
>>
>> - Franz

>
> Hi,
> I used ###FORM_URL_INFO### in basket_template, so the user is redirected
> to PIDinfo page after the basket page.
> But with this setting I get PIDinfo page every time I change Delivery or
> Payment type in pull-down menu.
> Apparently, onChange js in Delivery and Payment pull-downs doesn't reset
> FORM url to BASKET PID.
>
> Is there a way to override this behavior?
>
> Franz, I also made a little change to display single product. I need to
> display single item on the same page a product is in. (my products are
> on regular pages). This way the product is always shown on one page,
> wherever it is shown (fronpage, newproducts, ...).
>
> I introduced new TS setting PIDitemDisplay.1.type = productpid and added
> the code in class.tx_ttproducts_page.php, line:294 (I use version 2.5.2)
>
> case 'productpid':
> $rc = intval ($row['pid']);
> break;
>
> Maybe this can be useful to others and you can add this to the code. If
> you will change the code to achieve same functionality, please let me know.
>
> There is one more issue with tt_products(2.5.2) and fh_library(0.0.19
> I tried to implement static_info_tables (2.0.5) but fh_library returns a
> version info "E". I use php 5.2.1, typo3 4.1.2.
>
> Regards,
> Tomi Hrovatin

_______________________________________________
TYPO3-project-tt-products mailing list
TYPO3-project-tt-products (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-tt-products
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #4  
Alt 14.10.2007, 14:48
Franz Holzinger
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-shop] redirecting to basket_info

Hello Tomi,

> I used ###FORM_URL_INFO### in basket_template, so the user is redirected
> to PIDinfo page after the basket page.
> But with this setting I get PIDinfo page every time I change Delivery or
> Payment type in pull-down menu.
> Apparently, onChange js in Delivery and Payment pull-downs doesn't reset
> FORM url to BASKET PID.
>
> Is there a way to override this behavior?

This seems to be a bug which should be fixed.

> Franz, I also made a little change to display single product. I need to
> display single item on the same page a product is in. (my products are
> on regular pages). This way the product is always shown on one page,
> wherever it is shown (fronpage, newproducts, ...).
>
> I introduced new TS setting PIDitemDisplay.1.type = productpid and added
> the code in class.tx_ttproducts_page.php, line:294 (I use version 2.5.2)
>
> case 'productpid':
> $rc = intval ($row['pid']);
> break;
>
> Maybe this can be useful to others and you can add this to the code. If
> you will change the code to achieve same functionality, please let me know.
>

This already exists:

PIDitemDisplay {
10.type = pid
}

> There is one more issue with tt_products(2.5.2) and fh_library(0.0.19
> I tried to implement static_info_tables (2.0.5) but fh_library returns a
> version info "E". I use php 5.2.1, typo3 4.1.2.


Use the latest version from here:
http://jambage.com/index.php?id=170

Use a former version of fh_library.
Or change the code in class.tx_ttproducts_pi1.php

$eInfo = $this->getExtensionInfo(TT_PRODUCTS_EXTkey);
$this->version = $eInfo['version'];

- Franz




_______________________________________________
TYPO3-project-tt-products mailing list
TYPO3-project-tt-products (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-tt-products
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
 

Lesezeichen

Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen

Thema Autor Forum Antworten Letzter Beitrag
Re: [TYPO3-shop] Again: 2 different mails shop/customer? Franz Holzinger typo3-project-tt-products@lists.netfielders.de 2 21.07.2007 12:17
[TYPO3-shop] choice of shop extension: connection to ERP Mathias Behrle typo3-project-tt-products@lists.netfielders.de 0 17.02.2007 13:36
[TYPO3-shop] Configure shop system Almir Orle typo3-project-tt-products@lists.netfielders.de 3 06.02.2007 21:01
[TYPO3-shop] Shop in other languages Preben typo3-project-tt-products@lists.netfielders.de 0 28.01.2007 15:59
[TYPO3] RealURL keeps redirecting to homepage Nico Potvin typo3-english@lists.netfielders.de 2 24.01.2007 16:43


Alle Zeitangaben in WEZ +1. Es ist jetzt 23:45 Uhr.


Powered by vBulletin® Version 3.7.4 (Deutsch)
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Template-Modifikationen durch TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77