lododicesimo
Forum Replies Created
-
in particolar, i think the problem is here in this part of functions.php in the plugin folder:
// Returns the Featured Image associated to a specific Product
function woo_ce_get_product_assoc_featured_image( $product_id = 0 ) {$output = ”;
if( $product_id ) {
$thumbnail_id = get_post_meta( $product_id, ‘_thumbnail_id’, true );
if( $thumbnail_id ) {
$thumbnail_post = get_post( $thumbnail_id );
if( $thumbnail_post )
$output = $thumbnail_post->guid;
}
}
return $output;}
ANY IDEAS?
Forum: Plugins
In reply to: [Background Manager] Background Manager Links not Workingfantastic.
thnaks!!!!!
Forum: Plugins
In reply to: [Background Manager] Background Manager Links not Working@myatu
my backgorund link doesent work aswell.
the website is https://www.oliservices.ithow can i fix it?
thanksForum: Plugins
In reply to: [Yoast SEO] Yoast WooCommerce WPMLnice! i am trying doing somtingh different but not too different:
I have lots of product, and i want import from a csv the title, description and focuskw for yoast.i find on the database, with phpmyadmin the wp_postmeta table.
in this table there are 4 value:
meta_id (key of the table)
post_id
meta_key (the type of meta , in our case are the 3 stuff i need)
meta_value.so i have prepared a csv with all the automatic stuff i ask for and then i wanted import. but it same impossible because if you never used the filed on the wp-admin page on the product page there is not a fild linked to the product. so i have imported the csv and it work, it generate a meta_id but is not present on the product.
anybody have import from csv?
Forum: Plugins
In reply to: [Woocommerce CSV importer] How to delete products from storei resolved with another plugin that import csv.. so i use your for import and woo-product-importer-master.zip for delete product … RESOLVED.
Forum: Plugins
In reply to: [Woocommerce CSV importer] How to delete products from storei tryed but the product still visible on the store
here is my csv https://dl.dropboxusercontent.com/u/17109917/cancella.csv
Forum: Plugins
In reply to: [Woocommerce CSV importer] How to delete products from storethe import is ok but the product still visible on the store. i put my csv whit sku and post_status so you can see..
Forum: Plugins
In reply to: [Woocommerce CSV importer] How to delete products from storeYeah!
thanksCan i have a list o variables of the field? do you know where i can find them?
see you.
Forum: Plugins
In reply to: How to delete products from storewoocommerce, and i use woocommerce csv importer, as you can see on this tags’s post
is the image location fixed now?
Forum: Fixing WordPress
In reply to: Woocommerce – export Product image src to csvyes is the same for me.. i would like have the image link on my csv…
Forum: Plugins
In reply to: [Woocommerce CSV importer] import category imageyes would be ok..
or as i said.. would be sufficent put the first image of a product of the “category A” as the category A image…
Finally, i have got some good news, and some bad news…
So: the new version of wordpress is different for some reason, you plugin need to be changed to this new WP version, but work fine on the 3.5.1. Infact i tryed to put back my wp to 3.5.1. and the error that i had was a http error on my server.
So , i resolve the problem whit a mail to my host provider.
Thanks.
so.. i did try to delete all, and reinstall wordpress, and woocommerce and your plugin…
wordpress 3.5.2
woocommerce 2.0.12
your plugin version 1.0.8and this time, ( i think is the new version of wordpress the problem) i can not even change the separator… when i click “save” in setting it remains as was before.
Can you just tell me a correct combination of version that works just for now, so i can continue my job? i don’t need to have all up-date. i need just to import my 5000 product.
doesent work… it not even try to do 1/4 loading.. ecc ecc… but it said (in my language) “are you sure really to do that?” and it stops.
??
I am really sad…