Results 1 to 5 of 5
  1. #1

    Default best way to bulk edit weights?

    I want to somehow... export a file of our products with shipping wieght, edit all the weights in excel and them reimport

    would I do this using phpadmin?

    I have heard stories of people exporting, then importing and duplicating db, etc...

    I just want to export, edit and import...
    MonkFunk Music Community
    Free Music Website

  2. #2
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,974
    Plugin Contributions
    0

    Default Re: best way to bulk edit weights

    Install EasyPopulate v 1.2.5.5 (if you are using ZC 1.3.8)

    After installation, you can export your product data to a tab delimited file that can be opened and edited in MS Excel.

    Then, after your edits, re-save as a tab-delimited TXT and using EasyPopulate, over-write your old data.

    EP is relatively simple to use, but very unforgiving of errors.

    Look at this article in the WIKI:

    http://www.zen-cart.com/wiki/index.php/Easy_Populate

    There is also a very long thread in the forum, as well as many other posts.

    The correct version of EP for ZC1.3.8 is here:-

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

  3. #3

    Default Re: best way to bulk edit weights

    just want to make sure this is the right one:
    http://www.zen-cart.com/index.php?ma...roducts_id=395

    it says 1.3.6 version
    MonkFunk Music Community
    Free Music Website

  4. #4
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,974
    Plugin Contributions
    0

    Default Re: best way to bulk edit weights

    Quote Originally Posted by keylesslocks View Post
    just want to make sure this is the right one:
    http://www.zen-cart.com/index.php?ma...roducts_id=395

    it says 1.3.6 version
    Yes, it's the one I use on 1.3.8a - so far, no problems experienced.

    At his modhole site, Langer has an earlier version (1.2.5.4) - I think 1.2.5.5. was updated by someone else though - not Langer himself.

  5. #5
    Join Date
    Apr 2008
    Posts
    48
    Plugin Contributions
    0

    Default Re: best way to bulk edit weights

    This might sound a little weird to do, but it worked for me. I was having an issue where my vendors proucts weights = to the price of shipping per the weight was different. IE: something that weighed 2 pounds could have costed $8 to ship , or it could of costed $10 . THis was do to the shape of the box it was being shipped in I think. ANyway, The way I did this was to create a formula in Excel to come up with a number that I then put into admin , , modules, shipping, table rate.

    Here is my table

    Shipping Table
    13579:9.99,23579:12.99,24579:23.99,24679:39.99,24689:49.99,246810:50.00


    13579= any shipping price from $0-$9.99
    23579= $9.99-$12.99

    and so on...

    My excel formula for this is

    =IF(A2<10,1,2) & IF(A2<13,3,4)& IF(A2<24,5,6)& IF(A2<40,7,8)& IF(A2<50,9,10)


    SO, put that formula next to the cell where the shipping price is and input that code. So if it says @9.98 for shipping, then the cell next to it will read 13579... Change the cell letter accordingly.

    WORKS PERFECT!

 

 

Similar Threads

  1. Edit quantity in bulk?
    By hales in forum Setting Up Categories, Products, Attributes
    Replies: 7
    Last Post: 15 Jan 2010, 01:25 PM
  2. Bulk edit to Call for Price
    By stevensmedia in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 11 Jul 2008, 03:15 PM
  3. Weights
    By Tmw-Websites in forum Built-in Shipping and Payment Modules
    Replies: 8
    Last Post: 12 Oct 2007, 11:14 PM
  4. Replies: 2
    Last Post: 19 Aug 2006, 09:01 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
  •