Hello SEO Framework Team,
I am currently testing your plugin, The SEO Framework, and I am planning to import meta titles and meta descriptions using the tool WP All Import. To make the process more efficient, it would be ideal if your plugin uses custom fields for storing these SEO data.
If custom fields are not available, I would have to resort to using custom PHP code, which has significant drawbacks. It would be more complicated and time-consuming to implement. Therefore, it would be much better and simpler if these fields were already available as custom fields.
If this isn’t the case, I can implement the import through PHP as a last resort. Here’s the link to the PHP functions I would need to use: https://www.wpallimport.com/documentation/inline-php/. However, I strongly prefer handling this via custom fields if possible.
Thank you in advance for your support!
Best regards,
Piu
]]>In first step i have function for convert currency, etc.
<?php
function change_currency($price, $course=10) {
return ($price/$course);
}
?>
And in wp all import field i have this code :
[change_currency({VARIANT[1]/PRICE_RETAIL[1]})]
But now i need update SALE price.
In my XML file the SALE PRICE value is not filled in all the time.
I need a solution for this , if there is a SALE price print it but before that I need the function to run CHANGE CURRENCY.
When i use this :
[change_currency({VARIANT[1]/PRICE_SALE[1]})]
all products that did not have a SALE price in the XML file got a price of 0 EUR.
Where am I going wrong? Thank you for your help.
]]>When I import products, by woocommerce import. If plugin WP Multilang is active, then the products are not imported into the current categories, but create new duplicate categories. If the plugin is disabled then everything is imported into the current categories.
Can I do something so that I don’t have to turn off the plugin when importing?
Thanks!!
]]>I’ve searched the forum but can’t seem to find a solution to the problem I am having.
I am importing around 200 products via CSV to WooCommerce – and am having an issue with variants.
After working on my spreadsheet, all product options were importing fine and displaying in the dropdowns. After closing and re-opening my file as a CSV, any new variable products I am trying to add only show the first option in the dropdown.
I can’t get my head round at all what the issue is, as the CSV is mainly untouched in terms of formatting etc and new products are being copied from existing products that do work OK.
I’ve uploaded the CSV here:
https://we.tl/t-0QVDCCCFRy
You can see row 179 for example is a new addition and although the ‘weight’ dropdown shows all options, only ‘plain’ shows for flavour dropdown and all other options are ignored from the cell.
]]>csv file can be found here.
]]>I’ve managed to successfully imported a barcode as an attribute using CSV import, it displayed as intended under the additional information (this is the only attribute I need) for all of my simple,virtual products but the barcode was incorrect so I updated it only using the attribute fields.
Now the attribute is no longer visible and the additional information tab has disappeared. I’ve not been able to reimport the information. How can I get this to work again?
Tx
B
This question might be outside your plugin use area, but here goes
I need to do a one-time export from iZettle to WooCommerce.
iZettle exports a .xlsx and WC only accepts .csv or .txt files.
Can your plugin help tying the two systems together so I can do the one-time export from iZettle to WC?
If so, do I need the paid version?
Thanks
]]>I’m trying to import products from one wordpress site to another.
When i export and import the CSV file, i get the following error
Error getting remote image https://www.pet-supply.co.il/wp-content/uploads/2018/11/download-3.jpg. Error: Forbidden.
While the link is not broken and working, but doesnt let me import the images using the Woocommerce default import.
my website:
https://shop.ganyavnez.co.il/
Any solutions?
Version 3.6.5
]]>