PDA

View Full Version : Netquotevar:navbcart


werebear
26-Jan-2006, 11:22 AM
I have just tweaked my templates with dream weaver.
All is ok apart from some pages are not showing the view basket and check out now buttons.
they just display either NETQUOTEVAR:NAVBCART or NETQUOTEVAR:NAVBCHECKOUT text.
One page is http://www.hattrick-furniture.co.uk/acatalog/Free_delivery.html
The act primary pages are all ok.
I have checked the code in the act primary template and its identical to the act brochure template?

wjcampbe
26-Jan-2006, 11:49 AM
You have somehow lost the cell tags - your online code reads
<tr> NETQUOTEVAR:NAVBCART </tr><tr> NETQUOTEVAR:NAVBCHECKOUT </tr> and it should read <tr><td> NETQUOTEVAR:NAVBCART</td></tr><tr><td> NETQUOTEVAR:NAVBCHECKOUT<td></tr>