Good morning guys,
I’m creating the shop for Facebook and I sent the file XML of my items.
FB told me that there is an error because it doesn’t accept the name “Disponibile” in the stock status. For his, the only correct name is “in stock”. How can change it?
Thank you in advance
BR
Angelo
stock status
- voymacao
- Phoca Member
- Posts: 29
- Joined: 17 Sep 2019, 09:06
Re: stock status
You may need to use only products in stock in your XML feed.
Phocacart has this option under XML feed > Feed options
Phocacart has this option under XML feed > Feed options
- Angelo.pe
- Phoca Professional
- Posts: 140
- Joined: 02 May 2020, 12:42
Re: stock status
Thank you but, excuse me, this is not the problem.
I use an Italian version of Phocacart and the system shows the available item as "Disponibile". FB want only these english words:
"in stock", "out of stock", "preorder", "available for order", "discontinued", "pending".
So, I need to change the word "disponibile" in "in stock" but I don't know how to do.
https://imgur.com/g4Or3hd
I use an Italian version of Phocacart and the system shows the available item as "Disponibile". FB want only these english words:
"in stock", "out of stock", "preorder", "available for order", "discontinued", "pending".
So, I need to change the word "disponibile" in "in stock" but I don't know how to do.
https://imgur.com/g4Or3hd
- voymacao
- Phoca Member
- Posts: 29
- Joined: 17 Sep 2019, 09:06
Re: stock status
Oh i see, Disponibile means Availiable, i thought the opposite.
You could try changing this value in the language file language > it-IT > it-IT.com_phocacart.ini
Line 3040: COM_PHOCACART_IN_STOCK="Disponibile"
Not the COM_PHOCACART_STATUS_IN_STOCK Line 2350, as this is displayed in the front-end of your site.
Hope this works.
You could try changing this value in the language file language > it-IT > it-IT.com_phocacart.ini
Line 3040: COM_PHOCACART_IN_STOCK="Disponibile"
Not the COM_PHOCACART_STATUS_IN_STOCK Line 2350, as this is displayed in the front-end of your site.
Hope this works.
- Angelo.pe
- Phoca Professional
- Posts: 140
- Joined: 02 May 2020, 12:42
Re: stock status [Solved]
Thank you so much. Now is ok!