Page 358 of 365 FirstFirst ... 258308348356357358359360 ... LastLast
Results 3,571 to 3,580 of 3644
  1. #3571
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,974
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by hanming View Post
    I am am SUPER new to zen cart and easypopulate.

    May I know if easypopulate 1.2.5.4 is still working with zen-cart 1.5?
    Or I must now use EP 4.0?

    Please help me!!! Thank you very much.
    You should use EP ver 4 with ZC 1.5

  2. #3572
    Join Date
    Feb 2009
    Posts
    22
    Plugin Contributions
    0

    Default Re: Easy Populate 1.2.5.4 support

    NO admin > Tools > "Easy Populate" button
    None in "admin >configuration" either

    Installed zen cart v1.5.0
    Installed ez populate easypopulate-shafiqv1-2-5-6
    NO button

    Installed right over previous install ep_v1.2.5.4
    NO Button

    Easy Populate works using:
    h ttp://mysite.com/admin-directory/easypopulate.php?langer=install
    (space added to stop this system from amking it a linkl)

    When I run it there is a green message at the top of the screen which says:

    Installation Successfull! A full download of you store has been done and is available in your uploads (temp) directory. You can use this as your 1st template for uploading/updating products.
    Success File Full-EP2012May11-1111.txt successfully exported! The file is ready for download in your /temp/ directory.

    I have installed Easy Populate on another zen cart before.
    Am I doing something wrong?
    Is it OK to use it without the button.

  3. #3573
    Join Date
    Sep 2006
    Posts
    117
    Plugin Contributions
    0

    Default Re: Easy Populate 1.2.5.4 support

    Quote Originally Posted by larryweiss View Post
    NO admin > Tools > "Easy Populate" button
    None in "admin >configuration" either

    Installed zen cart v1.5.0
    Installed ez populate easypopulate-shafiqv1-2-5-6
    NO button

    Installed right over previous install ep_v1.2.5.4
    NO Button

    Easy Populate works using:
    h ttp://mysite.com/admin-directory/easypopulate.php?langer=install
    (space added to stop this system from amking it a linkl)

    When I run it there is a green message at the top of the screen which says:
    Installation Successfull! A full download of you store has been done and is available in your uploads (temp) directory. You can use this as your 1st template for uploading/updating products.
    Success File Full-EP2012May11-1111.txt successfully exported! The file is ready for download in your /temp/ directory.

    I have installed Easy Populate on another zen cart before.
    Am I doing something wrong?
    Is it OK to use it without the button.

    I have this very same issue. can any1 help?
    This is my Signature: w00t

  4. #3574
    Join Date
    Nov 2009
    Location
    Chennai, India
    Posts
    18
    Plugin Contributions
    1

    Default Re: Easy Populate 1.2.5.4 support

    Quote Originally Posted by panelcart View Post
    I have this very same issue. can any1 help?
    Use this following query in mysql. you will have the ez-populate under tools.

    INSERT INTO `admin_pages` (`page_key`, `language_key`, `main_page`, `page_params`, `menu_key`, `display_on_menu`, `sort_order`) VALUES
    ('ezpopulate', 'BOX_TOOLS_EASYPOPULATE', 'FILENAME_EASYPOPULATE', '', 'tools', 'Y', 150);

  5. #3575
    Join Date
    Sep 2006
    Posts
    117
    Plugin Contributions
    0

    Default Re: Easy Populate 1.2.5.4 support

    Quote Originally Posted by Balaji View Post
    Use this following query in mysql. you will have the ez-populate under tools.

    INSERT INTO `admin_pages` (`page_key`, `language_key`, `main_page`, `page_params`, `menu_key`, `display_on_menu`, `sort_order`) VALUES
    ('ezpopulate', 'BOX_TOOLS_EASYPOPULATE', 'FILENAME_EASYPOPULATE', '', 'tools', 'Y', 150);
    Thanks for the help.!
    This is my Signature: w00t

  6. #3576
    Join Date
    Mar 2010
    Location
    Green Bay, WI
    Posts
    318
    Plugin Contributions
    1

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by hanming View Post
    I am am SUPER new to zen cart and easypopulate.

    May I know if easypopulate 1.2.5.4 is still working with zen-cart 1.5?
    Or I must now use EP 4.0?

    Please help me!!! Thank you very much.
    I'm not sure if it is fully working with it right now..... Some confirm this!
    Forums are for helping people!! if you don't want to help people then shut up and get off the forum!

  7. #3577
    Join Date
    Nov 2009
    Location
    Chennai, India
    Posts
    18
    Plugin Contributions
    1

    Default Re: Easy Populate support for Version 1.2.5.4

    Almost all the earlier version modules works in zen 1.5 which are not having boxes defined in admin. For box definitions you need to use admin>admin access management>admin page registration. So the easy populate too.

  8. #3578
    Join Date
    Aug 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Easy Populate 1.2.5.4 support

    Quote Originally Posted by Balaji View Post
    Use this following query in mysql. you will have the ez-populate under tools.

    INSERT INTO `admin_pages` (`page_key`, `language_key`, `main_page`, `page_params`, `menu_key`, `display_on_menu`, `sort_order`) VALUES
    ('ezpopulate', 'BOX_TOOLS_EASYPOPULATE', 'FILENAME_EASYPOPULATE', '', 'tools', 'Y', 150);
    That worked - now how do I add the settings to the configuration menu??

    Thanks
    Matt

  9. #3579
    Join Date
    Jan 2010
    Posts
    169
    Plugin Contributions
    0

    Default Re: Easy Populate 1.2.5.4 support

    My plan is to upload stock received to admin via EP but ADD to current stock quantity when uploading.

    Three columns:
    1. v_products_id
    2. v_products_model
    3. v_products_quantity

    At my line 1561 a query selects the current contents...
    $sql = "SELECT
    p.products_quantity as v_products_quantity,

    I see in my line 1980 this...
    $query = "UPDATE " . TABLE_PRODUCTS . " SET
    products_quantity = '" . zen_db_input($v_products_quantity) . "' ,

    In order to do this, is it simply '" . zen_db_input($v_products_quantity + p.products_quantity) . "'

  10. #3580
    Join Date
    Jul 2005
    Location
    Orlando, Fl
    Posts
    216
    Plugin Contributions
    0

    Default Re: Easy Populate 1.2.5.4 support

    In order to do this, is it simply '" . zen_db_input($v_products_quantity + p.products_quantity) . "'
    Have you tried this?

    I can't really test it, but i'm thinking it might be more like this:

    PHP Code:

    zen_db_input
    ($v_products_quantity $row['p.products_quantity']) 
    or

    PHP Code:

    // Put Higher up in code
    $existing_qty $row['p.products_quantity'];

    // Then in Statement
    zen_db_input($v_products_quantity $existing_qty
    Seems like it would be better to accomplish this at the spreadsheet level.

 

 

Similar Threads

  1. EXCEL Populate [Support]
    By advancewebsoft in forum All Other Contributions/Addons
    Replies: 57
    Last Post: 23 Nov 2012, 04:24 AM
  2. Easy Populate vs Easy Populate Advanced
    By bestfoot in forum All Other Contributions/Addons
    Replies: 27
    Last Post: 16 Jun 2010, 03:55 AM
  3. Easy Populate support for Version 1.2.5.4 issue
    By txcharms in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 May 2010, 07:35 PM
  4. Easy Populate From osc vs. Easy Populate Free - from langer / modhole
    By relix in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 24 Oct 2009, 04:38 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
  •