CMS MADE SIMPLE FORGE

Availability

 

[#9022] {Products assign='junk'}" unknown tag "Products"

avatar
Created By: jean-christophe ghio (jissey)
Date Submitted: Thu Mar 07 06:24:20 -0500 2013

Assigned To: Robert Campbell (calguy1000)
Version: 1.8.1
CMSMS Version: 1.11.2.1
Severity: Minor
Resolution: None
State: Open
Summary:
{Products assign='junk'}" unknown tag "Products"
Detailed Description:
The sample template of the reservaion form call module product:
Syntax Error in template "module_db_tpl:Availability;resvn_Sample"  on line 217
"{Products assign='junk'}" unknown tag "Products"


History

Comments
avatar
Date: 2013-06-07 09:20
Posted By: Jan van Leeuwen (janvl)

This is a problem of the template for the reservation form.

To comment this out it starts over here :

{* {Products assign='junk'}
{foreach from=$items item='entry' name='prod'} . . . . . . 

but the second *} must be put after the {/foreach} that ends this loop.

If you do that is is working like expected. I have however installed the
products-module as well.

Kind regards,
Jan