Aakash
Forum Replies Created
-
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] Can’t upload csvAfter clicking All Import > New Import > Upload File, a file explorer should pop up to select your CSV file, is that happening? If not, try using an incognito window or different browser.
Can you please share the .CSV file you’re trying to export?
If you have paid for the plugin, you can get expedited premium support here – https://www.wpallimport.com/support
@dizer7 Since you’re doing a variable product import (paid feature), then you have access to WPAllImport premium support.
I’d recommend recreating your import on a sandbox site (explained on the support form) and submitting that for expedited support – https://www.wpallimport.com/support
I believe this sandbox site has the import setup the way you did it – https://lonely-salamander.w5.wpsandbox.pro/?upass=1ShTWFv6b3l
Good luck
@dizer7
Is this import done more to your liking? It results in a total of 25 products. – https://lonely-salamander.w5.wpsandbox.pro?upass=1ShTWFv6b3l2If so, I did this by setting WooCommerce Add-On > Variations > Option 2 > Unique Value to: {name1[1]}
- This reply was modified 3 years, 1 month ago by Aakash.
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] update_product_lookupThis is a function in the WooCommerce API – https://woocommerce.wp-a2z.org/oik_api/wc_update_product_lookup_tables/
It’s normally run after edits to the Product table to enable faster database queries – https://en.wikipedia.org/wiki/Lookup_table
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] Custom log file (import)Could you show an example file you’re trying to import.
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] Data integrationHi @menni50
Yes, you can map your imported data to these available User fields and make adjustments with custom filters as needed.
Ex: https://imgur.com/JIumJ4l.png
- This reply was modified 3 years, 1 month ago by Aakash.
Can you share the XML file you’re importing, or at least a handful of entries from it.
After selecting “WooCommerce Product” on Step 1 of the import, you can set the Category rules on Step 4 in the “Taxonomies, Categories, Tags” box.
More info here: https://www.wpallimport.com/documentation/taxonomies/overview/
Visiting the URL now results in
{"status":200,"message":"Import #1 complete"}
has everything been solved?
Feel free to share the solution if so.To my understanding, you’re trying to create a parent node, <Custom-Top-Level-Category>, to encompass the current <CATEGORYTEXT> node?
If so, I’m not sure if this plugin has the ability to edit the structure like that (maybe with a custom PHP function?).
However if that’s your goal, you can use a text editing software (like Atom or Sublime) to find all instances of <CATEGORYTEXT> and do a bulk edit to add a parent node.
Example – https://code.visualstudio.com/assets/docs/editor/codebasics/multicursor.gif
Hi @ibrahimpak
Based on your provided <Aciklama> XML, can you specify exactly which element(s) you are trying to target?
You mention multiple tags (p, li, span, etc.) in your question, but the XML code doesn’t contain any of those tags, can you please clarify?
If you wish to select all of the elements within <Aciklama> the XPath would be:
/Aciklama/*
- This reply was modified 3 years, 1 month ago by Aakash.
Forum: Plugins
In reply to: [Post Types Order] Team Role page not displaying all itemsSolved.
This is handled in Settings > Reading > Blog pages show at most
Can control on a per-category basis with the posts_per_page WordPress functionForum: Plugins
In reply to: [Redirection] Redirecting to URL parameterThanks for pointing out that security concern John, appreciate it.
Is there a recommended way to validate the redirect url and do this with the plugin. Or does this call for a custom solution?Forum: Plugins
In reply to: [Redirect List] Redirecting to URL parameterHere’s a more specific example of a URL I’m trying to redirect.
Not sure how to specify the RedirectUrl parameter’s value as my redirect url.Thanks
Forum: Plugins
In reply to: [Redirection] Redirecting to URL parameterHere’s a more specific example of a URL I’m trying to redirect.
Not sure how to specify the RedirectUrl parameter’s value as my redirect url.Thanks
- This reply was modified 5 years, 11 months ago by Aakash.
Forum: Plugins
In reply to: [Lazy Load for Videos] Issues with DIvi/Divi Overlays–
- This reply was modified 6 years, 6 months ago by Aakash.