Glenn,
It works like a charm.
Thank you soooo much for your help!
Damien
Glenn,
It works like a charm.
Thank you soooo much for your help!
Damien
Just want to say thank you too Glenn!
Colleen
Glad it's working for you. Links to example sites that show the mod's features in action would be appreciated.
Hi, Does this work for the latest Zen cart version 1.3.9?
Thanks in advance.
Great job on this add-on.
I've got the background's working more or less how I want them now
Example 1
Example 2
My question is now - Is it possible to re-create or use the banner functionality so that I can have a particular banner on any given page with maybe a blank pixel where I don't want a banner (i.e product pages)?
I'm guessing the foreground functionality is what I'm after now, but I have no clue where to insert the code....or what code to use, really.
Hope you can help
Scratch that - The multi-multi-stacking version breaks the cart. It returns a blank page after you press "Add to cart"![]()
I also would like to know if this would work with 1.3.9 ? Incase anyone has already tried it... Thanks
I don't currently have a v1.3.9 test site, but I understand it does work except that there is a situation where it would not operate on two particular pages which have a customized version of tpl_main_page.php already (which will be used in preference to the version in the custom template folder). This is not a new situation, but has existed all along, in popup pages:
/includes/templates/template_default/popup_attributes_qty_prices/tpl_main_page.php
/includes/templates/template_default/popup_coupon_help/tpl_main_page.php
So unless you need to affect these pages, you should have no problem. If you do, there is one line to modify in tpl_main_page.php, described in the readme, and you can easily fix this yourself.
Glenn,
That's gonna sound stupid but I got a blank page when using the Paypal Express Checkout.
Since it seems related to Smart_Background... I thought that was the best place to ask for advices...
I checked the log and I get this:
I have no clue why smart_backgrounds_functions.php would be involved in my issue and cannot for the life of me figure it out.Code:[30-Aug-2010 18:58:18] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /wheremyZCis/includes/functions/extra_functions/smart_backgrounds_functions.php:30) in /wheremyZCis/includes/functions/sessions.php on line 110 [30-Aug-2010 18:58:18] PHP Warning: Cannot modify header information - headers already sent by (output started at /wheremyZCis/includes/functions/extra_functions/smart_backgrounds_functions.php:30) in /wheremyZCis/includes/init_includes/overrides/init_templates.php on line 79 [30-Aug-2010 18:58:19] PHP Warning: Cannot modify header information - headers already sent by (output started at /wheremyZCis/includes/functions/extra_functions/smart_backgrounds_functions.php:30) in /wheremyZCis/includes/modules/payment/paypalwpp.php on line 1569 [30-Aug-2010 18:58:19] PHP Warning: Cannot modify header information - headers already sent by (output started at /wheremyZCis/includes/functions/extra_functions/smart_backgrounds_functions.php:30) in /wheremyZCis/includes/functions/functions_general.php on line 45
Any advice on where to look or what could be the issue?
If needed here is a link to my website:
www DOT looloos HYPHEN organics DOT com/index.php
Running 1.3.9d (I know, I know, I need to upgrade... )
Thanks in advance
Damien
Last edited by DamienDLSkinSolution; 31 Aug 2010 at 12:19 AM. Reason: I can't spell...
The modified version of the file posted above only has 30 lines (the original mod version has 28 lines), so I expect there is an extra space after the closing ?> in line 30 of your copy of it. That can cause the PHP error you describe.