Page 1 of 1
stock status
Posted: 16 Mar 2021, 12:30
by Angelo.pe
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
Re: stock status
Posted: 16 Mar 2021, 19:04
by voymacao
You may need to use only products in stock in your XML feed.
Phocacart has this option under XML feed > Feed options
Re: stock status
Posted: 16 Mar 2021, 20:39
by Angelo.pe
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
Re: stock status
Posted: 16 Mar 2021, 21:19
by voymacao
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.
Re: stock status [Solved]
Posted: 17 Mar 2021, 14:08
by Angelo.pe
Thank you so much. Now is ok!