Page 4 of 4 FirstFirst ... 234
Results 31 to 40 of 40
  1. #31
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Can this be possible?????

    Um ... did you put it at the VERY END of the file? ... after EVERYTHING ELSE?

    Post the last 5 lines of the file.
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  2. #32
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

    Default Re: Can this be possible?????

    Ok I got it working. that is what exactly what I want. but when I click an product in the iframe it goes to the store inside the iframe but I want out of the iframe.

  3. #33
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Can this be possible?????

    Well, technically, it was never intended to be used in an iframe.

    It was intended to be used as a PHP include(), as documented in the header of the file.
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #34
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

    Default Re: Can this be possible?????

    Do you have any suggestions? on the main website at http://www.mtechama.com I did an iframe that is the only I can do it. but when you click an item it goes to the store in the iframe instead of open a seperate window for the store.

  5. #35
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

    Default Re: Can this be possible?????

    DrByte,

    I have finally include the file on the main page with e107 but the images are trying to pull like this (www.mtechama.com/images/files.jpg or gif) instead of (www.mtechama.com/gifts/images/files.jpg or gif) could it be in the single_sidebox.php file? take a look at the front page at http://www.mtechama.com

    Wade

  6. #36
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Can this be possible?????

    Change this line:
    Code:
    //  define('DIR_WS_IMAGES', $zcDir . '/images/');
    to this:
    Code:
      define('DIR_WS_IMAGES', '/gifts/images/');
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #37
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

    Default Re: Can this be possible?????

    Quote Originally Posted by DrByte View Post
    Change this line:
    Code:
    //  define('DIR_WS_IMAGES', $zcDir . '/images/');
    to this:
    Code:
      define('DIR_WS_IMAGES', '/gifts/images/');
    ok I got the way I want it. now my bar is to wide how can I shortin it? its making website to wide? and how do I change the links colors?

  8. #38
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Can this be possible?????

    Those would be stylesheet issues which you'll have to address.
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #39
    Join Date
    May 2008
    Posts
    33
    Plugin Contributions
    0

    Default Re: Can this be possible?????

    Hi,
    I'd like to have the specials-sidebox, without the sideboxheader though, in the centerpart of the mainpage.
    I put

    <?php
    $zcSBmodule = 'specials.php';
    $zcSBlayout = 'left';
    require (DIR_WS_MODULES . 'sideboxes/single_sidebox.php');
    ?>

    in define_main_page.php

    The result:


    Warning: main(includes/application_top.php) [function.main]: failed to open stream: No such file or directory in C:\wamp\www\bio04082008\includes\modules\sideboxes\single_sidebox.php on line 41

    Fatal error: main() [function.require]: Failed opening required 'includes/application_top.php' (include_path='.;c:\php4\pear') in C:\wamp\www\bio04082008\includes\modules\sideboxes\single_sidebox.php on line 41


    any idea?
    thanks, anna

  10. #40
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

    Default Re: Can this be possible?????

    Hi, I forgot how I done this can someone help on this?

    Wade

 

 
Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. v139h How possible is this? Pages that only downloaders can see
    By dharrison in forum General Questions
    Replies: 1
    Last Post: 29 Jan 2013, 10:52 PM
  2. Can anyone tell me if this is possible?
    By Newbie76 in forum General Questions
    Replies: 7
    Last Post: 19 Jan 2010, 08:18 PM
  3. Attribute setup - can this be possible?
    By keenskin in forum General Questions
    Replies: 3
    Last Post: 25 Mar 2009, 07:45 AM
  4. How can this be possible
    By julchen_0873 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 25 Aug 2006, 03:13 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