Trey
Forum Replies Created
-
I’m marking this as resolved since it’s been inactive for a while. If you still have questions about this, feel free to follow up in this thread.
Anyone else with questions, please open a new topic.
Hi @cdwheelhit,
I am marking this as resolved since we haven’t heard back in a while. Feel free to follow up in this thread if you still have questions about this topic.
Anyone else, please open a new topic.
Hi @simplisticsca,
Thanks for the report. Since this is about the Pro version, we’ll need you to contact support here: http://www.wpallimport.com/support/. We can only help out with the free plugins on this forum.
Forum: Plugins
In reply to: [Import Users from CSV] Add User Expiry details to CSVHey @richmdr,
That is a Unix Timestamp. You should be able to use the solution here to convert your dates in Excel to timestamps: https://stackoverflow.com/questions/1703505/excel-date-to-unix-timestamp (I haven’t tested it myself, but it looks promising).
Forum: Plugins
In reply to: [WP All Import – Product Import for WooCommerce] Import specific valueHi @gman87,
How to create a new attribute with only one specific value, instead of all values? There are more than 10 values, but I need to import one value
Do you need to import the same value for every import record? If so, you can type in a static value rather than using an import element in the attribute value field.
If I misunderstood, can you please elaborate on the situation, and provide example data/screenshots? You can use dummy data if you’d like to hide your real data from this public forum.
Unfortunately, the free version of WP All Export does not support category filters.
I responded to this question here: https://wordpress.org/support/topic/export-file-without-images-metadata-alt-title-desc/.
Forum: Plugins
In reply to: [WP All Import – Product Import for WooCommerce] GTIN, UPC, EAN o ISBNHey @ricsca2,
I haven’t heard back in a while, so I’m going to mark this as resolved. Feel free to follow up in this thread if you still have a question.
Anyone else, please open a new topic.
Hey @discountpleasure,
Thank you, so if I use to not use folders for dates, it should be wp-content/uploads
Yes.
Forum: Plugins
In reply to: [Import Users from CSV] Add User Expiry details to CSVHi @richmdr,
Is there a way to add additional columns to the csv? I also use a User Expiry plugin which allows me to give students x amount of access. It would be great if I could add that info to the csv.
If it’s stored as user meta, yes, you could add that user meta field to the CSV as a new column. To get the user meta field name and to see what data is required, you’d need to manually create a user with an expiry date, then use a plugin like this – https://wordpress.org/plugins/pexlechris-adminer/ – to view the usermeta database table and check the custom field name/value.
When I export my woocommerce products. I can see that images filenames are followed by alt : xxxxxx ! title : xxxxxx ! desc : xxxx ! caption :
That is not normal WP All Export output. It looks like the output of a similar export plugin on the WP repo.
Can you please show me screenshots of the export settings/template, and a screenshot of the image field settings (click it in the export template to view it)?
Hi @cdwheelhit,
Thanks, that’s helpful.
You should define NONCE_SALT in your /wp-config.php file to fix this. Here’s how you can do it:
define('NONCE_SALT', 'put your unique phrase here');You can generate a unique phrase here: https://api.wordpress.org/secret-key/1.1/salt/ (do not share it with anyone). And you can see what it looks like in an example wp-config file here: https://core.trac.wordpress.org/browser/tags/6.7.1/wp-config-sample.php.
WP All Import imports the images into the same uploads folder that’s used when you manually upload an image in the Media Library.
Hi @cdwheelhit,
Yes, please post the error log entry.
Forum: Plugins
In reply to: [WP All Import – Product Import for WooCommerce] foreach loopHi @mariakos,
Your solution should work fine. It would also work to put this in the field with no FOREACH loop:
{crosssales/crosssale}