freddyee
Forum Replies Created
-
yes, I want that.
the item group id for simple products to be the product id of that simple product
look https://snipboard.io/6lgD08.jpg I have the rule u told me about, but the facebook catalogue still doesn′t change the item group id for my simple products.
doesn’t seem to work, perhaps I can use something like this for each of my simple products https://snipboard.io/x1y76j.jpg
if Product ID is equal to XX then item group ID is XX , What do u think ?
oh ! is there any way, like to add some code to push that only child product ID to their respective father product, because I have some variable and simple products , and in the ViewContent event I must choose a “product_category” : product or product_group , so I’m choosing product_group, therefore, some products are not matching the ID’s
Forum: Themes and Templates
In reply to: [OceanWP] Broken mobile web versionHi
https://snipboard.io/REzBjf.jpg
it’s not fixed, look at the white part, where the whastapp icon is.But you said
“The Product Group ID for simple products is exactly the same number as the Product ID
so there is no need to make a change to the mapping for the g:id field.”So my simple products should have Product group IDs, which should be the same to each product ID. I require that item group ID to do dynamic ads.
I have like this in the item group ID https://snipboard.io/fj2Cpn.jpg , the default configuration , i didn’t touch that, but in my facebook catalogue the product group ID for the simple products appear like this https://snipboard.io/4lUSIK.jpg
I’ve already forced a new update, what changes need to be done to have a product group ID for my simple products in my catalogue ?
I don’t think so, the first product feed I created was with your plugin ??
So, what can I do ?- This reply was modified 4 years, 8 months ago by freddyee.
I have it like this https://www.dropbox.com/s/cy5xxhbaqtxyc2u/item-group-id-2.png?dl=0 on the plugin , but in my facebook store it appears like this on the item group ID on the simple products (text in yellow) https://snipboard.io/4lUSIK.jpg
What could be the problem ?
Really ??
Because I have different product group id’s in my facebook catalog , look :
https://snipboard.io/2Zp4vS.jpgsomething like this: product_default_group63708552355807529
What can I do ?
- This reply was modified 4 years, 8 months ago by freddyee.
ok.
Is there any way I can put the product group id in my catalog for the simple products I have?, because in the Facebook store there is a field for that, but this single products don’t have it, and the product group id is considered as the product_ids in the viewContent event.Forum: Themes and Templates
In reply to: [OceanWP] Broken mobile web versionHi
My webpage is https://www.runayaq.comI get the product IDs https://snipboard.io/h8nPdI.jpg
but the viewContent check doesn′t get green, what could be the problem ?That’s rare , see https://snipboard.io/z43SwO.jpg
I see the viewContent event
Hi
This is the code you are referring ?
add_filter(‘add_to_cart_redirect’, ‘cw_redirect_add_to_cart’);
function cw_redirect_add_to_cart() {
global $woocommerce;
$cw_redirect_url_checkout = $woocommerce->cart->get_checkout_url();
return $cw_redirect_url_checkout;
}I use it to customers SKIP CART page and go directly to the checkout page, is there any option to change this code and still have the skipping cart page action ?
Now I managed to create the viewcontent event ,and is working fine on the product page, BUT on the unique products the content IDs don’t match :S. those products doesn’t have product group id.
What could be the problem ?- This reply was modified 4 years, 8 months ago by freddyee.