Page 235 of 361 FirstFirst ... 135185225233234235236237245285335 ... LastLast
Results 2,341 to 2,350 of 3605
  1. #2341
    Join Date
    Aug 2014
    Location
    Lisbon
    Posts
    594
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Nop, sorry for the dumb question, I've check the import section for the featured file, and it's all there.
    If I have them active, I can set them to 0 . But from 0 status to 1 .... no.
    But, again, has I'm using the books fields, probably something is not right.
    I'll check that later.
    “Though the problems of the world are increasingly complex, the solutions remain embarrassingly simple.” ― Bill Mollison

  2. #2342
    Join Date
    Jul 2012
    Posts
    16,733
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    It's basically date based. Factors involved are starting date, ending date and current date. Other fields are present to aid the "reader". Do YOU know what products_id 189 is? Maybe as one that manages the ZC data all the time you might, but someone that works in "the store" doing inventory or selling an item, more than likely they know it by it's name or description.

    At any rate, the code works like this: if the available date for the featured item is less than the current date and the current date is less than the end/expire date, then the product is turned "on" during import with ZC taking over the remaining on/off controls, if the current date is before the start date or after the end date then as written EP4 will turn off the featured item. That said, the test probably should be if it is after the end date but the end date isn't "empty" (0001-01-01) then turn it off, after all if someone wants a product to *always* be featured after some point, then that would seem like the date to use, but probably also need to look at how ZC accomplishes this before making that change.

    Anyways, that's a brief description of the operation. This is not "product type" specific meaning that using bookx or not, the core EP4 code works as described above, though it does look like it could use some minor improvements in this area. (More for Version 4.0.35 :) )
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #2343
    Join Date
    Jun 2015
    Posts
    27
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Thanks! Actually that cleared a lot up for me. I appreciate the response!

  4. #2344
    Join Date
    Jul 2012
    Posts
    16,733
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by tk42one View Post
    Thanks! Actually that cleared a lot up for me. I appreciate the response!
    Welcome, glad I could help at least a little. :) any other things that are "perplexing"?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #2345
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,557
    Plugin Contributions
    28

    Default Re: EasyPopulate 4.0 Support Thread

    I've got this installed on a new ZC 1.5.5. When I try to download one of the csv files exports, I get a 403 forbidden error and no download. In the settings, I have:
    Upload Directory: admin/temp/
    This folder has permissions of 0755

    If I change the setting 'Uploads Directory Admin/Catalog' to false, I get no error.

  6. #2346
    Join Date
    Aug 2014
    Location
    Etobicoke
    Posts
    48
    Plugin Contributions
    0

    Default .CSV file for Canada Post

    Would anyone have a blank . CSV file with the Canada Post measurement fields that they could share?

    Thanks in advance.

  7. #2347
    Join Date
    Jul 2012
    Posts
    16,733
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by jeking View Post
    I've got this installed on a new ZC 1.5.5. When I try to download one of the csv files exports, I get a 403 forbidden error and no download. In the settings, I have:
    Upload Directory: admin/temp/
    This folder has permissions of 0755

    If I change the setting 'Uploads Directory Admin/Catalog' to false, I get no error.
    Well, that indicates that there remains a problem with the "auto-fix" for when the admin directory is entered in the folder path. The current expectation is that the admin directory name not appear in the database. To do this I recommend removing admin/ from the start of your folder's definition and changing the catalog/admin switch to pull from admin only...

    For further verification, do you have SSL set to true/in your admin/includes/configure.php file does your url for HTTP_SERVER contain http: or https:?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  8. #2348
    Join Date
    Jul 2012
    Posts
    16,733
    Plugin Contributions
    17

    Default Re: .CSV file for Canada Post

    Quote Originally Posted by llmcdonald View Post
    Would anyone have a blank . CSV file with the Canada Post measurement fields that they could share?

    Thanks in advance.
    If you review the installation package for Canada Post, should be able to identify what the field name(s) are by looking for things like alter, insert into or where $db->perform is used and can review the data being provided. There are other methods available as well such as review of the products table in say phpmyadmin and compare the fields to the install sql for a vanilla install.

    There's also a plugin that can identify such differences.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #2349
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,557
    Plugin Contributions
    28

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by mc12345678 View Post
    Well, that indicates that there remains a problem with the "auto-fix" for when the admin directory is entered in the folder path. The current expectation is that the admin directory name not appear in the database. To do this I recommend removing admin/ from the start of your folder's definition
    Sorry, where is this?
    Quote Originally Posted by mc12345678 View Post
    and changing the catalog/admin switch to pull from admin only...

    For further verification, do you have SSL set to true/in your admin/includes/configure.php file does your url for HTTP_SERVER contain http: or https:?
    SSL is enabled for the admin (and storefront) so it's https://

  10. #2350
    Join Date
    Jul 2012
    Posts
    16,733
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by jeking View Post
    Sorry, where is this?


    SSL is enabled for the admin (and storefront) so it's https://
    There is a "use_function" that has been added to the admin/includes/function/extra_functions file that is called when the configuration settings for EP4 have been modified (at least provided the remove/install SQL has been cycled in one of the newer versions.) The function is supposed to take a basic inspection of the entered path, if the catalog option has been selected and the admin path is present, then the catalog switch is to be auto flopped, and the path shortened to remove "admin". (Where admin is for those not fully following a rename of the actual admin directory and used here for privacy.)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 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

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR