Results 1 to 8 of 8
  1. #1
    Join Date
    Aug 2012
    Location
    Medford Oregon USA
    Posts
    44
    Plugin Contributions
    0

    Idea or Suggestion How do I setup or connect a 'define_mobile.php' page with my catalog?

    How do you setup or tie in a 'define_mobile.php' page with the zen-cart catalog.

    I have built this mobile page showing a couple of products using the tools define page editor. I need to know how to connect these two products with the catalog, so I can tie in their attributes--price etc.

    <div class="container">
    <div data-role="collapsible" data-collapsed="true">
    <h3><p class="shop-text">U.S. RECYCLED WATER MARKETS</p>
    <p class="shop-text"><img src="http://web-mobileapp.com/proto-17/shop_imgs/barchart_with_pen.jpg" alt="U.S. RECYCLED WATER MARKETS" title=" U.S. RECYCLED WATER MARKETS " width="66" height="46">&nbsp;Price: $495.00</p>
    </h3>
    <p>117 Pages / 10 Figures & 25 Tables / Published June 2012. <br> For a detailed description, visit: "US Recycled Water Markets"</p>
    </div>

    <div class="container">
    <div data-role="collapsible" data-collapsed="true">
    <h3><p class="shop-text">SKIN CARE MARKET REVIEW 2012</p>
    <p class="shop-text"><img src="http://web-mobileapp.com/proto-17/shop_imgs/makeup_lady.jpg" alt="SKIN CARE MARKET REVIEW 2012" title=" SKIN CARE MARKET REVIEW 2012 " width="60" height="46" />&nbsp;Price: $295.00</p>
    </h3>
    <p>42 Pages / 9 Figures & 13 Tables / Published March 2012.<br> For a detailed description, visit: "SKIN CARE MARKET REVIEW 2012". </p>
    </div>

  2. #2
    Join Date
    Mar 2009
    Posts
    89
    Plugin Contributions
    0

    Default Re: How do you setup or connect a 'define_mobile.php' page with the zen-cart catalog

    Your link didn't work so not sure what you are talking about. Can you try reposting the link?

  3. #3
    Join Date
    Aug 2012
    Location
    Medford Oregon USA
    Posts
    44
    Plugin Contributions
    0

    Default Re: How do you setup or connect a 'define_mobile.php' page with the zen-cart catalog

    I do not know why or what is wrong I checked my email address an it was setup correctly.

  4. #4
    Join Date
    Aug 2012
    Location
    Medford Oregon USA
    Posts
    44
    Plugin Contributions
    0

    Default Re: How do you setup or connect a 'define_mobile.php' page with the zen-cart catalog

    I do not understand what you mean by.. Your link didn't work so not sure what you are talking about. Can you try reposting the link? I do not have a link in my question and my email address was set up correctly because I received your emaii.

  5. #5
    Join Date
    Aug 2012
    Location
    Medford Oregon USA
    Posts
    44
    Plugin Contributions
    0

    Default Can you build a file using the 'tools' define page editor and tie it to the catalog.

    Can you build a file using the 'tools' define page editor and tie it to the catalog.

    I have built a page (template) using the tools -> define page editor using the 'define_mobile.php' file. In that 'define_mobile.php' file, I have built a page listing some products. Now my question is how can I connect or tie in this page content that list product items to the Zen-cart Catalog. So that my add to cart button for each Item can pick up the catalog attributes and connect to paypal.

    Here is an Item listed in my define_mobile.php' file
    ----------------------------------------------------------------------
    <div class="container">
    [/U]<div data-role="collapsible" data-collapsed="true">
    <h3><p class="shop-text">U.S. RECYCLED WATER MARKETS</p>
    <p class="shop-text"><img src="http://web-mobileapp.com/proto-17/shop_imgs/barchart_with_pen.jpg" alt="U.S. RECYCLED WATER MARKETS" title=" U.S. RECYCLED WATER MARKETS " width="66" height="46">&nbsp;Price: $495.00</p>
    </h3>
    <p>117 Pages / 10 Figures & 25 Tables / Published June 2012. <br> For a detailed description, visit: "US Recycled Water Markets"</p>
    </div>

  6. #6
    Join Date
    Aug 2012
    Location
    Medford Oregon USA
    Posts
    44
    Plugin Contributions
    0

    Default Can you build a file using the 'tools' define page editor and tie it to the catalog.

    Can you build a file using the 'tools' define page editor and tie it to the catalog.

    I have built a page (template) using the tools -> define page editor using the 'define_mobile.php' file. In that 'define_mobile.php' file, I have built a page listing some products. Now my question is how can I connect or tie in this page content that list product items to the Zen-cart Catalog. So that my add to cart button for each Item can pick up the catalog attributes and connect to paypal.

    Here is an Item listed in my define_mobile.php' file
    ----------------------------------------------------------------------
    <div class="container">
    [/U]<div data-role="collapsible" data-collapsed="true">
    <h3><p class="shop-text">U.S. RECYCLED WATER MARKETS</p>
    <p class="shop-text"><img src="http://web-mobileapp.com/proto-17/shop_imgs/barchart_with_pen.jpg" alt="U.S. RECYCLED WATER MARKETS" title=" U.S. RECYCLED WATER MARKETS " width="66" height="46">&nbsp;Price: $495.00</p>
    </h3>
    <p>117 Pages / 10 Figures & 25 Tables / Published June 2012. <br> For a detailed description, visit: "US Recycled Water Markets"</p>
    </div>

  7. #7
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: How do I setup or connect a 'define_mobile.php' page with my catalog?

    Why exactly are you using a "define page" for this?

    There seems to be some background business reasoning missing from this discussion. How did you arrive at the choice to add a define_mobile page?



    Moderator note: Your multiple duplicate posts have been merged. Please don't splatter them all over the forum. One discussion thread is enough. Duplicates get flagged as spam and that's not helpful to anyone.
    .

    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.

  8. #8
    Join Date
    Aug 2012
    Location
    Medford Oregon USA
    Posts
    44
    Plugin Contributions
    0

    Default Re: How do I setup or connect a 'define_mobile.php' page with my catalog?

    Ok thanks for the notice and help.. I am a new zen user. So i guess I will try another method. I just wish their where some Zen-CArt mobile sample templates and how to implement into the Zen-Cart.

 

 

Similar Threads

  1. v151 How do i Connect with Hdfc Payment Integration
    By sonydaman in forum Addon Payment Modules
    Replies: 1
    Last Post: 12 Jul 2013, 10:13 AM
  2. separate php file inside catalog can't connect to database
    By caborela in forum General Questions
    Replies: 1
    Last Post: 3 Mar 2012, 09:11 AM
  3. Home links point to .../catalog/ but don't display .../catalog/index.php
    By double-happiness in forum General Questions
    Replies: 3
    Last Post: 29 Nov 2011, 03:21 PM
  4. First Time User. Need help with config.php setup
    By ryanschultz in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 9 Feb 2011, 07:26 AM
  5. Blank Page for catalog index.php
    By lollyloopp in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 12 Jul 2006, 06:17 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