Page 12 of 37 FirstFirst ... 2101112131422 ... LastLast
Results 111 to 120 of 361
  1. #111
    Join Date
    Jan 2008
    Posts
    25
    Plugin Contributions
    0

    Default Re: Easy embed template

    I just did a fresh default install of zencart, adding only the easy embed templates.

    When I switch to the embed template I get

    ' . $sitetemplate_bottom);
    ?>

    output to the very top of the page before the <!DOCTYPE... declaration. This happens if my store.html template is present or not.

    So it's a dead end to me. I have no idea how to fix that.

  2. #112
    Join Date
    Jan 2008
    Posts
    25
    Plugin Contributions
    0

    Default Re: Easy embed template

    Quote Originally Posted by yellow1912 View Post
    How about having a look at this:
    https://svn.rubikintegration.com/zen.../ytemplate.php

    you can do something like this:
    say you have the page contact us, you can have:
    ..........page header
    file content is automatically rendered depending on the $_GET["action"] or can be set.
    ..........page footer

    The swooshing sound you hear is this suggestion flying over my head ;-)

    I don't know what I'm looking at at that link you gave. Is this an alternate method of embedding the store into my html design?

  3. #113
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Easy embed template

    Quote Originally Posted by Kent View Post
    I just did a fresh default install of zencart, adding only the easy embed templates.

    When I switch to the embed template I get

    ' . $sitetemplate_bottom);
    ?>

    output to the very top of the page before the <!DOCTYPE... declaration. This happens if my store.html template is present or not.

    So it's a dead end to me. I have no idea how to fix that.
    My suggestion to you is to read this ENITRE thread.. There is some good information in here.. Including this thread
    http://www.zen-cart.com/forum/showpo...7&postcount=95 is where I posted having this SAME problem on page 9 of this thread..

    http://www.zen-cart.com/forum/showpo...7&postcount=94 is where Josh tells me the reason for the issue, and then finally

    http://www.zen-cart.com/forum/showpo...3&postcount=93 is the thread where you need to go to download the latest version of this template contrib.. It will resolve the problem with the strange code that you are having.. (If you downloaded the template from Josh's website, you have an older version of it..)

    Good luck.. I am IN LOVE with this contrib.. It's given me a WHOLE world of new ideas for Zen..

  4. #114
    Join Date
    Jan 2008
    Posts
    25
    Plugin Contributions
    0

    Default Re: Easy embed template

    http://www.zen-cart.com/forum/showpo...3&postcount=93 is the thread where you need to go to download the latest version of this template contrib.. It will resolve the problem with the strange code that you are having.. (If you downloaded the template from Josh's website, you have an older version of it..)

    Good luck.. I am IN LOVE with this contrib.. It's given me a WHOLE world of new ideas for Zen..
    ....mutter...grumble...hundreds of posts...won't work...developer doesn't even have it right on his website...could have done it all by hand by now..mutter..hey...

    BINGO!

    omg. I thank you. My hair thanks you. I will witness. This is WONDERFUL. I was *this* close to scrapping Zen Cart altogether. I mean, the override system is nice and impressively complicated and all but I can't be at fiddling with it whenever I change the looknfeel, which will be often as this is an art site and must look, well, arty and fresh and change frequently.

    This is the answer.

  5. #115
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Easy embed template

    Quote Originally Posted by Kent View Post
    ....mutter...grumble...hundreds of posts...won't work...developer doesn't even have it right on his website...could have done it all by hand by now..mutter..hey...
    In Josh's defense he FREELY admits that the version on his site is not the most updated version.. I don't care as long as he sticks around to support this nifty little contrib, and we know where to find the latest version..

    Quote Originally Posted by Kent View Post
    omg. I thank you. My hair thanks you. I will witness. This is WONDERFUL. I was *this* close to scrapping Zen Cart altogether. I mean, the override system is nice and impressively complicated and all but I can't be at fiddling with it whenever I change the looknfeel, which will be often as this is an art site and must look, well, arty and fresh and change frequently.

    This is the answer.
    You are very welcome.. And don't write off the override system just yet.. Even if you use this embedded template you MAY need to use some overrides to refine the look of the store within your website.. For the site I'm working on now, to coordinate the cart's look with the site's look, I had to use a few overrides.. You don't need to update your overrides every time you change your sites look. Once you have your overrides in place, you should only need to change your stylesheet and graphics to change the store's look..

    Seriously, once you get the hang of the override system it's actually a lot simpler than it looks at first blush.. (Trust me.. I know this from FIRST hand experience..) AND you'll appreciate the overrides if/when you upgrade..

  6. #116
    Join Date
    May 2005
    Location
    Western MA, USA
    Posts
    604
    Plugin Contributions
    6

    Default Re: Easy embed template

    to kent and DivaVocals,
    I thank you and understand the talk your having. however I am getting married in under two weeks. basically I am not able to provide the most fresh code.
    My web site is unfortunately going the way of the shoe makers son. It was written before I discovered drupal, and it is written in a proprietary CMS that I made for my self.
    Do you two think this is worth me setting up a source forge project page?

    that way you could install form the SVN and update easier and stuff. its up to you.

    DivaVocals, thank you for providing the support here. I am way to busy at the moment to be any real help.

    JOsh

  7. #117
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Easy embed template

    Quote Originally Posted by ########################## View Post
    to kent and DivaVocals,
    I thank you and understand the talk your having. however I am getting married in under two weeks. basically I am not able to provide the most fresh code.
    My web site is unfortunately going the way of the shoe makers son. It was written before I discovered drupal, and it is written in a proprietary CMS that I made for my self.
    No apologies necessary.. Just took giving Kent the same nudge you gave me to point him to the latest version of the code.. Weddings are a bear so I understand that you've been somewhat out of the loop so to speak.. Just as long as we know where to find you, we're all good!!

    I understand about your website and it's current state.. My hubby gives me the LOOK everytime I finish another web project.. His site is BADLY in need of some TLC (okay truth be told it needs an OVERHAUL!!!), and unfortunately I let it go by the side of the road.. It was a project site I did for a web design class I took years ago.. So can you say OUTDATED??!!!

    Quote Originally Posted by ########################## View Post
    Do you two think this is worth me setting up a source forge project page?

    that way you could install form the SVN and update easier and stuff. its up to you.
    I think it's time for a Source Forge Project Page.. You get my vote!

    Quote Originally Posted by ########################## View Post
    DivaVocals, thank you for providing the support here. I am way to busy at the moment to be any real help.

    JOsh
    Y/W.. but I'm only passing back what I've been given.. I need to thank you.. You have NO IDEA how your template shaped my current project.. In fact your template is the ONLY reason why this project will be successful IMO.. It solved a MYRIAD of issues for me..

    So go get married.. Just make sure you COME BACK!!

  8. #118
    Join Date
    May 2004
    Posts
    101
    Plugin Contributions
    0

    Default Re: Easy embed template

    I too am very impressed with this little beauty! Maybe a code snippet could be developed to embed Zen-Cart in remote websites?
    I vote in favor of a SourceForge project!
    -Jeff
    ----------------------------

  9. #119
    Join Date
    May 2005
    Location
    Western MA, USA
    Posts
    604
    Plugin Contributions
    6

    Default Re: Easy embed template

    I am back,
    and yes my honey moon was good, but a month w/o pay (freelancers dont get paid vacations) and the work progress slow down has been painful,
    so it took em 3 weeks to do but here it is. the currently pending project on source forge. Please PM me if you would like to get SVN write access. once it is up.
    https://sourceforge.net/projects/eazyemb/

    as for
    Quote Originally Posted by jgkiefer View Post
    I too am very impressed with this little beauty! Maybe a code snippet could be developed to embed Zen-Cart in remote websites?
    I vote in favor of a SourceForge project!
    You could embed Zen in remote web sites w/ a hack on the configuration.php and a mysql server is that is open to remote connections, w/o the east embed template.

    JOsh

  10. #120
    Join Date
    May 2005
    Location
    Western MA, USA
    Posts
    604
    Plugin Contributions
    6

    Default Re: Easy embed template

    OK OK so its been a while, and the sourceforge project was rejected. how ever lest not be discouraged here. I have signed up for a google code base. the URL is, http://code.google.com/p/sanguineeasyembedtemplale/.
    I will put together a new package and add it to the repo. And I will also add it to the download section of the site.

 

 
Page 12 of 37 FirstFirst ... 2101112131422 ... LastLast

Similar Threads

  1. Embed php template within another php template based on drop-down menu selection?
    By mcqueeneycoins in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 21 Jan 2012, 06:44 PM
  2. Embed cart button to old site is easy! if no atributes
    By medragon in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 9 Jun 2009, 06:21 AM
  3. How easy is it to install a zen-cart template?
    By ssbeats in forum Addon Templates
    Replies: 1
    Last Post: 22 Nov 2007, 09:43 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR