Recent content by JungleDoug

  1. J

    some of the alidropship settings are missing

    Hi I want to upload product images to my server, but for some reason the settings are not there in my install. See screenshot of the setting for products then my screenshot of my settings and it is not there. Why?
  2. J

    Is there a way to auto convert cm to inches

    I am not a programmer but here is the php script, [akshay@localhost tmp]$ cat test.php <?php function cm2feet($cm) { $inches = $cm/2.54; $feet = intval($inches/12); $inches = $inches%12; return sprintf('%d ft %d ins', $feet, $inches); } echo cm2feet(162) ?> hopefully this is something that...
  3. J

    Is there a way to auto convert cm to inches

    I am creating a US based store, but the problem is almost all the products in AliExpress are in metric. Is there a way to get AliDropship to automatically convert cm to inches that is the main thing, i am going to import 1000's of products and the conversion of each takes time and frustrating...
  4. J

    Alidropship conflict - creating errors on products site wide

    Resolved. Someone enabled the Enable if you use Cache plugin, as we had a cache plugin installed, i don't know how that caused the error, but when i disabled it the prices came back again.
  5. J

    Alidropship conflict - creating errors on products site wide

    Hi, I have not even used Alidropship to import any products yet, but today it created an error in all test product fields. The site only has 5 test products, all entered manually, but now each product has this error code where the price should be. "Warning: Division by zero in...
  6. J

    Alidropship Woo bad install?

    Issue Solved The issue was IonCube Loader was not installed. I also did not get any error on installation of Alidropship and it installed and activated fine, but was not installed correctly
  7. J

    Alidropship Woo bad install?

    Thanks it is probably that i do not have ionCube installed on our server. I will install it soon and then update this thread. Thanks for your help.
  8. J

    Alidropship Woo bad install?

    HI I just installed Alidropship for woocommerce in my wp site and it seemed to install correctly and i activated the plugin, but can not find the plugin on wp left hand or top of the backend wp panel. I also looked in woocommerce plugin for alidropship settings and could not find anything. Am...
  9. J

    newbie question - Does AliDropship automatically create attributes

    Great, thanks for your help, I'm glad that i don't have to create all the possible attribute options prior to starting to download products with AliDropship
  10. J

    newbie question - Does AliDropship automatically create attributes

    I am just starting to set up my woocommerce store and have not installed AliDropship yet. I am creating a clothing store and my question is, do i need to create all the attributes, i.e Color, Size etc before using AliDropship, or will AliDropship automatically create all the appropriate product...
Top