Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Successfully added Product to the cart ...

Successfully added Product to the cart ...

Locked

Views: 1,908

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
10 Apr 2008, 1:28 PM
#1
mviben avatar

mviben

New Zenner

Join Date:
Apr 2008
Posts:
25
Plugin Contributions:
0

Successfully added Product to the cart ...

I have set the Zen Cart So that it displays a Green Message at the top of the page when a producted is added to the cart

Is it possible that this message can be printed to a Dialog box instead of to the top of the page???

Cheers For your help

Ben

29 Apr 2008, 3:27 AM
#2
utopiko avatar

utopiko

New Zenner

Join Date:
Apr 2008
Location:
Montreal
Posts:
34
Plugin Contributions:
0

Re: Successfully added Product to the cart ...

iM trying to remove it...
ideas ?

30 Apr 2008, 11:22 AM
#3
mviben avatar

mviben

New Zenner

Join Date:
Apr 2008
Posts:
25
Plugin Contributions:
0

Re: Successfully added Product to the cart ...

Nope I dunno Sorry mate

29 Apr 2009, 12:08 PM
#4
ashunkenu avatar

ashunkenu

New Zenner

Join Date:
Apr 2009
Posts:
1
Plugin Contributions:
0

Re: Successfully added Product to the cart ...

howdi ye-all. I found to stop the 'Successfully added Product to the cart ...' message from display just comment out the code;

  1. open the message_stack.php file

and comment out the follow:

elseif ($type == 'success') {
/**$this->messages[] = array('params' => 'class="messageStackSuccess larger"', 'class' => $class, 'text' => zen_image($template->get_template_dir(ICON_IMAGE_SUCCESS, DIR_WS_TEMPLATE, $current_page_base,'images/icons'). '/' . ICON_IMAGE_SUCCESS, ICON_SUCCESS_ALT) . ' ' . $message);*/
}

leave the condition statement intact.

you can also see that the:

.messageStackSuccess larger

is the class that controlls the apperrance, its not in the stylesheet file you have to create the entry.

hope this helps someone...