Search results

  1. Aba357

    Can you keep Available inventory from showing?

    You could try adding some CSS, this will hide the stock number of the product on the product page: .stock.in-stock { display: none; }
  2. Aba357

    Question about attributes

    Hi, you could try to remove the additional information tab all along if that works for you, just paste this code on your functions.php file. add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 98 ); function woo_remove_product_tabs( $tabs ) { unset(...
  3. Aba357

    Alidropship Woo import problems

    Hello @Victoria Kudryashova . Sorry to bother, but have you been able to look into that? Regards.
  4. Aba357

    Alidropship Woo import problems

    I am sorry, I switched to my laptop now, the links are as follows: https://www.aliexpress.com/store/product/Vnox-Black-Wedding-Rings-for-Men-Jewelry-Punk-Men-Engagement-Rings-Jewelry-Wholesale-9mm-Wide-Rings/1086326_32666679857.html?spm=2114.12010612.0.0.2d5bd54avB3NQ1...
  5. Aba357

    Alidropship Woo import problems

    Thanks for your support Victoria. I'll share the most recent items I remember giving me this issue. https://m.es.aliexpress.com/item/32588296102.html https://m.es.aliexpress.com/item/32666679857.html https://m.es.aliexpress.com/item/32398634240.html
  6. Aba357

    Alidropship Woo import problems

    Hello, I've been working wih the Alidropship plugin for a few weeks, however, I have encountered some problems when trying to import some categories of items, specially jewelry. When importing some items, the process is stuck indefinitely and I can only get a partially imported item, without...
Top