Ik heb de module shop made simple (1.6) en cart made simple (1.1) geinstalleerd in mijn website (cms 1.4). Nu werkt alles prima behalve dat als ik alle schermen van mijn winkelwagen doorloop en het laatste scherm wordt getoond (order confirm) dan worden de artikelen niet weergegeven. Verder is alle informatie correct (afleveradres, btw etc). Ik zie wel de header van de artikelen maar dus niet de artikelen zelf.
Heb al in de code e.e.a. geprobeerd maar krijg het niet voor elkaar. Wie heeft raad?
Groeten,
Lieke
template orderconfirm:
{* Confirmation of the order *}
{$startform}
{$welcometitle}
{if $message}
{$message}
{/if}
{$shipto_label}
{$shiptoname}
{$shiptostreet}
{$shiptozip}
{$shiptocity}
{$shiptocountry}
{$label_total_weight}
{$productqtytext}
{$productnametext}
{$productpricetext}
{$lineamounttext}
{$entry->myqty}
{$entry->name}
{$entry->price}
{$entry->lineamount}
{$label_admin_amount}
{$admin_amount}
{if $totalvat0amount}
{$label_vat0_amount} %
{$totalvat0amount}
{/if}
{if $totalvat1amount}
{$label_vat1_amount} %
{$totalvat1amount}
{/if}
{if $totalvat2amount}
{$label_vat2_amount} %
{$totalvat2amount}
{/if}
{if $totalvat3amount}
{$label_vat3_amount} %
{$totalvat3amount}
{/if}
{if $totalvat4amount}
{$label_vat4_amount} %
{$totalvat4amount}
{/if}
{$label_total_amount}
{$total_amount}
{$deliveryvia_label}{$deliveryvia}
{$paymentvia_label}{$paymentvia}
{$hidden}{$confirm}{$cancel}
{$endform}