[TYPO3-shop] Bug in 2.5.6
Lukas Taferner
lukas at taferner.net
Sun Jun 1 19:01:02 CEST 2008
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ügen" /><br />
</div>
</form>
</div>
</div>
<div class="list_link"><!--###LINK_ITEM###--><strong>zurü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/mailman/listinfo/typo3-project-tt-products
>
More information about the TYPO3-project-tt-products
mailing list