Skip to content
View trey8611's full-sized avatar
💭
listening to n*sync
💭
listening to n*sync
Block or Report

Block or report trey8611

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. download-file-function.php download-file-function.php
    1
    <?php
    2
    /*
    3
    ###################  READ ME  #################################
    4
    You'll pass the URL to your feed/file to this function inside the "Download from URL" option when creating an import.
    5
  2. #proxyscript #proxyscript
    1
    <?php
    2
    /*
    3
    ###################  READ ME  #################################
    4
    You must create a proxy file that retrieves your import file from FTP and then returns it.
    5
    You will then call that file with the 'Download from URL' option in WP All Import.
  3. WP All Import - Optimize your import... WP All Import - Optimize your import speed.
    1
    ## WP All Import Optimizations
    2
    
                  
    3
    If you have a slow import, or if you're running into a lot of server timeouts, then you can follow these steps to optimize your import.
    4
    
                  
    5
    ### Slow Import Guide
  4. WP All Import - A description of dif... WP All Import - A description of different import types "New Items" and "Existing Items"
    1
    ## A description of import types
    2
    
                  
    3
    - New Items Import -
    4
    
                  
    5
    This is primarily used to create and manage products. It keeps internal track of the products that it imports, 
  5. Increase Stock / Append Stock instea... Increase Stock / Append Stock instead of replacing it. | pmxi_saved_post
    1
    # How to increase stock instead of replacing it
    2
    
                  
    3
    1. Create a new import that uses Manual Record Matching to update the products: http://www.wpallimport.com/documentation/recurring/manual-record-matching/.
    4
    
                  
    5
    2. On step 3, import the stock value into a custom field named something like "_my_new_stock": https://d.pr/i/jQYZ6u
  6. Adjust WooCommerce Variation Threshold Adjust WooCommerce Variation Threshold
    1
    By default, WooCommerce only loads 30 variations on the front-end for variable products. If your product has more variations than that, WooCommerce will not fetch them until they're selected in the drop-downs - which means that unavailable variations will show up in the drop-downs.
    2
    
                  
    3
    If you don't want WooCommerce to display unavailable options in the drop-downs, you'll have to adjust the WooCommerce AJAX Variations Threshold to be more than the amount of variations your product has.
    4
    
                  
    5
    Here's an example snippet that tells WooCommerce to load 100 variations: