Page 203 of 384 FirstFirst ... 103153193201202203204205213253303 ... LastLast
Results 2,021 to 2,030 of 3833
  1. #2021
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Easy Populate with Quantity Price Discounts working!

    Quote Originally Posted by chadderuski View Post
    If you use Quantity Price Discounts (or Price Breaks based on purchased Quantity) on your store, I have a working solution using EP to download, upload and update price breaks. Yes, this did require me to code it and create a new file type: Model/Price/Breaks "PriceBreaks-...".
    Hi Chadderruski,

    Is your update an update of the easypopulate.php file packaged in EP v. 1.2.5.5 (version available in ZC downloads area - "Admin Tools" category)?

    http://www.zen-cart.com/index.php?ma...roducts_id=395

    And does your update support ZC 1.38a?

    Regarding creating a "new file type", what is meant by that?

    Thanks,
    Woody

  2. #2022
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Easy Populate with Quantity Price Discounts working!

    Quote Originally Posted by Woodymon View Post
    Hi Chadderruski,

    Is your update an update of the easypopulate.php file packaged in EP v. 1.2.5.5 (version available in ZC downloads area - "Admin Tools" category)?

    http://www.zen-cart.com/index.php?ma...roducts_id=395

    And does your update support ZC 1.38a?

    Regarding creating a "new file type", what is meant by that?

    Woody
    Hi Woody,

    The above attached file is rather an example of how to do quantity discounts and not meant to be a full update to EP v1.2.5.5. That would require more time and testing in addition to making modifications to the admin selectable options.

    I have added my own fields for download and also recently even added fields to my products database (products_price_UOM for example so I can list my prices as ea cs bx, etcetera). Extending this functionality to be broadly compatible for all users is again time consuming and would require further testing.

    What I meant by "new file type" is that I made a new download type for products/price/and quantity breaks. Again, I've since changed this to include my own products_price_UOM but left that out of the above file since a user would need to modify their database and other core files...

    I have also added fields for v_product_is_call v_products_sort_order v_products_quantity_order_min v_products_quantity_order_units because these are relevant to our business. All of these are rather easy to add since they are stored in the products database.

    IF IF IF I can get the time AND figure out the attributes features I may do a full update to EP Free. The attributes look like a pain in the arse... more difficult than quantity breaks which turned out to be quite simple. At the same time I'd rather do a "configurable" download that would let you select the fields you need from the products database and download just those. This would be more useful in the long run and "hopefully" eliminate the need to modify the code manually.

    So I posted this code for the more gear minded users to ponder and give feed back on, and for those that have been desperate for a quantity breaks update feature that has been sorely lacking to date.

    I am using 1.38a but this should also work with 1.37 provided you check your database for added fields.

    -cj

  3. #2023
    Join Date
    Sep 2005
    Posts
    7
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    I would be extremely interested in this.

    I'm leary to buy ep pro since the author doesn't seem to check his own forums and the non-profit would not want to waste it's money if it doesn't work. We'd be soley buying it so that we ep attributes as well as items categories etc.

  4. #2024
    Join Date
    May 2006
    Location
    Queensland, Australia
    Posts
    248
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Also incase people are interested, i have been able to add new fields to Easy Populate so that you can add new fields as well. The only file you need to edit is easypopulate.php and below is a link to the one that i made, it allows you to upload 5 new fields called; "Materials, Finish, Height, Width, Length".

    You can use this a a guide and make it to however you want.

    http://www.agelessartifacts.com/priv...sypopulate.rar

  5. #2025
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,264
    Plugin Contributions
    3

    Default Re: Easy Populate support for Version 1.2.5.4

    Would it be possible for you to package this up as a ZIP rather than RAR. Most novices can't unpack RAR as it requires a specific unpacker, but can unpack ZIP.
    20 years a Zencart User

  6. #2026
    Join Date
    May 2006
    Location
    Queensland, Australia
    Posts
    248
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by schoolboy View Post
    Would it be possible for you to package this up as a ZIP rather than RAR. Most novices can't unpack RAR as it requires a specific unpacker, but can unpack ZIP.

    http://www.agelessartifacts.com/priv...sypopulate.zip


  7. #2027
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,264
    Plugin Contributions
    3

    Default Re: Easy Populate support for Version 1.2.5.4

    Thanks!
    20 years a Zencart User

  8. #2028
    Join Date
    May 2006
    Location
    Queensland, Australia
    Posts
    248
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by schoolboy View Post
    Thanks!
    NP. it was really easy to do as well, the way that everyone was going on, i thought it would be alot harder.

  9. #2029
    Join Date
    Jul 2007
    Location
    Australia
    Posts
    21
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Hi,
    Sorry for this so very basic post but I cant even get EP started.
    I may have it in the wrong place and I may have done a few other things wrong.
    There's a few things I don't understand.
    I have no idea what I'm doin lol.

    Anyway what I have done so far is.....
    Downloaded EP, unzipped it (that I understand).
    The install says rename the admin file to suit my zencart installation.
    The version says it is "Zen Cart 1.3.7". So I have renamed the admin file "v1.3.7", not sure if this is right, but that's what I've done.

    The install text says "The temp folder is configured to reside in your store directory".
    The temp folder along with "v1.3.7" folder, the "easypopulate.php" file and the "install_sql" file are all here /public_html/.
    This is also where all the folders start for zencart, so I'm assuming this is the root directory and where all the files for EP go.

    In the admin area, Easy Populate appears at the bottom of the list and when clicked on opens the editing page which can be edited, e.g "Upload File Date Format" etc.

    Easy Populate doesn't appear in the admin> tools dropdown list.

    I also have the "temp" folder chmod to 700.

    I have tried "/easypopulate.php?langer=install" after the website URL shopinoz.com.au/admin/ .
    Only to get the message "Fatal error: Call to undefined function ep_chmod_check() in /home/xxxx/public_html/admin/easypopulate.php on line 217"


    Can anybody steer me in the right direction of placement of the folders and files or what I need to rename the admin folder, or anything else I may be doing wrong.

    I did search this thread but there's 200 pages and I couldn't find something as basic as the info I need.

    Sorry to be so unknowing of the EP, it sounds so easy.

    Thanks for any help,
    Chris.

  10. #2030
    Join Date
    May 2006
    Location
    Queensland, Australia
    Posts
    248
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Anyway what I have done so far is.....
    Downloaded EP, unzipped it (that I understand).
    The install says rename the admin file to suit my zencart installation.
    The version says it is "Zen Cart 1.3.7". So I have renamed the admin file "v1.3.7", not sure if this is right, but that's what I've done.
    You put upload the admin fold to the store, for example mine is www.agelessartifacts.com/store, so in this case i would upload the folder to that.

    The install text says "The temp folder is configured to reside in your store directory".
    The temp folder along with "v1.3.7" folder, the "easypopulate.php" file and the "install_sql" file are all here /public_html/.
    This is also where all the folders start for zencart, so I'm assuming this is the root directory and where all the files for EP go
    The TEMP folder i always make it 777.

 

 

Similar Threads

  1. v150 Easy Populate 4 vs. Easy Populate CSV - What's going on with so many Easy Populates?
    By oleancomputers in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 20 Jun 2013, 05:58 PM
  2. v151 Difference between easy populate and Excel Populate
    By Kevin205 in forum General Questions
    Replies: 7
    Last Post: 22 Jan 2013, 04:33 AM
  3. v139h Easy Populate Free vs. Easy Populate Paid
    By fabienne in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 22 Apr 2012, 02:37 PM
  4. 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
  5. 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR