Replies: 11 comments
-
Hi I see you have the attribute set to Eric |
Beta Was this translation helpful? Give feedback.
-
Hi
Yes we have
…On Tue, Apr 5, 2022 at 6:58 PM Eric Busch ***@***.***> wrote:
Hi
I see you have the attribute set to store. Do you also have an product
attribute named "Store" here WordPress Admin Area > Products > Attributes?
Eric
—
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJORC7KICNLVZNOQRMSA3WDVDQ5ZDANCNFSM5SRQXVFQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
After you added that code did you also Bump your Product Sets? |
Beta Was this translation helpful? Give feedback.
-
Yes
…On Tue, Apr 5, 2022 at 10:54 PM Eric Busch ***@***.***> wrote:
After you added that code did you also Bump
<https://datafeedrapi.helpscoutdocs.com/article/46-update-a-product-set>
your Product Sets?
—
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJORC7KHIXD25DCS25MAOUDVDRZNFANCNFSM5SRQXVFQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Is your Custom Code plugin activated? |
Beta Was this translation helpful? Give feedback.
-
Yes
…On Tue, Apr 5, 2022 at 10:57 PM Eric Busch ***@***.***> wrote:
Is your Custom Code plugin activated?
—
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJORC7K3SXJHM4LMX2MSI2LVDRZXVANCNFSM5SRQXVFQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Can you send a screenshot of your attributes page here WordPress Admin Area > Products > Attributes? |
Beta Was this translation helpful? Give feedback.
-
It is exporting merchant for some products and blank in others, how ever
the products are having merchant attribute and value in them
…On Tue, Apr 5, 2022 at 10:57 PM YogiRaj ***@***.***> wrote:
Yes
On Tue, Apr 5, 2022 at 10:57 PM Eric Busch ***@***.***>
wrote:
> Is your Custom Code plugin activated?
>
> —
> Reply to this email directly, view it on GitHub
> <#24 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AJORC7K3SXJHM4LMX2MSI2LVDRZXVANCNFSM5SRQXVFQ>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***
> com>
>
|
Beta Was this translation helpful? Give feedback.
-
What bulk editor are you referring to? Can you send a screenshot?
Our plugins do not export data, they only import data. We do not have an export feature.
Do you mean the data from Datafeedr? If yes, that is correct. Every product has a |
Beta Was this translation helpful? Give feedback.
-
in WooCommerce Advanced Bulk Edit(v5.0.1)
we are checking list of products, and there we can see these missing
values, which we can also check in individual, product details/. this store
attribute is not importing properly
…On Tue, Apr 5, 2022 at 11:02 PM Eric Busch ***@***.***> wrote:
But it is not showing in Bulk editor.
What bulk editor are you referring to? Can you send a screenshot?
It is exporting merchant for some products and blank in others
Our plugins do not export data, they only import data. We do not have an
export feature.
the products are having merchant attribute and value in them
Do you mean the data from Datafeedr? If yes, that is correct. Every
product has a merchant field.
—
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJORC7LO7OV3NBVZ7DXGU4LVDR2KHANCNFSM5SRQXVFQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Hi When you view the Product Edit page, are you seeing the Merchant's name listed in the "Attributes" section of the "edit" page? Thanks |
Beta Was this translation helpful? Give feedback.
-
Merchant details are there when Searching under Product Set and adding manually in Product set. But it is not showing in Bulk editor.
I am using these codes
function mycode_normalize_merchant_name( $value, $attribute, $post, $product, $set, $action ) {
}
add_filter( 'dfrpswc_filter_attribute_value', 'mycode_normalize_merchant_name', 20, 6 );
Beta Was this translation helpful? Give feedback.
All reactions