Answers:
You also need to add a checkbox.
[ * ] Unload the filter unit from the name in parentheses.
EXAMPLE:
Power, W)
<param name="Feature_name" unit="Value_unit"> Product_feature_value</param>
<param name="Power" unit="W">1500</param>
---
Length (cm)
<param name="Length " unit="cm">25</param>
18.01.2022, 12:35
Original comment available on version: ru
Please note that I highlighted in the title, finished the functionality for this action)))
That's the problem, that in that action there are no those functions that I listed)
18.01.2022, 14:27
Original comment available on version: ru
C selling_type Everything turned out ))) Low bow
But with prices, unfortunately, nothing happened, it’s strange that I don’t save additional prices for types of prices (the window opens to indicate the number and prices of a couple of options), but it doesn’t save. This is a manual option for each product.
My product prices are formed by a formula in product automation according to the specified margin in each product...
That is, in the 1st category of goods, different products may have different markup options. for some goods 10 for some 20 and for some and 60%
Accordingly, I have this formula based on the established margin.
Here I have a problem how to enter information using a formula in the same way in setting prices
Let's say I now have a formula for the usual type of purchase price + 30%, this is for the quantity of 1 pc. And I want to do this: Quantity in the box (additional field) 100
And so we went...
Price: purchase+30
And in the price settings somehow drive the quantity and prices, respectively, with a formula. * so that formulas can also be applied to the cell with the quantity in prices
additional field / 4 = 25 | purchase+20
additional field / 2 = 50 | purchase+15
additional field / 1 = 100 | purchase+10
It’s just that at the moment it’s unrealistic to change 3k goods by hand when you want 2-3 or 4 price options for different quantities, but there are plans to increase the range.
18.01.2022, 16:22
Original comment available on version: ru
Those. in essence, you need an action in automation in which:
1. In a separate field, write the formula for the standard price field Quantity FROM: [customfieldvalue_ХХХ]/4 and the formula for the price value [pricebase]+20 and this action should work only if the product category is XXX and write the price for the quantity from for the updated product.
Did I understand everything correctly? If so, the action will take about 7 hours.
02.02.2022, 14:42
Original comment available on version: ru
Yes, you need an action by analogy "Calculate the value using the formula and write it to the specified field" (when saving) so that you can select the "Price type" for which to generate a value with a set of 5 lines as in the price settings in the product card and already in these lines divided into two columns to form the necessary formulas for me to calculate the quantity and prices.
03.02.2022, 06:37
Original comment available on version: ru
Yes, of course, everything was already agreed with Denis and I paid.
There is a moment that just now occurred to me.
It will be necessary to round up the same thing, because let's say if 3/2 it will be the price of 1.5 pieces, which is not correct)
03.02.2022, 13:50
Original comment available on version: ru
Let's take a better look at some possibility.
Since until I start testing, I can not say for sure
In principle, the idea for the calculation was taken from the Packing of goods in a box, and there are about 40 options for these packings, ranging from large-sized goods with packing of 2 pieces in a box and ending with 4000-5000 pieces in a box.
This is where a large amount is divided into 5-6 parts with a different margin, I understand that there will be problems
And how to divide 5-6 prices from the quantity when the packaging is 3-5-6-7-9-12 At this point it's hard for me to tell you.
I think in the process we can correct the action
03.02.2022, 14:37
Original comment available on version: ru
Or make a rule (Calculate on the condition that the additional field XXXXXXX > XXX values
All exactly it will be calculated on the basis of the additional field
Or do it the other way around
Do 20-30 of these actions with a check for compliance and they will work for each value of the additional field according to their own formulas
If additional field хххх = 12 then Such then formulas
If additional field xxxx = 16 then Such formulas
and so on
03.02.2022, 14:40
Original comment available on version: ru
Or do a validation
If the number is from XX to XX then one formula for divisions and multiplications
If the number is from XX to XX then another formula for divisions and multiplications
03.02.2022, 14:42
Original comment available on version: ru
Do you mean the number that you got after calculating the formula for the "Quantity from" field or depending on the value of an additional field of a certain one? Try to take 2-3 random products and think over what numbers you need to take for what to divide and so on so that you have clear formulas for this or that case and then you can tell me about them. Purely technically, I can implement a lot of things, I just need to understand exactly what you want)
03.02.2022, 15:00
Original comment available on version: ru
If taken purely theoretically, then it would be more correct to form formulas, provided that the number in the additional field corresponds to the criterion
from and to
If it matches, we execute my set of formulas
this way I can do XX number of actions with triggering, provided that there is an additional field with a number from and to
that is, if the additional field is from 12 to 23
then one set of formulas and pricing
if the number of additional fields is from 24 to 47
then another set of formulas and pricing
if the number of additional fields is from 2 to 6
then another version of the set of formulas with pricing
I think this is the best way to go
03.02.2022, 17:17
Original comment available on version: ru
Good afternoon. Uploaded the revision to your box. Action "Calculate the value using the formula and write it to the specified field". It has the following settings:
. At the very bottom of the action are the conditions under which it can work. In your case, you need to add 2 conditions there: The field is greater than XXX and the field is less than YYY. Those. if you want the action to work only for products with a field in the range from 12 to 23, set the condition field > 11 and field < 24. And so for all conditions. For tests, I ask you to immediately select the action to work only for the test category of goods, so as not to break anything in pricing. Thank you!
07.02.2022, 17:58
Original comment available on version: ru
My work day has ended today, I can only answer tomorrow. If you suddenly have any problems or questions on the action - I will answer in the morning.
07.02.2022, 18:03
Original comment available on version: ru
Yes, of course, I will test only the moment I did not find where to choose for which "Price Type" to indicate the price from the quantity
I have the main price acts as a retail
There is also a wholesale price type, you also need to specify it there, but how can I specify it?
07.02.2022, 18:39
Original comment available on version: ru
From the checked, I can’t choose for which type of prices to put down the quantity with the price formula works for the campaign only for the Main price of the goods
And with your answer to uploading prices for prom in the prices tag, the prom does not fully work correctly, the price for the quantity does not exist because there is no internal price tag in the prices tag
Here is how the prom writes in his manuals:
<price>
Retail price
</price>
<prices>
<price>
<value>Wholesale_price</value>
<quantity>Quantity</quantity>
</price>
</prices>
this is how we generate xml with your hint
<prices>
<value>288.0000</value>
<quantity>2.000</quantity>
</prices>
08.02.2022, 09:49
Original comment available on version: ru
I need for the Basic Price and for the Price Types
Since the main price should be uploaded to the retail site with its quantities and markups on the quantity
And on the wholesale site, the Price Type is uploaded for which it is also necessary to form prices based on the quantity.
08.02.2022, 10:28
Original comment available on version: ru
Tell me, please, how to fix the number, what would be unloaded without characters?
Promuasupport_bot, [08.02.2022 11:57]
<quantity>2.000</quantity>
Just say 2. Without zero smut.
Vadim GERAsimenko, [08.02.2022 12:00]
Hmm.. But that's how all numbers are transmitted in my system
Promuasupport_bot, [08.02.2022 12:01]
Whose system is incomprehensible. So fix it.
08.02.2022, 12:02
Original comment available on version: ru
If you prescribe this in the action that puts down prices, then this does not affect the unloading on the prom, there will still be zeros (because this is the data format in the database), you need to edit it in the unloading action
08.02.2022, 12:40
Original comment available on version: ru
I made it so that in action it was possible to set the Quantity from the formula for the price level.
And added the setting "When uploading "Quantities from" for prices, use integers" in the upload action.
08.02.2022, 16:48
Original comment available on version: ru
In the action for uploading to the added prices/price tag, I don’t see the option to upload the price settings by Type. Is it also tedious to modify?
For the main price, there is an item for uploading price settings, but for Price Types I don’t see it in the drop-down list.
Or what I'm looking for in the wrong place
PS. According to the improvements regarding the upper correspondence, everything works with a bang
11.02.2022, 13:55
Original comment available on version: ru
Yes, it needs to be improved. But you unload the main price in prices, where do you want to unload additional ones? Same way? Will there be confusion?
11.02.2022, 14:11
Original comment available on version: ru
No, I have 2 unloadings Retail and postal.
Here for wholesale unloading, you need to unload the price setting
1 upload with the main price and its settings for the Retail site
2 upload with the main price and its settings for the Wholesale site
Well, and so on.
11.02.2022, 16:22
Original comment available on version: ru
In action there was a choice of item "Additional product price levels ...". I issue an invoice for 2 hours (1+1), please pay it. If you pay again the last one for 7, the person who accepts will not understand what kind of extra. 2 hours of revision. Thank you.
11.02.2022, 17:28
Original comment available on version: ru
Please tell me what exactly should be indicated in the field "Record the value calculated by the formula in the field" Just Price Type ? and if the modified field Formula for "Quantity from" for "Price (with qty from)" and price levels:
Will be filled from... ??? Everything is wrong???
14.02.2022, 10:09
Original comment available on version: ru
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