Page 24 of 24 FirstFirst ... 14222324
Results 231 to 240 of 3673

Hybrid View

  1. #1
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    934
    Plugin Contributions
    9

    Default Re: Exporting Zen products

    Quote Originally Posted by kevinmc3 View Post
    When I export my products, using admin -> tools -> easypopulate4, to a CSV file is there supposed to be a field for the URL for each product?
    Unless you changed a setting, the URL should belong to "v_products_url" field. But do you mean for compatibility with a SEO rewrite engine, no there's no such field for that innately.

  2. #2
    Join Date
    Jan 2013
    Location
    New Port Richey, Florida
    Posts
    968
    Plugin Contributions
    0

    Default Re: Exporting Zen products

    im using 4.0.39 in zen version 2.10 php 8.0 and am getting this error
    Code:
    [10-Dec-2024 07:19:10 America/New_York] PHP Fatal error: Uncaught Error: Undefined constant "EASYPOPULATE_4_SPECIALS_HEADING" in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php:197
    Stack trace:
    #0 /Jimmies_Admin/index.php(28): require()
    #1 {main}
    thrown in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php on line 197
    
    [10-Dec-2024 07:19:10 America/New_York] Request URI: /Jimmies_Admin/index.php?cmd=easypopulate_4, IP address: 192.168.1.33
    --> PHP Fatal error: Uncaught Error: Undefined constant "EASYPOPULATE_4_SPECIALS_HEADING" in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php:197
    Stack trace:
    #0 /Jimmies_Admin/index.php(28): require()
    #1 {main}
    thrown in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php on line 197.
    
    [10-Dec-2024 07:19:10 America/New_York] Request URI: /Jimmies_Admin/index.php?cmd=easypopulate_4, IP address: 192.168.1.33
    --> PHP Fatal error: Uncaught Error: Undefined constant "EASYPOPULATE_4_SPECIALS_HEADING" in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php:197
    Stack trace:
    #0 /Jimmies_Admin/index.php(28): require()
    #1 {main}
    thrown in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php on line 197.
    i installed through zc_plugins

  3. #3
    Join Date
    Jan 2013
    Location
    New Port Richey, Florida
    Posts
    968
    Plugin Contributions
    0

    Default Re: Exporting Zen products

    changed line to this
    Code:
    $specials_print = defined('EASYPOPULATE_4_SPECIALS_HEADING') ? EASYPOPULATE_4_SPECIALS_HEADING : 'EASYPOPULATE_4_SPECIALS_HEADING';
    and now getting this error
    Code:
    [10-Dec-2024 07:36:04 America/New_York] PHP Fatal error: Uncaught Error: Undefined constant "EASYPOPULATE_4_DISPLAY_STATUS_PRODUCT_SHORT_DESC" in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php:331
    Stack trace:
    #0 /Jimmies_Admin/index.php(28): require()
    #1 {main}
    thrown in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php on line 331
    
    [10-Dec-2024 07:36:04 America/New_York] Request URI: /Jimmies_Admin/index.php?cmd=easypopulate_4, IP address: 192.168.1.33
    --> PHP Fatal error: Uncaught Error: Undefined constant "EASYPOPULATE_4_DISPLAY_STATUS_PRODUCT_SHORT_DESC" in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php:331
    Stack trace:
    #0 /Jimmies_Admin/index.php(28): require()
    #1 {main}
    thrown in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php on line 331.
    
    [10-Dec-2024 07:36:04 America/New_York] Request URI: /Jimmies_Admin/index.php?cmd=easypopulate_4, IP address: 192.168.1.33
    --> PHP Fatal error: Uncaught Error: Undefined constant "EASYPOPULATE_4_DISPLAY_STATUS_PRODUCT_SHORT_DESC" in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php:331
    Stack trace:
    #0 /Jimmies_Admin/index.php(28): require()
    #1 {main}
    thrown in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php on line 331.

  4. #4
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    934
    Plugin Contributions
    9

    Default Re: Exporting Zen products

    Quote Originally Posted by jimmie View Post
    changed line to this
    Code:
    $specials_print = defined('EASYPOPULATE_4_SPECIALS_HEADING') ? EASYPOPULATE_4_SPECIALS_HEADING : 'EASYPOPULATE_4_SPECIALS_HEADING';
    and now getting this error
    Code:
    [10-Dec-2024 07:36:04 America/New_York] PHP Fatal error: Uncaught Error: Undefined constant "EASYPOPULATE_4_DISPLAY_STATUS_PRODUCT_SHORT_DESC" in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php:331
    Stack trace:
    #0 /Jimmies_Admin/index.php(28): require()
    #1 {main}
    thrown in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php on line 331
    
    [10-Dec-2024 07:36:04 America/New_York] Request URI: /Jimmies_Admin/index.php?cmd=easypopulate_4, IP address: 192.168.1.33
    --> PHP Fatal error: Uncaught Error: Undefined constant "EASYPOPULATE_4_DISPLAY_STATUS_PRODUCT_SHORT_DESC" in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php:331
    Stack trace:
    #0 /Jimmies_Admin/index.php(28): require()
    #1 {main}
    thrown in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php on line 331.
    
    [10-Dec-2024 07:36:04 America/New_York] Request URI: /Jimmies_Admin/index.php?cmd=easypopulate_4, IP address: 192.168.1.33
    --> PHP Fatal error: Uncaught Error: Undefined constant "EASYPOPULATE_4_DISPLAY_STATUS_PRODUCT_SHORT_DESC" in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php:331
    Stack trace:
    #0 /Jimmies_Admin/index.php(28): require()
    #1 {main}
    thrown in /zc_plugins/EasyPopulateV4/v4.0.39.ZC/admin/easypopulate_4.php on line 331.
    Check again to see if you copied over the right language files to the admin folder.

    Should have a line like this in /admin/includes/languages/english/extra_definitions/lang.easypopulate_4.php:
    PHP Code:
      'EASYPOPULATE_4_DISPLAY_STATUS_PRODUCT_SHORT_DESC' => 'Product Short Descriptions: '

  5. #5
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: Exporting Zen products

    Quote Originally Posted by retched View Post
    Unless you changed a setting, the URL should belong to "v_products_url" field. But do you mean for compatibility with a SEO rewrite engine, no there's no such field for that innately.
    There is a configurable option on easy populate to export the URL as would be seen using the Zen Cart function zen_href_link. The v_products_url field is a database field typically having a link to an off-site location to be displayed with the product or creatively used for other reasons such as to retrieve an image or something.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #6
    Join Date
    Dec 2005
    Location
    Perth, Western Australia, Australia
    Posts
    781
    Plugin Contributions
    0

    Default Re: Exporting Zen products

    Hello,


    Thanks to the Debug plugin, after further reviewing the logs, the following errors are appearing:


    ---
    [21-May-2025 08:00:03 UTC] Request URI: /ADMINPLACEHOLDER/index.php?cmd=easypopulate_4, IP address: 123.123.123.123
    --> PHP Fatal error: Uncaught TypeError: fclose(): Argument #1 ($stream) must be of type resource, bool given in /home/ACCOUNTPLACEHOLDER/public_html/ADMINPLACEHOLDER/easypopulate_4.php:167
    Stack trace:
    #0 /home/ACCOUNTPLACEHOLDER/public_html/ADMINPLACEHOLDER/easypopulate_4.php(167): fclose(false)
    #1 /home/ACCOUNTPLACEHOLDER/public_html/ADMINPLACEHOLDER/index.php(16): require('/home/ACCOUNTD...')
    #2 {main}
    thrown in /home/ACCOUNTPLACEHOLDER/public_html/ADMINPLACEHOLDER/easypopulate_4.php on line 167.
    ---


    The host says this is beyond the scope of support.


    Can anyone please advise?


    Best regards,
    The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan


  7. #7
    Join Date
    Jan 2005
    Posts
    55
    Plugin Contributions
    0

    Default Re: Exporting Zen products

    Quote Originally Posted by dealbyethan.com View Post
    Can anyone please advise?
    Well, why not move to "dbio"? EZ4 is not worked on anymore and dbio does the same thing.

 

 
Page 24 of 24 FirstFirst ... 14222324

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