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 26.05.2008, 18:56
Lukas Taferner
Gast
 
Beiträge: n/a
Standard [TYPO3-shop] Bug in 2.5.6

Dear Franz, dear list,

I think I found a bug in tt_products 2.5.6:
The "back to list" link (###LINK_ITEM###) shows this URL in 2.5.6:
/shop/warenkorb.html?tx_ttproducts_pi1%5BbackPID%5D=8 (which is the ID
of the Basket)
After downgrading to 2.5.5 it shows:
/shop.html?tx_ttproducts_pi1%5BbackPID%5D=8 (which is correct)

I did not change any settings, this is my SETUP:
requiredInfoFields = email, city, zip, address, country
PIDlistDisplay = 8
PIDitemDisplay = 8
AGBattachment >
pid_list = 23
PID_sys_products_orders = 22
clickIntoBasket = 1
listImage.imageLinkWrap >
image.imageLinkWrap >
PIDagb = 20
PIDbasket = 21
TAXpercentage = 20
TAXincluded = 1


Best regards,

Lukas
_______________________________________________
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 31.05.2008, 14:38
Franz Holzinger
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-shop] Bug in 2.5.6

Lukas Taferner a écrit :
> Dear Franz, dear list,
>
> I think I found a bug in tt_products 2.5.6:
> The "back to list" link (###LINK_ITEM###) shows this URL in 2.5.6:
> /shop/warenkorb.html?tx_ttproducts_pi1%5BbackPID%5D=8 (which is the ID
> of the Basket)
> After downgrading to 2.5.5 it shows:
> /shop.html?tx_ttproducts_pi1%5BbackPID%5D=8 (which is correct)
>
> I did not change any settings, this is my SETUP:
> requiredInfoFields = email, city, zip, address, country
> PIDlistDisplay = 8
> PIDitemDisplay = 8
> AGBattachment >
> pid_list = 23 PID_sys_products_orders = 22
> clickIntoBasket = 1
> listImage.imageLinkWrap >
> image.imageLinkWrap >
> PIDagb = 20
> PIDbasket = 21
> TAXpercentage = 20
> TAXincluded = 1
>

Dear Lukas,

which ###LINK_ITEM### from which view do you mean?

- 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!
  #3  
Alt 01.06.2008, 19:01
Lukas Taferner
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-shop] Bug in 2.5.6

Hi Franz,

sorry, incomplete information:

It is the Item Single View and should link back to the List View!

Best regards,

Lukas

<!-- ###ITEM_SINGLE_DISPLAY### begin
This subpart is used to display single products.
-->
<div class="tt_products_item_single_display">
<h1 class="category_title">###CATEGORY_TITLE###</h1>

<h2>###PRODUCT_TITLE###</h2>
<div id="product_content">

<div id="product_img">
###PRODUCT_IMAGE###
</div>

<p class="bodytext">###PRODUCT_SUBTITLE###</p>
<div class="product_note">
###PRODUCT_NOTE###
</div>
<dl class="summary">

<dt>Preis:</dt>
<dd><strong>###PRICE_TAX### EUR </strong><br />

</dd>
</dl>

<div class="order_form">
<form method="post" action="###FORM_URL###">
<div>
<label for="quantity">Anzahl: </label>
<input size="3" maxlength="4" type="text"
id="quantity" name="###FIELD_NAME###" value="###FIELD_QTY###" />

<input type="submit" name="order" class="btn" value="In Warenkorb
einf&uuml;gen" /><br />
</div>
</form>
</div>
</div>
<div class="list_link"><!--###LINK_ITEM###--><strong>zur&uuml;ck
zu der Liste</strong><!--###LINK_ITEM###--></div>
</div>
<!-- ###ITEM_SINGLE_DISPLAY### end -->





Franz Holzinger schrieb:
> Lukas Taferner a écrit :
>> Dear Franz, dear list,
>>
>> I think I found a bug in tt_products 2.5.6:
>> The "back to list" link (###LINK_ITEM###) shows this URL in 2.5.6:
>> /shop/warenkorb.html?tx_ttproducts_pi1%5BbackPID%5D=8 (which is the ID
>> of the Basket)
>> After downgrading to 2.5.5 it shows:
>> /shop.html?tx_ttproducts_pi1%5BbackPID%5D=8 (which is correct)
>>
>> I did not change any settings, this is my SETUP:
>> requiredInfoFields = email, city, zip, address, country
>> PIDlistDisplay = 8
>> PIDitemDisplay = 8
>> AGBattachment >
>> pid_list = 23 PID_sys_products_orders = 22
>> clickIntoBasket = 1
>> listImage.imageLinkWrap >
>> image.imageLinkWrap >
>> PIDagb = 20
>> PIDbasket = 21
>> TAXpercentage = 20
>> TAXincluded = 1
>>

> Dear Lukas,
>
> which ###LINK_ITEM### from which view do you mean?
>
> - Franz
> _______________________________________________
> 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
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 02.06.2008, 15:15
Franz Holzinger
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-shop] Bug in 2.5.6

Hello Lukas,

> sorry, incomplete information:
>
> It is the Item Single View and should link back to the List View!
>


If you set clickIntoBasket=1, then the links will always go from the
single view to the basket page. Do not set clickIntoBasket if you do not
want this behavior,

- 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
[TYPO3-shop] Mixed currencies in shop Christian Lerrahn typo3-project-tt-products@lists.netfielders.de 2 17.03.2008 11:25
[TYPO3-shop] Shop System Bug?? Where can I report it? FIELD_QTY isempty Juan Pablo Villaverde typo3-project-tt-products@lists.netfielders.de 3 14.11.2007 08:42
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


Alle Zeitangaben in WEZ +1. Es ist jetzt 23:21 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