Page 3 of 7 FirstFirst 12345 ... LastLast
Results 21 to 30 of 69
  1. #21
    Join Date
    Dec 2011
    Location
    Wisconsin, USA
    Posts
    674
    Plugin Contributions
    21

    Default Re: Numinix Product Fields

    Quote Originally Posted by adb34 View Post
    So it is just one to add?
    No.

    Basically the module allows you to add product fields for any use...
    You can add any field you want the customer to see anywhere you want them to see it.

    Example...Lets say you added fields:
    item cost
    carat weight
    UPC

    You may not want to have the customer see cost.
    Where as you may want carat to appear in the bottom of the product_info page
    and UPC to appear on top above price

    it is designed as a TOOL to help you add product fields, what you choose to do with them is completely up to the programmer/developer.

    It is designed to simplify the process of adding fields to the product table. Saving a lot of time and frustration for doing so.

  2. #22
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Numinix Product Fields

    Quote Originally Posted by bislewl View Post
    No.

    Basically the module allows you to add product fields for any use...
    You can add any field you want the customer to see anywhere you want them to see it.

    Example...Lets say you added fields:
    item cost
    carat weight
    UPC

    You may not want to have the customer see cost.
    Where as you may want carat to appear in the bottom of the product_info page
    and UPC to appear on top above price

    it is designed as a TOOL to help you add product fields, what you choose to do with them is completely up to the programmer/developer.

    It is designed to simplify the process of adding fields to the product table. Saving a lot of time and frustration for doing so.
    Fantastic info. Thanks you
    Learning Fast.
    Eden Craft Supplies

  3. #23
    Join Date
    Sep 2015
    Location
    ohio
    Posts
    7
    Plugin Contributions
    0

    Default Re: Numinix Product Fields

    Our site is receiving this error repeatedly in the logs:

    [21-Oct-2015 08:26:01 America/Denver] PHP Warning: scandir(DIR_FS_ADMINincludes/installers/numinix_product_fields): failed to open dir: No such file or directory in /home2/brewonec/public_html/includes/init_includes/init_numinix_product_fields.php on line 32
    [21-Oct-2015 08:26:01 America/Denver] PHP Warning: scandir(): (errno 2): No such file or directory in /home2/brewonec/public_html/includes/init_includes/init_numinix_product_fields.php on line 32
    [21-Oct-2015 08:26:01 America/Denver] PHP Warning: sort() expects parameter 1 to be array, boolean given in /home2/brewonec/public_html/includes/init_includes/init_numinix_product_fields.php on line 37

    I followed the directory path and the installers/numix_product_fields/ exists and the php version files are present. Please help.

  4. #24
    Join Date
    Dec 2011
    Location
    Wisconsin, USA
    Posts
    674
    Plugin Contributions
    21

    Default Re: Numinix Product Fields

    Quote Originally Posted by neutronine View Post
    Our site is receiving this error repeatedly in the logs:

    [21-Oct-2015 08:26:01 America/Denver] PHP Warning: scandir(DIR_FS_ADMINincludes/installers/numinix_product_fields): failed to open dir: No such file or directory in /home2/brewonec/public_html/includes/init_includes/init_numinix_product_fields.php on line 32
    [21-Oct-2015 08:26:01 America/Denver] PHP Warning: scandir(): (errno 2): No such file or directory in /home2/brewonec/public_html/includes/init_includes/init_numinix_product_fields.php on line 32
    [21-Oct-2015 08:26:01 America/Denver] PHP Warning: sort() expects parameter 1 to be array, boolean given in /home2/brewonec/public_html/includes/init_includes/init_numinix_product_fields.php on line 37

    I followed the directory path and the installers/numix_product_fields/ exists and the php version files are present. Please help.
    Looks like your DIR_FS_ADMIN isn't defined

  5. #25
    Join Date
    Sep 2015
    Location
    ohio
    Posts
    7
    Plugin Contributions
    0

    Default Re: Numinix Product Fields

    Where do I define DIR_FS_ADMIN?

  6. #26
    Join Date
    Dec 2011
    Location
    Wisconsin, USA
    Posts
    674
    Plugin Contributions
    21

    Default Re: Numinix Product Fields

    Quote Originally Posted by neutronine View Post
    Where do I define DIR_FS_ADMIN?
    it should be in your
    catalog/YOUR_ADMIN/includes/configure.php

    wait...
    /home2/brewonec/public_html/includes/init_includes/init_numinix_product_fields.php on line 32

    this should be in the admin...
    something like:
    /home2/brewonec/public_html/YOUR_ADMIN/includes/init_includes/init_numinix_product_fields.php

    looks like you installed the Admin files in the catalog.

    Revert your files changes and then upload into your admin directory instead.

    in the readme docs:
    #2 Upload all files in this package while maintaining the directory structure (rename YOUR_ADMIN to your custom admin folder name)

  7. #27
    Join Date
    Sep 2015
    Location
    ohio
    Posts
    7
    Plugin Contributions
    0

    Default Re: Numinix Product Fields

    My admin/includes/configure.php:

    define('DIR_FS_ADMIN', preg_replace('#.includes$#', '', realpath(dirname(__FILE__) . '/../') . '/'));

    It doesn't appear as described in:

    https://www.zen-cart.com/wiki/index....ame_Your_Admin

    Edit the file admin/includes/configure.php. Make these two changes:
    1. Change
    define('DIR_WS_ADMIN', '/admin/'); to
    define('DIR_WS_ADMIN', '/testabc123/');
    2. Change
    define('DIR_WS_HTTPS_ADMIN', '/admin/'); to
    define('DIR_WS_HTTPS_ADMIN', '/testabc123/');
    3. Change
    define('DIR_FS_ADMIN', '/home/slothe/public_html/admin/'); to
    define('DIR_FS_ADMIN', '/home/slothe/public_html/testabc123/');

  8. #28
    Join Date
    Sep 2015
    Location
    ohio
    Posts
    7
    Plugin Contributions
    0

    Default Re: Numinix Product Fields

    Sorry, I didn't see your reply before I posted. I'll try that.

  9. #29
    Join Date
    Sep 2015
    Location
    ohio
    Posts
    7
    Plugin Contributions
    0

    Default Re: Numinix Product Fields

    Embarrassingly, it was in both locations. I remember now that I had installed it incorrectly. Then forgot to remove the incorrect files after I properly installed it. Thanks for helping to realize my ridiculous mistake. Sorry to waste your time.

  10. #30
    Join Date
    Dec 2011
    Location
    Wisconsin, USA
    Posts
    674
    Plugin Contributions
    21

    Default Re: Numinix Product Fields

    Quote Originally Posted by neutronine View Post
    Embarrassingly, it was in both locations. I remember now that I had installed it incorrectly. Then forgot to remove the incorrect files after I properly installed it. Thanks for helping to realize my ridiculous mistake. Sorry to waste your time.
    Never a waste of time, someone will find this useful someday

 

 
Page 3 of 7 FirstFirst 12345 ... LastLast

Similar Threads

  1. Numinix Product Fields(description2)
    By smoke133 in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 13 Apr 2021, 01:03 PM
  2. v151 Numinix Product Fields Version: 1.3.0
    By BlessIsaacola in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 25 Nov 2016, 07:06 PM
  3. v151 numinix product fields
    By adb34 in forum General Questions
    Replies: 2
    Last Post: 10 Sep 2014, 06:46 PM
  4. v139h How to add Numinix Product Fields (MSRP) to Product Listing Pages
    By Angeltown in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 7 Nov 2013, 11:00 PM
  5. numinix product fields UPC not working
    By kitcorsa in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 28 Dec 2012, 03:43 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