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?
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...
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...
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.
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...
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
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...
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
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...