Results 1 to 9 of 9
  1. #1
    Join Date
    Oct 2008
    Location
    Australia
    Posts
    34
    Plugin Contributions
    0

    help question Integrate Amazon Store Into Ezy Page?

    Hi,
    I thought this would be pretty straight forward, but seems not..

    I want to integrate an Amazon Book store into my health products site which offers complimentary reading (aka affiliate sales) to the products sold.

    I've just gone through the process as an Amazon affiliate and added all the books I want to feature, and then in Amazon I am selecting the "Embed my store using an inline frame" option to generate the necessary code.

    When I go to the ezy page (linked to the navigation - "Books"), I simply pasted the HTML code in (using "Edit HTML Source") and then "updated".

    Problem is nothing shows up. It's as though the HTML has disappeared.

    What is the problem here? or is it not possible to do?

    Any feedback appreciated.

    BTW.. Her's the code I am embedding.
    <iframe src="http://astore.amazon.com/(affiliateID)" width="90%" height="4000" frameborder="0" scrolling="no"></iframe>

    MG
    MG Page
    "The Silent Avatar Speaks"
    http://www.silentavatar.com/blog/

  2. #2
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,247
    Plugin Contributions
    58

    Default Re: Integrate Amazon Store Into Ezy Page?

    You will need to use a defined page.... EZ pages are a bit different as they are generated by the database, not coded so to speak.

    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  3. #3
    Join Date
    Oct 2008
    Location
    Australia
    Posts
    34
    Plugin Contributions
    0

    Default Re: Integrate Amazon Store Into Ezy Page?

    Quote Originally Posted by mprough View Post
    You will need to use a defined page.... EZ pages are a bit different as they are generated by the database, not coded so to speak.

    ~Melanie
    Hi Melanie,
    I tried this on a spare Defined Page and it doesn't work. Same issue as above. I did get some success embedding within a table, but it threw my whole site look out. Any suggestions?

    MG
    MG Page
    "The Silent Avatar Speaks"
    http://www.silentavatar.com/blog/

  4. #4
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,247
    Plugin Contributions
    58

    Default Re: Integrate Amazon Store Into Ezy Page?

    Did you try to add the code for the iFrame directly to the defined page file =-)

    Put it in a paragraph tag or div.

    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  5. #5
    Join Date
    Oct 2008
    Location
    Australia
    Posts
    34
    Plugin Contributions
    0

    Default Re: Integrate Amazon Store Into Ezy Page?

    Quote Originally Posted by mprough View Post
    Did you try to add the code for the iFrame directly to the defined page file =-)

    Put it in a paragraph tag or div.

    ~Melanie
    Hi Melanie,
    Yes tried paragraph and div - no go. I have put all the code in Dreamweaver and previewed without any problems. This one I have no clue about.

    Here's my code:
    HTML Code:
    <html>
    <div>
    <iframe src="http://astore.amazon.com/(affiliateID)" width="90%" height="4000" frameborder="0" scrolling="no"></iframe>
    </div>
    </html>
    Thanks for your help.
    MG
    MG Page
    "The Silent Avatar Speaks"
    http://www.silentavatar.com/blog/

  6. #6
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Integrate Amazon Store Into Ezy Page?

    Um .... if you were to attempt to run the page through a validator, it's going to complain that you're embedding <html> tags inside the existing <html> tags already put on the page by your template.
    .

    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.

  7. #7
    Join Date
    Oct 2008
    Location
    Australia
    Posts
    34
    Plugin Contributions
    0

    Default Re: Integrate Amazon Store Into Ezy Page?

    Quote Originally Posted by DrByte View Post
    Um .... if you were to attempt to run the page through a validator, it's going to complain that you're embedding <html> tags inside the existing <html> tags already put on the page by your template.
    I did try without the html tags in previous testing, so as a natural progression tried it with the HTML tags.

    One doesn't like to bother members unless you try what you can to resolve the issue first (aka search the forum posts/threads).

    I have a saying though.. "You can't know what you don't know". Just look at how many people post looking for answers.

    Now.. any other suggestions as to how to resolve this issue?


    MG
    MG Page
    "The Silent Avatar Speaks"
    http://www.silentavatar.com/blog/

  8. #8
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Integrate Amazon Store Into Ezy Page?

    Care to share a URL where this page can be viewed? I would usually look at the source of the page, hunt down through it to the code that's not working, and work my way back to making it work by removing/adding stuff to it in a standalone .html file.

    You said you met with some success by embedding in a table, but gave up on that because it caused a layout problem. I'd be inclined to think that maybe it might have been good to keep going with something that was at least partially working.

    That said, it's always dangerous to embed an iframe inside the middle of your site when you've got a template built-around it. All kinds of layout things can get busted by that iframe. You may not have any other option in this case, but it's worth noting that iframes can be troublesome.
    .

    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.

  9. #9
    Join Date
    Oct 2005
    Posts
    66
    Plugin Contributions
    0

    Default Re: Integrate Amazon Store Into Ezy Page?

    Im trying to do this too and so far it's working-ish... Create a new EZ page instead of editing an existing one, this solved that problem... Also make sure the iframe code is XHTML instead of just HTML so use <iframe /> instead of <iframe> </iframe>

    In Configuration / EZ Page Settings enter the page ID of the EZ page you want to turn the left/right column off on.

    Im now stuck on this: http://www.electrobiotics.com/Books

    The right column is turned off but the middle of the page doesn't overlap to the right hand side and show the aStore menu... im sure some CSS will sort that out inside a DIV.

 

 

Similar Threads

  1. v151 Integrate with EBay & Amazon?
    By picandnix in forum General Questions
    Replies: 3
    Last Post: 10 May 2013, 02:51 PM
  2. How do I integrate phpBB into my store's look & feel?
    By i-make-robots in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 1 Apr 2013, 06:47 PM
  3. JS based product page - Can I easily integrate into ZC or do I need custom coding?
    By vito in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 21 Oct 2008, 04:44 AM
  4. How do I integrate zen cart into my page
    By mronebeforey in forum General Questions
    Replies: 6
    Last Post: 28 Jan 2007, 01:22 AM

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