Home › Forums › Product XML Feeds for WooCommerce › Plugin not working
- Support forum for the Product XML Feeds for WooCommerce.
- This topic has 0 replies, 1 voice, and was last updated 2 years, 2 months ago by
WPWhale.
- AuthorPosts
-
April 7, 2021 at 2:19 pm #105788
Calin Popa
ParticipantHello,
I installed the plugin on my website. Normally I get a XML catalog from a company and I have to upload the products on my website. Despite the fact that I entered the setup as per the codes listed on your page, it does not work. Could you please help? Following is the code entered.
Admin title
XML Feed #1XML header
<?xml version = "1.0" encoding = "utf-8" ?> <root> <time>[alg_current_datetime]</time> <title><![CDATA[ Products Feed ]]></title>
XML item
<item> <name>[alg_product_name cdata="yes"]</name> <short_description>[alg_product_short_description cdata="yes"]</short_description> <link>[alg_product_url]</link> <price>[alg_product_price multiply_by="1.5"]</price> <currency>[alg_shop_currency]</currency> <image_url>[alg_product_image_url image_size="full"]</image_url> [alg_product_gallery_image_url image_nr="1" before="<image_url_1>" after="</image_url_1>"] <sku>[alg_product_sku]</sku> <stock_quantity>[alg_product_stock_quantity]</stock_quantity> <categories>[alg_product_categories]</categories> <tags>[alg_product_tags]</tags> <total_sales>[alg_product_meta name="total_sales"]</total_sales> </item>
XML footer
</root>
Text item
[alg_product_name] [alg_product_short_description] [alg_product_url] [alg_product_price] [alg_shop_currency] [alg_product_image_url image_size="full"] [alg_product_gallery_image_url image_nr="1" before="<image_url_1>" after="</image_url_1>"] [alg_product_sku] [alg_product_stock_quantity] [alg_product_categories] [alg_product_tags] [alg_product_meta name="total_sales"]
XML file path and name
products.xml
Text file path and name
products.txt
Sorting: Order by
Date
Sorting: Order
Descending
Variable products
Variable products only
Products scope
All products
Thsnk you
- This topic was modified 2 weeks, 3 days ago by
Omar Dabbas.
April 7, 2021 at 7:41 pm #105789WPWhale
ModeratorHi,
If I’m not mistaken, you’re getting a feed from a provider and want to upload products (in that feed) into your store?
If yes, this plugin is not what you’re looking for, it allows you to create XML feeds based on products of your own store (so you can feed it to other marketplaces).
Omar
- This topic was modified 2 weeks, 3 days ago by
- AuthorPosts
- You must be logged in to reply to this topic.