PDA

View Full Version : Price List Code - Could be a Toughy


jclguru
Jun-07-2012, 06:43 PM
I'm trying to modify this code...

http://www.smugmug.com/prints/catalog/

What I'm basically trying to do is replace the check marks in what is being offered with my prices and adding my own stuff.

I have no problem in getting it to work using my editor, Coffee Cup. It works in IE and FF beautifully.

But when I copy/paste the code into my prices page (journal), it's not working. All I'm seeing is the code.

Here's the direct link to my price page...
http://www.thebirdphotographer.com/gallery/22215358_RrfvPN

I'm thinking either there's something in the code that the journal page can't recognize, or there's a syntax error in the code somewhere (which I doubt, since I can get it to work like I mentioned above).

Thanks
Doug

Allen
Jun-07-2012, 07:22 PM
I'm trying to modify this code...

http://www.smugmug.com/prints/catalog/

What I'm basically trying to do is replace the check marks in what is being offered with my prices and adding my own stuff.

I have no problem in getting it to work using my editor, Coffee Cup. It works in IE and FF beautifully.

But when I copy/paste the code into my prices page (journal), it's not working. All I'm seeing is the code.

Here's the direct link to my price page...
http://www.thebirdphotographer.com/gallery/22215358_RrfvPN

I'm thinking either there's something in the code that the journal page can't recognize, or there's a syntax error in the code somewhere (which I doubt, since I can get it to work like I mentioned above).

Thanks
Doug
Does the whole thing start and end with one set of html tags? <html> .... </html>
I see javascript in there, are there script tags around that? <script> .... </script>

jclguru
Jun-08-2012, 12:24 PM
Looks like it. Can lost pretty easily with all of the tags and trying to match them up.
I'm going to try and create one from scratch. Won't be as pretty, but it'll be a lot
better than what I have now.

Doug