Comments on: Product XML Feeds for WooCommerce https://booster.io/features/woocommerce-products-xml-feeds/ WordPress WooCommerce Plugin Fri, 08 Dec 2023 08:07:41 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: joody https://booster.io/features/woocommerce-products-xml-feeds/#comment-78688 Wed, 18 Mar 2020 08:25:26 +0000 https://booster.io/?p=8645#comment-78688 what is the purpose of create the ” shop’s products XML file” please?
it is not a sitemap could be accept by google? I thought it is for google index, but not.
it is not a schema structure, looking forward to get any explanation

]]>
By: Jan Brokeš https://booster.io/features/woocommerce-products-xml-feeds/#comment-78333 Fri, 06 Mar 2020 08:01:00 +0000 https://booster.io/?p=8645#comment-78333 In reply to Jan.

desired xml output https://snipboard.io/DFYvRq.jpg

]]>
By: Jan https://booster.io/features/woocommerce-products-xml-feeds/#comment-78332 Fri, 06 Mar 2020 08:00:00 +0000 https://booster.io/?p=8645#comment-78332 In reply to Jan.

I am sorry here is a desired output
thanks in advance
Jan

]]>
By: Jan https://booster.io/features/woocommerce-products-xml-feeds/#comment-78327 Fri, 06 Mar 2020 07:47:27 +0000 https://booster.io/?p=8645#comment-78327 Hello, how can i output product variations? I tried to use

[wcj_product_available_variations]
from here: https://booster.io/shortcodes/wcj_product_available_variations/
but it shows table i need to set somtehnig like

variant 1 name
variant 1 price

variant 2 name
variant 2 price

]]>
By: RokasJ https://booster.io/features/woocommerce-products-xml-feeds/#comment-62796 Wed, 27 Nov 2019 18:38:12 +0000 https://booster.io/?p=8645#comment-62796 In reply to quiquefranco69.

Hi,

Could you explain what do you mean by saying it’s void? Is it empty? Could you send your module settings to our email support@booster.io?

Best regards,
Rokas – Support Team

]]>
By: quiquefranco69 https://booster.io/features/woocommerce-products-xml-feeds/#comment-62588 Tue, 26 Nov 2019 11:13:19 +0000 https://booster.io/?p=8645#comment-62588 Hi. The XML file is void. Can you help me? Thanks

]]>
By: Tom https://booster.io/features/woocommerce-products-xml-feeds/#comment-59950 Sat, 09 Nov 2019 20:25:26 +0000 https://booster.io/?p=8645#comment-59950 Hello,

can I set 2 names in the feed and only display one? For example, [wcj_product_title] [wcj_product_list_attribute name = "example"]

If [wcj_product_list_attribute name = "example"] has a paramater set, display it and ignore [wcj_product_title].
If [wcj_product_list_attribute name = "example"] does not exist, display only [wcj_product_title]. (this method already works)

Use is common, for example, for comparators that accept their names. So I will send the name they want but I will have a different name on my site.

I believe this is a very useful thing. Especially if the product names include the “luxury”, “elegant” and the like, which do not directly represent the product name.

Many thanks
BR

]]>
By: RokasJ https://booster.io/features/woocommerce-products-xml-feeds/#comment-58766 Fri, 01 Nov 2019 07:42:53 +0000 https://booster.io/?p=8645#comment-58766 In reply to Tom.

Hi Tom,

Unfortunately that is not possible yet but we have added it to our todo list.

Best regards,
Rokas – Support Team

]]>
By: Tom https://booster.io/features/woocommerce-products-xml-feeds/#comment-58681 Thu, 31 Oct 2019 19:23:23 +0000 https://booster.io/?p=8645#comment-58681 Hi,

is it possible to set a shipping price based on product price in the feed? I would like to set a fixed amount of shipping for products with a price up to a certain amount. For example, for products up to € 80, shipping costs € 3, and for products over € 80, display 0 as free.

BR
Tom

]]>
By: Michael https://booster.io/features/woocommerce-products-xml-feeds/#comment-37477 Tue, 02 Apr 2019 16:04:01 +0000 https://booster.io/?p=8645#comment-37477 Hello.

Consider adding in file

includes/class-wcj-products-xml.php

line 191

‘meta_key’ => ‘_stock_status’,
‘meta_value’ => ‘instock’,

but in a variable format like the rest options you have so the user can select to filter only products that are in stock or not or both.

Thank you.

]]>