Zen Cart Logo
Forums / General Questions / Alerts via MessageStack not displaying.. Please Help!!

Alerts via MessageStack not displaying.. Please Help!!

Views: 510

Results 1 to 3 of 3
15 Feb 2013, 6:12 PM
#1
mannyny7 avatar

mannyny7

New Zenner

Join Date:
Feb 2013
Location:
New York, New York, United States
Posts:
3
Plugin Contributions:
0

Alerts via MessageStack not displaying.. Please Help!!

I have set up my products with attributes so my customer could select different size options for my products. Everything with the attributes is working as it should. The problem I am having is if a customer tries to add a product to the cart without selecting a attribute there is no message stack error explain that they must select an attribute before they can add a product to the cart. Does anyone know how to fix this?

16 Feb 2013, 12:54 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Alerts via MessageStack not displaying.. Please Help!!

A link to where we can view this will assist

16 Feb 2013, 3:51 PM
#3
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Alerts via MessageStack not displaying.. Please Help!!

In your templates and overrides file for the:
tpl_product_info_default.php

do you have the code for:

<!--eof Form start-->

<?php if ($messageStack->size('product_info') > 0) echo $messageStack->output('product_info'); ?>

<!--bof Category Icon -->