Last Product v.02 -- kinda working

idaryl

Avatar: idaryl

2006-09-17 06:13

I'm using QC 1.3 - plugin Mgr 2.0 - basket Summary 2.0 - htmlMailOrderDetails 2.0 -- and now installed Last Product v.02 -- it appeared to install OK I see it in the Admin plugin area - the cart works -- accoring to the install txt you have to: {step 6) copy variable $sLastProduct and paste into place You want to see last product. we suggest to paste in file "categories_menu.tpl")

So I opened this fiule and placed it here
(<!-- BEGIN LIST_HEAD -->
<div id="menu">
<dlv>
$sLastProduct
<!-- END LIST_HEAD -->
<!-- BEGIN LIST_LIST -->
<dt><a href="?p=productsList&amp;iCategory=$aList[iCategory]&amp;sName=$aList[sNameUrl]"> ;$aList[sName]</a></dt>........ more code) but it doesnt show on the page - what did I do wrong? Di I miss something? I'm no PHP guy thats for sure.

The last part of the txt file was a little loose - i'm not sure if the syntax is correct.

Wulfgen

Ned

No avatar

2006-09-17 09:50

Look at /templates/categories_menu.tpl again it should be...

<!-- BEGIN LIST_HEAD -->
<div id="menu">
<dl>
$sLastProduct
<!-- END LIST_HEAD -->

.....if you want it above the menu.

idaryl

Avatar: idaryl

2006-09-18 05:48

Actually I tried that and I also tried it in its own div, too.... I guess by adding the v in the <dl> thinking the l was an i, structured it wrong - will test

Wulfgen

Back to top
about us | contact