Skip to content
View juanlistab's full-sized avatar

Organizations

@soflyy

Block or report juanlistab

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. Import Data to ATUM Barcode using WP... Import Data to ATUM Barcode using WP All Import #wpallimport #wpai
    1
    # How to Import Barcodes to the ATUM Inventory Management for WooCommerce plugin using WP All Import Pro.
    2
    
                  
    3
    This function will import data to the ATUM Inventory Management for WooCommerce, more specifically, to the "Barcode" field using a temporary Custom Field and the 'pmxi_saved_post' hook.
    4
    
                  
    5
    #### Instructions:
  2. Use the price of an existing variati... Use the price of an existing variation when importing variations without price
    1
    # Use the price of an existing variation when importing variations without price
    2
    
                  
    3
    ### Instructions: 
    4
    - This function uses the 'wp_all_import_before_variable_product_import' action (see https://www.wpallimport.com/documentation/action-reference/#wp_all_import_before_variable_product_import)
    5
    to import/update variations that have no price, using the price of other existing variations within the same parent product.
  3. Import Data to JetEngine Relations Import Data to JetEngine Relations
    1
    # How to Import JetEngine Relations 
    2
    
                  
    3
    ### This snippet will work for One to One, One to Many and Many to Many relationships: 
    4
    - We use the 'pmxi_saved_post' hook (see https://www.wpallimport.com/documentation/action-reference/#pmxi_saved_post) to import relations with different relationship types. 
    5
    
                  
  4. Prevent Customers Import from deleti... Prevent Customers Import from deleting shop_manager users
    1
    # Workaround for preventing the Customers Import to delete other user role accounts
    2
    
                  
    3
    This function will prevent the Customers Import from deleting other user roles such as Shop Manager when run with the "Remove users not present in this import file" option.
    4
    
                  
    5
    ```php