In the catalog, no good way to override catalog/includes/modules/pages/somescreen/header.php using the override system, right? I don't see any override for that. So, I'd need to blast the real version.
True?
In the catalog, no good way to override catalog/includes/modules/pages/somescreen/header.php using the override system, right? I don't see any override for that. So, I'd need to blast the real version.
True?
Steve,
You are correct about no header.php override - however - it depends on what you are doing whether you actually need to change it or if you can add additional main_template_vars or use another system.
What are you wanting to do?
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
I am adding more edit checks to check new variables passed from the checkout_payment screen. Just like how it redirects you back to the payment screen if you do not check the terms box, same idea for a bunch of new fields I needed to add.
.
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.
Yes, it did appear this way.
So, here's hoping the override system is expanded to include the pages directory!
an override for this would be amazing, i'm making custom images for the entire zen cart template and those damn pages are making it difficult. i sure could use an override for those pages
.
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.
If you are wanting specific background images for specific pages, you can use Smart Backgrounds and not have to edit any of the page files.
I'm customizing all the button images in zen cart. I'm adding mouseover, mouseout, and mousedown effects, i'm doing alright except for the update quantities image after you've added the product to your cart. That image is a son of a gun, any ideas?
there's no way to send parameters with the update qty button except for in the header_php.php file in the modules/pages/shopping_cart directory
so if i could override that it would be fine, but i cant so now i have to go and edit that file which may mess up my updates???