Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Dec 2008
    Location
    Hanover Township PA, USA
    Posts
    122
    Plugin Contributions
    0

    Default ZenCart Instore Notifications

    Hello Everyone,

    Happy New Year!

    Anyway, I am wondering how to change the position and location of the "notification pop-ups" within my store.

    EXAMPLE: You add a product to your cart and the "notification pop-up" says.."Successfully added **** to your Cart"

    Problem: It is showing up in my flash enabled header. I need ALL
    "notification pop-ups" to show up on my CENTER COLUMN, not on the page header.

    Any ideas or directions where I should look? Or the correct "term" to search for?

    Thanks all in advance!
    Danny
    Bubbas Pools

    Version 1.3.8
    www.bubbaspools.com
    Daniel Osko

  2. #2
    Join Date
    Aug 2008
    Location
    Cleveland
    Posts
    78
    Plugin Contributions
    0

    Default Re: ZenCart Instore Notifications

    go into your yourtemplate/common/tpl_header.php

    take out this code

    Code:
    <?php
      // Display all header alerts via messageStack:
      if ($messageStack->size('header') > 0) {
        echo $messageStack->output('header');
      }
      if (isset($_GET['error_message']) && zen_not_null($_GET['error_message'])) {
      echo htmlspecialchars(urldecode($_GET['error_message']));
      }
      if (isset($_GET['info_message']) && zen_not_null($_GET['info_message'])) {
       echo htmlspecialchars($_GET['info_message']);
    } else {
    
    }
    ?>

    and put it where you want it in the yourtemplate/common/tpl_main_page.php .

    make sure you back up both files before messing around
    this should do the trick. good luck... nice site btw.

    note you might want to steer away from all the flash stuff, takes some time to load everything . these same objectives can be done in jquery set. take a look in the zen forum for more info on using flash vs jquery. good luck to ya

 

 

Similar Threads

  1. v151 Default Tax Rate for Instore Puchases
    By eutychus in forum General Questions
    Replies: 0
    Last Post: 24 Apr 2013, 05:38 PM
  2. GV - How do customers redeem instore?
    By freddred in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 5
    Last Post: 27 Oct 2009, 07:19 PM
  3. Linking Zen Cart with a EPOS instore till?
    By Winks in forum General Questions
    Replies: 6
    Last Post: 17 Oct 2008, 10:25 AM
  4. Quick checkout for instore purchases
    By ps* in forum General Questions
    Replies: 3
    Last Post: 11 Dec 2006, 05:30 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg