Jump to content

Help gevraagd! Extra invul velden laten tonen in checkout


WilkoHartung

Recommended Posts

Ik probeer om de extra invulvelden van een product te laten tonen in de checkout. (zie attachment)

Klanten geven bij bestelling van verfproducten de kleurcode en kleurcollectie op deze info word wel getoond in de back-end bij de order informatie.

Nu wil ik graag dat deze ook getoond word in de checkout zie attachment.

Dit is voor de besteller om te tonen dat zij de juiste informatie hebben ingevuld.

 

In de file shopping-cart-product-line.tpl heb ik de volgende code toegevoegd maar ik krijg het niet werkend.Ik heb al een hoop geprobeerd maar ik kom er niet echt meer uit hoe dit werkend te krijgen.

 

Kan iemand mij hiermee helpen en eventueel tegen betaling.

 

De shop is www.verfkeuze.nl (prestashop versie 1.4.8.2)

 

 

toegevoegd aan shopping-cart-product-line.tpl op regel 37

 

{foreach from=$customizedDatas.$productId key='type' item='datas'}

 

{if $type == $CUSTOMIZE_FILE}

<div class="customizationUploaded">

<ul class="customizationUploaded">

{foreach from=$datas item='picture'}<li><img src="{$pic_dir}{$picture.value}_small" alt="" class="customizationUploaded" /></li>{/foreach}

</ul>

</div>

{elseif $type == $CUSTOMIZE_TEXTFIELD}

<ul class="typedText">

{foreach from=$datas item='textField' name='typedText'}<li>{if $textField.name}{$textField.name}{else}{l s='Text #'}{$smarty.foreach.typedText.index+1}{/if}{l s=':'} {$textField.value}</li>{/foreach}

</ul>

{/if}

{/foreach}

post-370817-0-98422300-1358805843_thumb.png

post-370817-0-06029200-1358805851_thumb.png

Edited by WilkoHartung (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...