Results 1 to 10 of 3673

Hybrid View

  1. #1
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    I'm thinking that I could create a file that could be commonly pulled from outside software as well as EP4 to provide the version information instead of a database or always loaded define. That way there is no additional burden to the remainder of the site other than the existence of an additional file. Would likely place as a module file. Consider the use of

    admin/includes/modules/easypopulate_4_version.php

    With the processing contents of something like the existing line in the base module:
    Code:
    <?php
    /**
     * Header related information to describe the relationship to EasyPopulate 4
     * @author mc12345678 https://mc12345678.com
     **/
    
    $curver_detail = '4.0.36';
    And then the easypopulate_4.php file where that line exists to be changed to:
    Code:
    require DIR_WS_MODULES . 'easypopulate_4_version.php';
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #2
    Join Date
    Aug 2014
    Location
    Lisbon
    Posts
    594
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Yeap, that would be nice, Thanks.
    Like I said, I actually haven't dig into how or if other modules declared that they are present, but I think it's nice.
    No need to add extra info all over the place, but saying: module x.x.x is present.
    ok thanks.
    “Though the problems of the world are increasingly complex, the solutions remain embarrassingly simple.” ― Bill Mollison

  3. #3
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by mesnitu View Post
    Yeap, that would be nice, Thanks.
    Like I said, I actually haven't dig into how or if other modules declared that they are present, but I think it's nice.
    No need to add extra info all over the place, but saying: module x.x.x is present.
    ok thanks.
    No problem.

    Note though that the simple string like '4.0.36' is not the same as the github title of: EasyPopulate V4 4.0.36 ZC Release, or the tag of: v4.0.36.ZC

    Will have to account for those differences in your comparison if using the github information...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #4
    Join Date
    Dec 2006
    Location
    near Atlanta Georgia
    Posts
    216
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Does Easy Populate have the function to toggle an attribute on/off based on the selection value of another option?
    Best,
    Goldbuckle

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by GoldBuckle View Post
    Does Easy Populate have the function to toggle an attribute on/off based on the selection value of another option?
    May have to read this response a few times.

    EP4 or any variation of such does not itself offer catalog side control of options. It interacts with the database to provide information (on import) to populate the database information. If there is a plugin that uses such data to control customer selection, then in that case the data imported will affect the customer's ability to select the product's attributes.

    Such a plugin may be Stock By Attributes, available from https://github.com/mc12345678/Stock_...butes_Combined

    Using that plugin (or a similar commercial option) it is possible to indicate what attribute(s) become available based on selection of a previous attribute. In that regards, this plugin does support stocking attribute variants that are already defined. This population is currently supported for SBA. It is unknown if other such modules are supported as they have not been tested by me nor reported by others as supported.‎
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #6
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,536
    Plugin Contributions
    127

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by GoldBuckle View Post
    Does Easy Populate have the function to toggle an attribute on/off based on the selection value of another option?
    Bear in mind that the selection of options occurs in the catalog when the customer is buying an item - this is completely separate from easy populate, which is an admin function that populates/updates the database.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  7. #7
    Join Date
    Dec 2006
    Location
    near Atlanta Georgia
    Posts
    216
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by swguy View Post
    Bear in mind that the selection of options occurs in the catalog when the customer is buying an item - this is completely separate from easy populate, which is an admin function that populates/updates the database.
    Okay I will check out Stock by Attributes, thanks!
    Best,
    Goldbuckle

 

 

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