Results 1 to 10 of 3673

Hybrid View

  1. #1
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by shopsfm View Post

    did not work
    followed post 205
    Here is what I did.. Trying to impout a hidded field "Cost"

    easypopulate_4.php

    line 102
    $ep_supported_mods['Cost'] = ep_4_check_table_column(TABLE_PRODUCTS,'products_Cost');

    *********************

    easypopulate_4_import.php

    line 30
    if ($ep_supported_mods['Cost'] == true) { // Cost - chadd
    $default_these[] = 'v_products_Cost';
    line 322
    if ($ep_supported_mods['Cost'] == true) { // Cost- chadd
    $sql .= 'p.products_cost as v_products_Cost,';
    line 936
    if ($ep_supported_mods['Cost'] == true) { // Cost
    $query .= "products_Cost = '".addslashes($v_products_Cost)."',";

    line 1025
    if ($ep_supported_mods['Cost'] == true) { // Cost
    $query .= "products_Cost = '".addslashes($v_products_Cost)."',";
    *************************

    easypopulate_4_functions.php


    line 79
    if ($ep_supported_mods['Cost'] == true) { // Cost
    $filelayout[] = 'v_products_Cost';

    line 160
    if ($ep_supported_mods['Cost'] == true) { // Cost
    $filelayout_sql .= 'p.products_Cost as v_products_Cost,';

    any help or link to a tutorial would be greatly appriciated.
    Believe me, something as simple as a misplaced single or double quote or missing parenthesis can drive you bonkers, not to mention 5-way inner joins on sql database queries.

    Trying to quote the code doesn't help. You left out parts. Better to PM or attach the files so I can look at your work. I bet I can spot the error quickly. Believe me, I fudged things up enough myself in the beginning! It's easy to do.

    -chadd

    BTW: use phpMyAdmin and double check your table column's name products_Cost <> products_cost in some implementations.
    Last edited by chadderuski; 6 Jun 2012 at 04:10 AM.

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. BackUp ZC [Support Thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 285
    Last Post: 23 Dec 2020, 10:40 AM
  3. Wordpress On ZC [Support Thread]
    By hira in forum All Other Contributions/Addons
    Replies: 1858
    Last Post: 17 Jan 2014, 01:24 AM
  4. ZJ Black 2 support thread
    By Liamv in forum Addon Templates
    Replies: 1
    Last Post: 15 Feb 2010, 02:53 PM

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