Recent content by NicolasLagios

  1. NicolasLagios

    How to change the name of an attribute permanently?

    Hello. Use javascript. First check the link and after make the translation eg if (window.location.href.indexOf("el/product/") > -1) { document.querySelector('[for="pa_cb5feb1b7314637725a2e7"]').innerText="Χρώμα"; //for color...
  2. NicolasLagios

    Yoast SEO overload 6VCPU - 400 products bulk publish from Import List

    Today I have found the reason my wordpress goes blank after 2 minutes waiting to publish 400 posts from "Import List". After disabling "Yoast SEO" , "Yoast SEO: WooCommerce" , "WP All Import - Yoast WordPress SEO Add-On" wordpress working again. I have a VPS Ubuntu Server with 6 CPU and 12GB...
  3. NicolasLagios

    AliDropship Woo plugin ver. 1.5.2 - UPDATE

    Hello, thanks for the update, do I need to upgrade my php? Right now I am using php 7.0.... update!!! I found the answer, I have update php to 7.1 and a lot of plugins in my website also.....
  4. NicolasLagios

    Export Aliexpress Product Store URL and Product URL

    I have already replied you before about this. Let me be more specific: download your xml Import on excel Enable filters on column headers Filter sku column to show you only the rows that don't have an sku Delete those rows Remove the filters now Now you have your main products only. This is...
  5. NicolasLagios

    Export Aliexpress Product Store URL and Product URL

    Thas is because the preview function only shows you 10 products and your first product has 9 more variations but only the main product has sku. I believe that is the problem. Forget the php code and use only this on xml (between <post></post> tags)...
  6. NicolasLagios

    Export Aliexpress Product Store URL and Product URL

    This is for the product url only Extra: if for some reason the export stuck, do not use php code at all and change <AliUrl>https://www.aliexpress.com/item/[replaceurlstr({Title})]/{Sku}.html</AliUrl> to <AliUrl>https://www.aliexpress.com/item/{Title}/{Sku}.html</AliUrl> after that open excel...
  7. NicolasLagios

    Export Aliexpress Product Store URL and Product URL

    Hello friend, for the link you can use WP ALL EXPORT or similar plugin that gives you the ability to export custom xml with custom php functions: Export Type: Custom XML <?xml version="1.0" encoding="UTF-8"?> <data> <!-- BEGIN LOOP --> <post> <ID>{ID}</ID>...
Top