I need custom labels for my products https://support.google.com/merchants/answer/6324473?hl=en&ref_topic=6324338#zippy=%2Cbeispielwerte, how can I add these data? I can’t find any fields from your plugin to add this labels.
]]>My issues are:
– Brands are not being synced (my store’s name is being sent as “brand” for all products).
– Categories are not being synced, they are actually being sent as the product’s “type” instead.
– I want to include Brand name as part of the product name (important, but in Woo I show the brand name from the brand attribute, not part of the product’s name).
This is the default behavior of the plugin with my theme, so I would like to know which hooks I could use to customize the data that is being sent to Facebook by the plugin. Being more clear, I need to show the plugin where to get this data from, field by field, from my Woocommerce products.
I have a shop in Brazil, in Portuguese, and a sturdy custom theme, so I need to be able to better indicate where the plugin will get this information from in my Woo product data, because it is not getting the right data by default.
I would also like to know how I can set “custom labels” for the products that will sync with Facebook, because I am not being able to do this by default and it is very helpful for populating interesting info for each product in my facebook ads and shop.
Thank you
]]>I have pa_collection for custom label 3, but I wanted to create a google shopping ad for a very specific list of products (Christmas Soaps). When I checked the feed the pa_collection for those products was too generic (festive) so I updated the pa_collection for all the Christmas soaps to ‘Christmas soaps’. Regenerated the feed on the website, checked the changes had saved by opening the file. I then reuploaded the feed to Google Shopping merchant, waited half an hour, but the custom label 3 still showed ‘festive’.
I’ve tried several times over the last 24 hours, but no change. Please advise, thank you
]]>First off, the plugin and the support of this plugin is awesome, so thank you!
I was looking to create custom labels for my products in the product catalog generated with this plugin but I wasn’t able to find a way. Am I missing something or it isn’t possible so far?
If it is the second, will be an option in the not so far away future?
Thank you!
Federico.
That passthrough script creates the user:
$_newUserId = wp_create_user( $_newUname, $_newpassword, $_newemail );
Then that variable has the newly created member Id, so then I use the S2Member system to add the custom fields information:
$custom_fields = get_user_option('s2member_custom_fields', $_newUserId);
$custom_fields['first_name'] = $_POST['fname'];
$custom_fields['last_name'] = $_POST['lname'];
$custom_fields['referred_by'] = $_POST['rmid'];
$custom_fields['phone'] = $_POST['phone'];
$custom_fields['street_address'] = $_POST['street'];
$custom_fields['street_address2'] = $_POST['street2'];
$custom_fields['city'] = $_POST['city'];
$custom_fields['state'] = $_POST['state'];
$custom_fields['zip'] = $_POST['zip'];
$custom_fields['country'] = $_POST['country'];
update_user_option($_newUserId, 's2member_custom_fields', $custom_fields);
Then I add the custom capability I want them to have access to for filling out that form:
$tuser = new WP_User($_newUserId);
$tuser->set_role("s2member_level0");
$tuser->add_cap('access_s2member_ccap_videotwentyone');
So I set their role to the level0 that I want them to have access to as now, because they are a new member, and that is the only level they need for this video requirement.
So I did that and it worked, all of it, except the role. When I viewed the new user I test created, all the custom fields were set, the custom capability was set, but the role was “Blank” the user was not assigned to any role at all.
I have that role labeled in S2MemberPro as “Free Club Member” and I have it forcing WordPress to use those labels I set in there.
But how do I set them to the Role of level 0 that I labeled “Free Club Member”?
was s2member_level0 not right?
I also tried just “level_0”, but that also resulted in “No Role” for the new user the test created.
This way:
$tuser->set_role("level_0");
Same thing, everything else worked, just no role set.
Can you tell me what I did wrong?
Thanks, Richard
https://www.ads-software.com/plugins/s2member/
]]>Regards
https://www.ads-software.com/extend/plugins/woocommerce/
]]>If I update the custom labels with non-english chars, the labels are not saved correctly.
For example for char “?”, you get “?±l?±???±” after saving.
Thank you
https://www.ads-software.com/extend/plugins/easyrecipe/
]]>