Hello,
I have a problem,
Need this what is sent by "recalculate" function during Price update via XHR.
CustomProductData[199][24]:"227"
In JS/Jquery not a problem. But
I need it in PHP - in custom plugin to modify $modificatorSum with another Customfield's data (from select).
OR:
Last post data sent to server via json/xhr.
Simply: I must have selected option value (from product page) transmitted to plugin in order to correct $modificatorSum.
WHY?: My plugin add some "%" but i have a customfield (select) with product dimensions ("100 x 100 +20USD" for example) and don't want to modify only "product-price" but whole price with this "100 x 100 +20USD". ( price + dimensions_that_added_some_value ) * Some_feature_in_%
Any suggestion will be great.
Is this somewhere in table, object? joomla post data?