Um ... did you put it at the VERY END of the file? ... after EVERYTHING ELSE?
Post the last 5 lines of the file.
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.
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.
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.
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.
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
Change this line:to this:Code:// define('DIR_WS_IMAGES', $zcDir . '/images/');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.
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.
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
Hi, I forgot how I done this can someone help on this?
Wade