pnbnsv
Forum Replies Created
-
Hi, same problem in our site. Can you provide the IP addresses to white list them on the Wordfence pluign, please?
Forum: Plugins
In reply to: [WooCommerce] Can’t import sizes variations (through CSV file)You are totally right! Somehow I missed it. Thank you very much.
Excellent!
Thank you.
Hi there,
Also needed for portuguese:
#: public/views/cookie-law-info_popup_content.php:7
msgid “Show more”
msgstr “Mostrar mais”#: public/views/cookie-law-info_popup_content.php:7
msgid “Show less”
msgstr “Mostrar menos”#: public/views/cookie-law-info_popup_content.php:4
msgid “Always Enabled”
msgstr “Sempre Ativo”#: public/views/cookie-law-info_popup_content.php:5
msgid “Enabled”
msgstr “Ativo”#: public/views/cookie-law-info_popup_content.php:6
msgid “Disabled”
msgstr “Desativado”Thank you,
PauloForum: Plugins
In reply to: [Export any WordPress data to XML/CSV] Function to replace part of stringHi,
I am using:
<?php
function corrige_referencia($ref) {
return str_replace(“Referência “,””,$ref);
}
?>And it works.
Thank you very much for your help!
Hi Chetna,
I updated to the latest version and the date format is working just fine.
Thank you!
PauloHi Chetna,
1) I want to use my current Site Language settings in the Abandoned Cart reminder e-mail. Please see the screenshot: https://prntscr.com/f9usgw
2) The answer is yes if I can use the changed file im my child theme. The format is the one you can see in the screenshot above.
Thanks,
PauloForum: Plugins
In reply to: [Yoast SEO] SEO title not showing for the shop pageThanks a lot!
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] Function to replace stringsHi there,
It worked just fine! Thank you very much!
Hi,
Thanks for the code.
WP All Import suggested to use this code inside their plugin:
add_action( 'pmxi_saved_post', 'attach_gallery', 10, 1 ); function attach_gallery( $post_id ) { global $wpdb; $product = $wpdb->get_row( $wpdb->prepare( "SELECT * FROM " . $wpdb->posts . " WHERE ID = %d;", $post_id ) ); $my_parent_id = $product->post_parent; if ( $my_parent_id != 0 ) { $images = get_post_meta( $post_id, '_product_image_gallery', true ); $variation = get_post_meta( $post_id, 'woosvi_slug', true ); $images = explode( ",", $images ); foreach( $images as $image ) { update_post_meta( $image, 'woosvi_slug', $variation ); } } }
But it isn’t working. Can you figure out why?
Obrigado
PauloOlá David,
I am getting help from the support of WP All Import plugin but until now everything we tried didn’t work.
Right now I am thinking about the alternative solution that is manually editing all the Product Gallery images to assign the right colors. But this is very complicated because I have 1,010 images and it would take forever to do it. Until now I can only figure that it needs to be edited image by image after opening the product editor. Is there a easier way?
Thanks,
Paulo
Olá David,
I tried with what I think are the variation slugs (please check) but it isn’t working.
I tried also with the “Nome” field value with no success.
I can tell that a manual select of values in the Product Gallery images to assign the right colors works fine.
Any suggestion?
Obrigado,
PauloOlá David,
I have tried an import with that custom field but something is failing. I have some doubts.
First, I am not sure where is the variation slug in my WordPress backoffice. I can find “Name” and “URL” for the variations. Is the slug stored in the “URL” field?
Second, my import CSV file has a field with values like “CASTANHO” and “BOSQUE_C”. These values are in the “URL” field but in lowercase. Is your field case sensitive?
Last, there is actually just one value in the import file that has a space between strings. Will it break the process for all products and variations or will it affect only the product with that value?
Obrigado,
PauloYes, the plugin uses custom fields. Please check the custom fields detected by the plugin and let me know what are the fields I need to populate with the data.
Obrigado!
I will make a review soon.
Paulo
Hi,
I now see what is happening. I am using the plugin WP All Import to bulk import products to the store and it is not assigning the images to the colors and sizes the right way. It is only assigning the first image correctly to its correspondent color in Woocommerce but it is not using the Product Gallery images to assign the right slug.
Any ideas how to solve this without having to manually choose all slugs image by image?
Thanks,
Paulo