Hello!
The "+" sign is not stored in crm. Product name in 1s "Phytoactive tonic VITAL 35+, 200 ml, AGOR" in csm "Phytoactive tonic VITAL 35, 200 ml, AGOR"
How to solve this problem?
Hello! The "+" sign is not stored in crm. Product name in 1s "Phytoactive tonic VITAL 35+, 200 ml, AGOR" in csm "Phytoactive tonic VITAL 35, 200 ml, AGOR" How to solve this problem?
Hello. When importing from 1c using the /api/1c8x/product-set/ method, nothing changes from the product name. Do you import products from 1s to box using this method? When was the last product update?
Hello. When importing from 1c using the /api/1c8x/product-set/ method, nothing changes from the product name. Do you import products from 1s to box using this method? When was the last product update?
Today in the transmission from 1s there were such lines: ... <article>000004285</article> <id>3046</id> <code1c>000004285</code1c> <name>VITAL 35 phytoactive tonic, 200 ml, AGOR</name> <price>83</price> <currency>UAH</currency> ... those. 1c gives us the name "Phytoactive tonic VITAL 35, 200 ml, AGOR" without +. Check if the product name was changed in 1s. If in 1s with a plus, then you need to already look at the transmission module from 1s, perhaps it removes +
Today in the transmission from 1s there were such lines:
...
<article>000004285</article>
<id>3046</id>
<code1c>000004285</code1c>
<name>VITAL 35 phytoactive tonic, 200 ml, AGOR</name>
<price>83</price>
<currency>UAH</currency>
...
those. 1c gives us the name "Phytoactive tonic VITAL 35, 200 ml, AGOR" without +. Check if the product name was changed in 1s. If in 1s with a plus, then you need to already look at the transmission module from 1s, perhaps it removes +
In 1s, the name "Phytoactive tonic VITAL 35+, 200 ml, AGOR" with a plus, no one has changed the name yet. We've had this problem for a long time. Who can see the transmission module from 1s?
In 1s, the name "Phytoactive tonic VITAL 35+, 200 ml, AGOR" with a plus, no one has changed the name yet. We've had this problem for a long time.
Who can see the transmission module from 1s?
Yuri Alexandrovich, I want to give a slightly more detailed answer. Integration of 1C 7.x and 1C 8.x with OneBox works like this: - an integration module is placed inside 1Cki - this module sends data to OneBox via REST API The module itself for 1Ski was developed not by us, but by a third-party company on our order 4 years ago. You wrote a task that "plus signs" are not transmitted. We looked at our REST API and saw that the data is being transferred to us without "pluses". This means that the 1Ski module somehow erases the pluses (and maybe something else) during transmission. And there are two ways to solve this problem: 1. you give us full access to your 1Ske, we hire a third-party company to which we transfer this access, they look at the module and fix it. 2. if you have your own 1snick whom you trust, he looks. I think the first option is longer and more risky, it involves a lot more people. The point is not even that both options will cost some money, but the risk of transferring access along the chain to as many as three parties.
Yuri Alexandrovich,
I want to give a slightly more detailed answer.
Integration of 1C 7.x and 1C 8.x with OneBox works like this:
- an integration module is placed inside 1Cki
- this module sends data to OneBox via REST API
The module itself for 1Ski was developed not by us, but by a third-party company on our order 4 years ago.
You wrote a task that "plus signs" are not transmitted. We looked at our REST API and saw that the data is being transferred to us without "pluses".
This means that the 1Ski module somehow erases the pluses (and maybe something else) during transmission.
And there are two ways to solve this problem:
1. you give us full access to your 1Ske, we hire a third-party company to which we transfer this access, they look at the module and fix it.
2. if you have your own 1snick whom you trust, he looks.
I think the first option is longer and more risky, it involves a lot more people.
The point is not even that both options will cost some money, but the risk of transferring access along the chain to as many as three parties.
Good day 1. API, as it is hacked in modules 1c and REST API, as described in the documentation - a different API. Firstly, there is no adequate documentation and how it works is absolutely not understood. 2. Try to correct, be it, the method I will call "+". /api/1c8x/product-set/....&name=test product 34+ /api/1c8x/product-set/ ...&name="test product 34+" /api/product/add/...&name="test product 34+" /api/product/add/...&name=test product 34+ Does the product match with "+"?)
Good day
1. API, as it is hacked in modules 1c and REST API, as described in the documentation - a different API. Firstly, there is no adequate documentation and how it works is absolutely not understood.
2. Try to correct, be it, the method I will call "+".
/api/1c8x/product-set/....&name=test product 34+
/api/1c8x/product-set/ ...&name="test product 34+"
/api/product/add/...&name="test product 34+"
/api/product/add/...&name=test product 34+
Does the product match with "+"?)
If you need to pass + & characters via GET or POST, then they need to be escaped (urlencode, or just translation into UTF-7 (not 8)). For example, the "+" character in the URL would be %2b https://wm-school.ru/html/html_url_acsii.html
[quote]
Andrey wrote:
/api/1c8x/product-set/....&name=test product 34+
/api/1c8x/product-set/ ...&name="test product 34+"
/api/product/add/...&name="test product 34+"
/api/product/add/...&name=test product 34+
[/quote]
If you need to pass + & characters via GET or POST, then they need to be escaped (urlencode, or just translation into UTF-7 (not 8)).
For example, the "+" character in the URL would be %2b
https://wm-school.ru/html/html_url_acsii.html
Please join the conversation. If you have something to say - please write a comment. You will need a mobile phone and an SMS code for identification to enter.
Log in and comment
Donate
You don't have enough funds in your account Top up