Thank, maybe you could come with more information than just one sentence and not leaving me having to guess.
Do you know how I might fix the bug thats been created with the photos?
Thank, maybe you could come with more information than just one sentence and not leaving me having to guess.
Do you know how I might fix the bug thats been created with the photos?
Sure. Remove all the changes you made since it last worked properly.
Then go back through the steps of adding whatever you were trying to add, progressively until it either works as needed or until it breaks again. That way you'll know what exactly you did that broke it, and can find the correct way of doing whatever it was you were trying to accomplish.
.
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.
I have fixed the problem with the photos, it was due to the change of the so called "jscript" folder (now "js").
So, that means you're using the "js" folder for something completely different, and probably hard-coded into the 3rd-party template you're using, and that template should have not hardcoded that stuff at all, instead they should have used the built-in override facilities, thus making your problems today much less painful.
But, that's what happens with 3rd party templates who don't study how the system works.
.
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.
Hmmm
I got my template from here.
http://www.templatemonster.com/zenca...tes/26070.html
Its thats template 26070.
Any ways, the instruction from wibiya says.
Instruction:
Copy the code from step one into your HTML template before the </body> tag.
That's it
cheers for all the help.
P.s
do you know what that template file is called that contains "</body>"
??? its not CCS?
I managed to sort it out guys.
perseverance is the name of the game.
/public_html/includes/templates/theme291/common
from there I opened main page and pasted the module in there before the </body> tag.
![]()
And that's EXACTLY what you're NOT supposed to do.
TemplateMonster does a horrible job of breaking all the built-in functionality, and what you've just decided to do is taking a lesson from their book. A very bad idea.
You'll see much evidence of how bad TM's templates are if you just read around the forum a bit.
.
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.
Additionally it's quite possible that the built-in functionality we've been trying to get you to use may actually be BROKEN within your TemplateMonster template ... which is just yet another reason why you should never use their crap.
.
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.