Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Nov 2010
    Posts
    12
    Plugin Contributions
    0

    Default Re: Easy Populate CSV not adding to Custom Fields

    Thank you and sorry,
    I could not find the first code question I posted ar 2:12 PM so I reposted. Appears it was there all along.

    My issues are not what the title suggests.

    My issue has got to be simple to resolve. but I sure an't for the life of me see the resolution.

  2. #2
    Join Date
    Nov 2010
    Posts
    12
    Plugin Contributions
    0

    Default Re: Easy Populate CSV not adding to Custom Fields

    I have found this code to check to see if my information exists in the database
    PHP Code:
    <?php
    $result 
    mysql_query("SELECT * FROM zen_products");
    while(
    $row mysql_fetch_array($result))
     {
    echo 
    $row ['products_file1'];
      echo 
    "<br />";
      }

    ?>
    but I want the result to be posted inside this so it places the information where it states $products_file1 but it soen't work

    Code:
    <p id="productInfoLink" class="productGeneral centeredContent"><?php echo sprintf(TEXT_MORE_INFORMATION1, zen_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($products_filel), 'NONSSL', true, false)); ?></p>
    clues?

  3. #3
    Join Date
    Nov 2010
    Posts
    12
    Plugin Contributions
    0

    Default Re: Easy Populate CSV not adding to Custom Fields

    I have finnally found the answer to my question.

    While searching the web for PHP answers I cam across this zencart thread.

    http://www.zen-cart.com/forum/showthread.php?t=120523

    It showed all of the areas where you need to include references to your added fields.

    Admin- collect_info.php, preview_info.php
    and modules, pages, product -main_template_vars.php

    All works now. Thsii can be closed.... I have added that tread to my favorites.

    My thanks to webego for posting a rehashed version from crazy_chris

    awesome info......

 

 

Similar Threads

  1. Easy Populate 1.2.5.7.csv not importing price
    By yoshikun1980 in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 21 Dec 2015, 09:28 PM
  2. v150 Easy Populate 4 vs. Easy Populate CSV - What's going on with so many Easy Populates?
    By oleancomputers in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 20 Jun 2013, 05:58 PM
  3. Custom Fields Easy Populate 1.2.5.7b ?
    By JayC in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 28 Jul 2011, 03:56 PM
  4. Easy Populate CSV 1.2.5.7 not working
    By irishshopper in forum Addon Sideboxes
    Replies: 1
    Last Post: 12 May 2011, 11:21 PM
  5. easy populate csv not inserting products
    By crafterscafe in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 Oct 2009, 12:20 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