spantelis97
Forum Replies Created
-
Forum: Plugins
In reply to: [Export any WordPress data to XML/CSV] how to export variants???
Forum: Plugins
In reply to: [Export any WordPress data to XML/CSV] how to export variantsactually i found a way to do it with the migrate option but here is a serious problem. it exports the categories with both ” | ” and ” > ” in result i can’t set the file to import the categories because of this problem. for example you may see inside: Shoes|Women Shoes>NewIn
Forum: Plugins
In reply to: [Export any WordPress data to XML/CSV] how to export variantsSo how to export products with wp all export and import them with wp all import actually? we have 2 websites that we want to sync them between etc
Update: tried the code that you provided i also changed the $price to $regular_price to see but nothing again. does someone know how to make this code actually work? thank you
Thank you for your response. so basically on import configuration i write this github code(i will replace the min/max prices with my preference) in functions tab before import?
Forum: Plugins
In reply to: [WooCommerce] Import and update products from external apiThe problem here is that the vendor has provided a small documentation with some api keys to connect to its api. so do i really need the woocommerce api here? or just a php file that will connect to vendor with the api keys and import the products?
Forum: Plugins
In reply to: [WooCommerce] Import and update products from external apiI will take a look even though for a begginer developer this seems really hard
Forum: Plugins
In reply to: [WooCommerce] Integrate external api into woocommerceThank you for the reply. I actually posted on slack because my mind has stucked at all and i cant figure out how to make this whole thing work.
Forum: Plugins
In reply to: [WooCommerce] Integrate external api into woocommerceSo i have to make a plugin that will work like a bridge and will connect supplier’s rest api with my woocommerce rest api?
Forum: Plugins
In reply to: [WooCommerce] Integrate External Products using an APII am trying to do this too but nobody helps!!